summaryrefslogtreecommitdiffstats
path: root/mpvcore/m_config.c
Commit message (Expand)AuthorAgeFilesLines
* options: don't prefix sub-options with "--" in help outputwm42013-11-231-1/+2
* options: prefix options with "--" in help outputwm42013-11-211-1/+1
* Fix some more -Wshadow warningswm42013-11-011-8/+8
* options: fix positional suboption asrgumentswm42013-11-011-2/+2
* options: don't let watch_later etc. overwite command line optionswm42013-10-251-1/+18
* m_config: slightly improve name handlingwm42013-10-251-15/+9
* m_config: remove unused fieldswm42013-10-251-5/+1
* m_config: allow not allocating option struct, and use itwm42013-10-251-6/+17
* m_config: refactor option defaults handlingwm42013-10-241-59/+39
* m_config: don't require dragging along parent in initializationwm42013-10-241-14/+19
* m_config: minor simplificationwm42013-10-241-9/+7
* m_config: store m_config_options in an array instead of a listwm42013-10-241-46/+38
* m_config: refactor initialization, reduce amount of malloc'ed stringswm42013-10-241-46/+46
* m_config: slightly simplify dynamic option initializationwm42013-10-241-2/+1
* m_config: don't allow aliasing with string optionswm42013-10-241-12/+7
* m_config: cosmetics: make code less verbosewm42013-10-241-7/+2
* parser-cfg: use bstr everywhere after parsing stagewm42013-10-141-2/+2
* talloc: change talloc destructor signaturewm42013-10-131-2/+1
* m_option: rename struct member named "new"wm42013-08-191-2/+2
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-2/+2
* core: move contents to mpvcore (1/2)Stefano Pigozzi2013-08-061-0/+777