summaryrefslogtreecommitdiffstats
path: root/options/m_option.h
Commit message (Expand)AuthorAgeFilesLines
* options: handle terminal/logging settings eagerlywm42015-11-041-0/+3
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* video: cleanup stereo mode parsingwm42015-04-021-4/+0
* video: move colorspace overrides to vf_format, simplifywm42015-03-311-0/+8
* options: add flag option typewm42015-03-041-0/+4
* options: handle choice -> flag fallback automaticallywm42015-02-271-3/+0
* options: add slightly more sophistcated mechanism for option deprecationwm42014-12-111-0/+13
* options: allow selecting track ID 0 toowm42014-10-211-1/+1
* options: add M_OPT_FILE flag to mark options that want a file(list)Alessandro Ghedini2014-09-131-0/+3
* video: initial Matroska 3D supportwm42014-08-301-1/+5
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-291-1/+1
* options: support setting start time relative to start PTSTsukasa OMOTO2014-06-291-1/+1
* options: remove some more stuffwm42014-06-131-8/+2
* options: remove some unneeded stuffwm42014-06-131-10/+6
* options: remove OPT_FLAG_CONSTANTSwm42014-06-131-10/+4
* options: change --sub-file behaviorwm42014-06-081-0/+4
* options: allow changing options at runtimewm42014-02-251-5/+11
* m_option: add a way to convert values to/from mpv_nodewm42014-02-241-1/+37
* options: handle escape sequences in e.g. --playing-msg differentlywm42014-02-201-3/+0
* options: add key/value pair list option typewm42014-01-161-0/+5
* options: simplify handling of some help optionswm42013-12-261-16/+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-2/+2
* m_option, m_config: mp_msg conversionswm42013-12-211-6/+12
* msg: change --msglevel, reduce legacy gluewm42013-12-201-1/+1
* m_option.h: actually remove config.h includewm42013-12-191-1/+0
* m_option: don't include config.h in headerwm42013-12-181-7/+3
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* Move options/config related files from mpvcore/ to options/wm42013-12-171-0/+648