aboutsummaryrefslogtreecommitdiffhomepage
path: root/options/m_option.c
Commit message (Expand)AuthorAge
* 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
* vo, ao: disable positional parameter suboptionsGravatar wm42016-09-01
* m_option: replace --no-video-aspect aliasGravatar wm42016-08-31
* m_property: remove pointless explicitly clampingGravatar wm42016-08-31
* m_option: remove M_OPT_TYPE_DYNAMIC flagGravatar wm42016-08-30
* m_option: add mechanism to allow inf/-inf float optionsGravatar wm42016-08-17
* m_option: simplify float value range handlingGravatar wm42016-08-17
* options: fix channels options copy/free operationsGravatar wm42016-08-05
* audio: use --audio-channels=auto behavior, except on ALSAGravatar wm42016-08-04
* options: --geometry: center window position after applying sizeGravatar maniak13492016-05-22
* client API: access choices as flags if appropriateGravatar wm42016-05-04
* client API: improve mpv_set_property() handling of MPV_FORMAT_NODEGravatar wm42016-04-15
* m_option: slightly improve --msg-level=help outputGravatar wm42016-04-13
* m_option: add string conversion for --audio-channelsGravatar wm42016-04-13
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* options: fix conversion of flags to stringsGravatar wm42015-07-01
* options: improve an error messageGravatar wm42015-06-27
* audio: replace format name tableGravatar wm42015-06-26
* options: make keyvalue list parsing less strictGravatar wm42015-06-10
* options: change [...] to balanced quotesGravatar wm42015-04-19
* options: don't let --vf-clr etc. take an argumentGravatar wm42015-04-13
* Update license headersGravatar Marcin Kurczewski2015-04-13
* video: cleanup stereo mode parsingGravatar wm42015-04-02
* options: fix --geometry to string conversionGravatar wm42015-04-01
* video: move colorspace overrides to vf_format, simplifyGravatar wm42015-03-31
* parse_commandline: fail gracefully on bad argsGravatar wd02015-03-29
* options: add conversion to string for geometry option typesGravatar wm42015-03-24
* m_option: remove dead initializationGravatar wm42015-03-23
* options: add flag option typeGravatar wm42015-03-04
* options: handle choice -> flag fallback automaticallyGravatar wm42015-02-27
* options: minor simplification in flag option parserGravatar wm42015-02-27
* options: change --msg-level optionGravatar wm42015-02-06
* options: allow ":" as separator in key-value listsGravatar wm42015-02-06
* options: allow things like --geometry=x50Gravatar wm42015-02-04
* options: slightly improve help output for choice and flag optionsGravatar wm42015-02-02
* options: fix parsing for --ab-loop-*Gravatar wm42014-12-12