summaryrefslogtreecommitdiffstats
path: root/options/m_option.c
Commit message (Expand)AuthorAgeFilesLines
* encode: get rid of AVDictionary setter helperwm42018-04-291-0/+3
* m_option: remove unneded compatibility featureswm42018-02-281-8/+1
* options: minor cleanup to --no-... handlingwm42018-02-131-2/+4
* options: slightly improve filter help output for lavfi bridgewm42018-02-031-1/+9
* options: add string list -toggle actionwm42018-01-251-0/+24
* m_option: remove string list -append action code duplicationwm42018-01-251-15/+6
* options: add an option type for byte sizeswm42018-01-251-0/+95
* m_option: add missing print callbackswm42018-01-251-5/+35
* m_option: add print callback to color typeOlivier Perret2018-01-221-0/+7
* m_option: add print callback to start/end/lengthRicardo Constantino2018-01-031-0/+18
* options: add -add/-append actions to key/value listswm42017-12-261-4/+30
* options: rename 'error' labels to 'exit' where appropriatepavelxdd2017-12-161-13/+13
* options: don't report errors on help value for OPT_SIZE_BOXpavelxdd2017-12-161-4/+10
* options: don't report errors on help value for OPT_GEOMETRYpavelxdd2017-12-111-4/+11
* options: don't report errors on help value for OPT_COLORpavelxdd2017-12-111-6/+12
* options: don't report errors on help value for OPT_FLAGpavelxdd2017-12-111-4/+9
* options: don't report errors on help value for OPT_CHOICEpavelxdd2017-12-081-4/+15
* options: add --start=none to reset previously set start timeAman Gupta2017-12-061-0/+5
* options: rename empty string special case for option valueswm42017-12-011-3/+0
* m_option: pretty print mpv_node for OSDwm42017-10-301-0/+11
* build: add preliminary LGPL modewm42017-09-211-9/+7
* m_option: deprecate multiple items for -add etc.wm42017-07-021-2/+10
* options: change everything againwm42017-07-021-28/+5
* m_option: remove unused error codewm42017-07-021-5/+0
* m_option: remove redundant indirectionswm42017-07-021-2/+2
* options: change path list options, and document list optionswm42017-06-301-3/+3
* options: sort action list alphabeticallywm42017-06-271-11/+11
* options: expose string list actions for --sub-file optionwm42017-06-271-23/+38
* options: handle suffixes like -add in a more generic waywm42017-06-261-79/+65
* Revert "parse_commandline: fail gracefully on bad args"wm42017-06-241-1/+1
* options: simplify and rename m_option_type_storewm42017-06-231-38/+18
* options: unbreak -hwm42017-06-231-0/+2
* Revert "m_option: make geometry code GPL-only"wm42017-06-221-32/+0
* m_option: make geometry code GPL-onlywm42017-06-211-0/+32
* img_format: minor simplificationwm42017-06-181-1/+1
* options: change license of most files to LGPL (except options.c/.h)wm42017-06-121-0/+2
* m_option: revert commit 2793a70e0fb3wm42017-06-121-3/+2
* m_option: fix leaks with OPT_KEYVALUELIST optionswm42017-06-081-0/+3
* video: support positional arguments for automatic lavfi option bridgewm42017-04-031-5/+22
* command: change and simplify filter toggle syntaxwm42017-03-261-5/+23
* m_option: consistent af/vf filter entry "enabled" flag default valuewm42017-03-251-0/+1
* command: add better runtime filter toggling methodwm42017-03-251-7/+38
* m_option: optionally allow passing "no" to imgfmt option typeswm42017-03-021-4/+7
* options: some simplificationswm42016-11-291-56/+2
* options: remove deprecated sub-option handling for --vo and --aowm42016-11-251-3/+14
* options: simplify M_OPT_EXITwm42016-09-171-7/+7
* options: fix --list-options after previous commitwm42016-09-101-1/+1
* options: make --h list options according to a pattern passed to itwm42016-09-101-1/+1
* vo_opengl: deprecate sub-options, add them as global optionswm42016-09-021-2/+15
* vo, ao: disable positional parameter suboptionswm42016-09-011-7/+9
* m_option: replace --no-video-aspect aliaswm42016-08-311-39/+24
* m_property: remove pointless explicitly clampingwm42016-08-311-47/+0
* m_option: remove M_OPT_TYPE_DYNAMIC flagwm42016-08-301-7/+2
* m_option: add mechanism to allow inf/-inf float optionswm42016-08-171-1/+2
* m_option: simplify float value range handlingwm42016-08-171-21/+3
* options: fix channels options copy/free operationswm42016-08-051-0/+6
* audio: use --audio-channels=auto behavior, except on ALSAwm42016-08-041-25/+79
* options: --geometry: center window position after applying sizemaniak13492016-05-221-0/+4
* client API: access choices as flags if appropriatewm42016-05-041-2/+15
* client API: improve mpv_set_property() handling of MPV_FORMAT_NODEwm42016-04-151-0/+15
* m_option: slightly improve --msg-level=help outputwm42016-04-131-1/+1
* m_option: add string conversion for --audio-channelswm42016-04-131-0/+8
* 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