summaryrefslogtreecommitdiffstats
path: root/options/m_option.c
Commit message (Expand)AuthorAgeFilesLines
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-111-1/+1
* options: fix conversion of flags to stringswm42015-07-011-2/+7
* options: improve an error messagewm42015-06-271-2/+2
* audio: replace format name tablewm42015-06-261-3/+7
* options: make keyvalue list parsing less strictwm42015-06-101-7/+8
* options: change [...] to balanced quoteswm42015-04-191-1/+12
* options: don't let --vf-clr etc. take an argumentwm42015-04-131-0/+5
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* video: cleanup stereo mode parsingwm42015-04-021-53/+0
* options: fix --geometry to string conversionwm42015-04-011-6/+2
* video: move colorspace overrides to vf_format, simplifywm42015-03-311-0/+10
* parse_commandline: fail gracefully on bad argswd02015-03-291-1/+1
* options: add conversion to string for geometry option typeswm42015-03-241-0/+31
* m_option: remove dead initializationwm42015-03-231-3/+3
* options: add flag option typewm42015-03-041-0/+117
* options: handle choice -> flag fallback automaticallywm42015-02-271-3/+17
* options: minor simplification in flag option parserwm42015-02-271-20/+14
* options: change --msg-level optionwm42015-02-061-56/+67
* options: allow ":" as separator in key-value listswm42015-02-061-1/+1
* options: allow things like --geometry=x50wm42015-02-041-2/+3
* options: slightly improve help output for choice and flag optionswm42015-02-021-9/+12
* options: fix parsing for --ab-loop-*wm42014-12-121-1/+1
* options: add slightly more sophistcated mechanism for option deprecationwm42014-12-111-0/+8
* m_option: never return NOPTS value as number from propertieswm42014-12-101-5/+36
* options: fix channel map options sometimes failingwm42014-12-011-1/+1
* options: fix swapped deprecated/replacement in warningwm42014-12-011-1/+1
* options: simplify channel map validationwm42014-12-011-4/+3
* Remove some unneeded NULL checkswm42014-11-211-16/+13
* command: implement A-B loopswm42014-11-181-2/+7
* command: export some option metadatawm42014-11-131-1/+1
* m_option: format mpv_node as jsonwm42014-10-231-1/+7
* lua: strictly free memory on errorswm42014-10-191-1/+2
* video: initial Matroska 3D supportwm42014-08-301-0/+53
* options: more detailed output for --vf-... error messagewm42014-08-281-2/+4
* options: fix key-value-list optionswm42014-08-051-6/+11
* Audit and replace all ctype.h useswm42014-07-011-1/+0
* options: support setting start time relative to start PTSTsukasa OMOTO2014-06-291-2/+5
* options: remove some more stuffwm42014-06-131-7/+0
* options: remove OPT_FLAG_CONSTANTSwm42014-06-131-13/+10
* options: change --sub-file behaviorwm42014-06-081-0/+36
* m_option: use isfinite() instead of isnormal()wm42014-06-011-1/+1
* command: allow native access to "vf" propertywm42014-04-241-0/+101
* options: don't allow --no-foo=yeswm42014-04-141-2/+2
* video: change image format names, prefer mostly FFmpeg nameswm42014-04-141-2/+4
* m_option: fix handling of empty channel layoutswm42014-03-101-2/+2
* m_option: make converting mpv_node to string always failwm42014-02-261-1/+1
* m_option: fix key/value list string conversionwm42014-02-261-1/+1
* m_option: don't make "unset" string and string list return NULL stringswm42014-02-261-2/+2
* m_option: add a way to convert values to/from mpv_nodewm42014-02-241-14/+425
* m_option: fix printf format specifierwm42014-02-241-1/+2
* m_option: explicitly allow m_option.name==NULLwm42014-02-231-10/+11
* options: handle escape sequences in e.g. --playing-msg differentlywm42014-02-201-59/+8
* options: alternative way to specify color optionswm42014-01-311-2/+43
* options: add key/value pair list option typewm42014-01-161-0/+64
* msg: move special declarations to msg_control.hwm42014-01-161-0/+1
* options: make --msglevel=help print something helpfulwm42014-01-011-0/+11
* common: simplify and optimize string escape parsingwm42013-12-301-11/+8
* options: simplify handling of some help optionswm42013-12-261-28/+3
* options: make --msglevel extend previous settingswm42013-12-221-3/+10
* m_option: add mp_log context to sub-module print_help callbackwm42013-12-211-1/+1
* m_option: add mp_log callback to OPT_STRING_VALIDATE optionswm42013-12-211-1/+1
* m_option, m_config: mp_msg conversionswm42013-12-211-185/+154
* msg: change --msglevel, reduce legacy gluewm42013-12-201-0/+41
* m_option: don't include config.h in headerwm42013-12-181-0/+8
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-2/+2
* Move options/config related files from mpvcore/ to options/wm42013-12-171-0/+2477