summaryrefslogtreecommitdiffstats
path: root/options/m_option.c
Commit message (Expand)AuthorAgeFilesLines
* 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