aboutsummaryrefslogtreecommitdiffhomepage
path: root/options/m_option.c
Commit message (Expand)AuthorAge
* m_option: remove an unused fieldGravatar wm42018-05-31
* encode: get rid of AVDictionary setter helperGravatar wm42018-04-29
* m_option: remove unneded compatibility featuresGravatar wm42018-02-28
* options: minor cleanup to --no-... handlingGravatar wm42018-02-13
* options: slightly improve filter help output for lavfi bridgeGravatar wm42018-02-03
* options: add string list -toggle actionGravatar wm42018-01-25
* m_option: remove string list -append action code duplicationGravatar wm42018-01-25
* options: add an option type for byte sizesGravatar wm42018-01-25
* m_option: add missing print callbacksGravatar wm42018-01-25
* m_option: add print callback to color typeGravatar Olivier Perret2018-01-22
* m_option: add print callback to start/end/lengthGravatar Ricardo Constantino2018-01-03
* options: add -add/-append actions to key/value listsGravatar wm42017-12-26
* options: rename 'error' labels to 'exit' where appropriateGravatar pavelxdd2017-12-16
* options: don't report errors on help value for OPT_SIZE_BOXGravatar pavelxdd2017-12-16
* options: don't report errors on help value for OPT_GEOMETRYGravatar pavelxdd2017-12-11
* options: don't report errors on help value for OPT_COLORGravatar pavelxdd2017-12-11
* options: don't report errors on help value for OPT_FLAGGravatar pavelxdd2017-12-11
* options: don't report errors on help value for OPT_CHOICEGravatar pavelxdd2017-12-08
* options: add --start=none to reset previously set start timeGravatar Aman Gupta2017-12-06
* options: rename empty string special case for option valuesGravatar wm42017-12-01
* m_option: pretty print mpv_node for OSDGravatar wm42017-10-30
* build: add preliminary LGPL modeGravatar wm42017-09-21
* m_option: deprecate multiple items for -add etc.Gravatar wm42017-07-02
* options: change everything againGravatar wm42017-07-02
* m_option: remove unused error codeGravatar wm42017-07-02
* m_option: remove redundant indirectionsGravatar wm42017-07-02
* options: change path list options, and document list optionsGravatar wm42017-06-30
* options: sort action list alphabeticallyGravatar wm42017-06-27
* options: expose string list actions for --sub-file optionGravatar wm42017-06-27
* options: handle suffixes like -add in a more generic wayGravatar wm42017-06-26
* Revert "parse_commandline: fail gracefully on bad args"Gravatar wm42017-06-24
* options: simplify and rename m_option_type_storeGravatar wm42017-06-23
* options: unbreak -hGravatar wm42017-06-23
* Revert "m_option: make geometry code GPL-only"Gravatar wm42017-06-22
* m_option: make geometry code GPL-onlyGravatar wm42017-06-21
* img_format: minor simplificationGravatar wm42017-06-18
* options: change license of most files to LGPL (except options.c/.h)Gravatar wm42017-06-12
* m_option: revert commit 2793a70e0fb3Gravatar wm42017-06-12
* m_option: fix leaks with OPT_KEYVALUELIST optionsGravatar wm42017-06-08
* video: support positional arguments for automatic lavfi option bridgeGravatar wm42017-04-03
* command: change and simplify filter toggle syntaxGravatar wm42017-03-26
* m_option: consistent af/vf filter entry "enabled" flag default valueGravatar wm42017-03-25
* command: add better runtime filter toggling methodGravatar wm42017-03-25
* m_option: optionally allow passing "no" to imgfmt option typesGravatar wm42017-03-02
* options: some simplificationsGravatar wm42016-11-29
* options: remove deprecated sub-option handling for --vo and --aoGravatar wm42016-11-25
* options: simplify M_OPT_EXITGravatar wm42016-09-17
* options: fix --list-options after previous commitGravatar wm42016-09-10
* options: make --h list options according to a pattern passed to itGravatar wm42016-09-10
* vo_opengl: deprecate sub-options, add them as global optionsGravatar wm42016-09-02