summaryrefslogtreecommitdiffstats
path: root/options
Commit message (Expand)AuthorAgeFilesLines
* Revert "parse_commandline: fail gracefully on bad args"wm42017-06-242-6/+3
* options: simplify and rename m_option_type_storewm42017-06-233-50/+27
* options: remove weird --really-quiet special behaviorwm42017-06-232-2/+2
* options: unbreak -hwm42017-06-233-4/+9
* player: change license of most core files to LGPLwm42017-06-231-7/+9
* player: disable --frames in WIP LGPL modewm42017-06-231-0/+3
* player: disable video equalizer frontend code for WIP LGPL modewm42017-06-231-0/+2
* options: disable --field-dominance for WIP LGPL mode, also deprecatewm42017-06-231-1/+4
* player: disable --priority for WIP LGPL modewm42017-06-231-1/+1
* stream: move cache option declarations to cache.cwm42017-06-231-28/+1
* Revert "m_option: make geometry code GPL-only"wm42017-06-221-32/+0
* m_option: make geometry code GPL-onlywm42017-06-211-0/+32
* dec_video: change license to LGPL (almost)wm42017-06-181-0/+1
* img_format: minor simplificationwm42017-06-181-1/+1
* command: avoid going through prop->opt bridge from opt->prop bridgewm42017-06-161-0/+2
* command: add all options to property->option bridgewm42017-06-152-9/+13
* options: make mess to allow setting profile option with libmpvwm42017-06-152-94/+87
* js: add javascript scripting support using MuJSAvi Halachmi (:avih)2017-06-141-2/+4
* options: change license of most files to LGPL (except options.c/.h)wm42017-06-128-52/+58
* m_option: revert commit 2793a70e0fb3wm42017-06-121-3/+2
* m_property: change license to LGPLwm42017-06-122-14/+14
* path: change license to LGPLwm42017-06-122-21/+16
* m_option: fix leaks with OPT_KEYVALUELIST optionswm42017-06-081-0/+3
* options: slight cleanup of --sub-ass-style-overrideNiklas Haas2017-06-071-2/+3
* options: change --sub-fix-timing defaultwm42017-06-061-1/+0
* vo_opengl: hwdec_cuda: Support separate decode and display devicesPhilip Langdale2017-06-032-0/+9
* audio: merge --replaygain-track and --replaygain-album into one optionwm42017-04-272-4/+5
* audio: move replaygain control to top-level optionswm42017-04-263-3/+14
* options: change --audio-file-auto default to not to load any fileswm42017-04-201-1/+1
* player: add --keep-open-pause=no optionDan Oscarsson2017-04-142-0/+3
* options: deprecate --loopwm42017-04-103-8/+17
* options: assing proper default value for --audio-channelswm42017-04-051-0/+5
* parse_commandline: guard glob() usewm42017-04-041-1/+1
* 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-252-7/+42
* sub: add SDH subtitle filterDan Oscarsson2017-03-252-0/+4
* options: add M_OPT_FILE to some more file optionsPhilip Sequeira2017-03-061-3/+3
* hw_videotoolbox: allow using native decoder output formatwm42017-03-021-1/+1
* m_option: optionally allow passing "no" to imgfmt option typeswm42017-03-021-4/+7
* cocoa: add option to force dedicated GPUAkemi2017-02-272-0/+6
* cocoa: add --ontop-level option for modifying ontop window levelAkemi2017-02-132-0/+4
* Fix build with HAVE_GL==0Michael Forney2017-02-131-1/+4
* player: add experimental stream recording featurewm42017-02-072-0/+3
* sub: add justify of subtitlesDan Oscarsson2017-02-012-0/+2
* win32: snap to screen edgespavelxdd2017-01-272-0/+3
* sub: add option to force using video resolution for image subtitleswm42017-01-232-0/+2
* player: remove --stream-capture option/propertywm42017-01-212-3/+2
* options: refacactor how --opengl-dwmflush is declaredwm42017-01-202-0/+7
* options: refactor how --opengl-dcomposition is declaredwm42017-01-202-0/+7
* player: add prefetching of the next playlist entrywm42017-01-182-0/+2
* vo_opengl, vo_opengl_cb: better hwdec interop backend selectionwm42017-01-172-3/+7
* config: do not resolve default profile during "include" processingwm42017-01-131-1/+2
* options: explicitly deprecate --ad-spdif-dtshdwm42016-12-231-1/+2
* audio: change how spdif codecs are selectedwm42016-12-231-1/+1
* options: change --h=... behaviorwm42016-12-161-7/+1
* cocoa: fullscreen refactoringAkemi2016-12-152-2/+1
* options: remove weird RPI-only fullscreen defaultwm42016-12-081-1/+0
* options: some simplificationswm42016-11-293-110/+20
* options: remove deprecated sub-option handling for --vo and --aowm42016-11-256-84/+124
* options: remove legacy global sub-option syntaxwm42016-11-222-60/+3
* options: clarify --softvol deprecation message and manpage entrywm42016-11-191-1/+2
* cocoa: option to scale window by HiDPI scale factorAkemi2016-11-112-0/+3
* options: fnmatch: check existence instead of posixAvi Halachmi (:avih)2016-11-081-1/+0
* options: make --load-scripts runtime changeablewm42016-10-221-1/+1
* options: handle legacy no-* sub-optionswm42016-10-211-8/+21
* video: add --hwdec=vdpau-copy modewm42016-10-201-0/+1
* vd_lavc: Add hwdec wrapper for crystalhdPhilip Langdale2016-10-151-0/+1
* vo_drm: change CLI options + refactorsrr-2016-10-072-0/+12
* options: handle --audio-device changes like the other optionswm42016-10-051-2/+2
* audio: make setting audio-exclusive update the audio chainKevin Mitchell2016-10-041-1/+1
* options: rename subtitle optionsDan Oscarsson2016-10-032-13/+40
* player: make --stop-screensaver runtime-changeablewm42016-10-022-2/+3
* rpi: add --hwdec=rpi-copywm42016-09-301-0/+1
* path: default ~~ paths to home directorywm42016-09-291-0/+6
* win32: make --priority runtime-settableJames Ross-Gowan2016-09-282-2/+3
* options: do not mark --profile/--include as M_OPT_FIXEDwm42016-09-241-2/+2
* player: do not let pseudo-gui override user config settingswm42016-09-234-0/+15
* m_config, command: remove some minor code duplicationwm42016-09-232-3/+9
* player: make audio-channels etc. runtime settablewm42016-09-222-5/+6
* player: add --watch-later-directory optionDavid Logie2016-09-222-0/+2
* client API: more or less deprecate mpv_set_option()wm42016-09-213-15/+14
* options: make input options generally runtime-settablewm42016-09-213-8/+5
* command: change update handling of some video-related propertieswm42016-09-202-6/+8
* options: fix window-scale propertywm42016-09-202-2/+2
* m_option: resort M_OPT_ flag valueswm42016-09-201-11/+11
* player: make --osc/--ytdl settable during playbackwm42016-09-202-3/+4
* options, command: simplify some option updateswm42016-09-192-39/+41
* player: make --terminal freetly settable at runtimewm42016-09-191-2/+2
* options: slightly better option update mechanismwm42016-09-194-17/+45
* options: remove some M_OPT_FIXED flagswm42016-09-191-9/+9
* command: fix "cycle"/"add" not working on most propertieswm42016-09-181-1/+2
* player: more option/property consistency fixeswm42016-09-185-6/+23
* options: rename/deprecate --playlist-poswm42016-09-181-1/+3
* options: actually deprecate --mute=autowm42016-09-181-2/+2
* options: take care of propertly updating options on runtime changeswm42016-09-172-5/+31
* options: fix pseudo-options like -vwm42016-09-171-1/+1
* options: simplify M_OPT_EXITwm42016-09-174-21/+17
* m_config: make option setting always call m_config_set_option_raw()wm42016-09-171-14/+20
* options: kill M_OPT_GLOBAL flagwm42016-09-173-21/+7
* options: add --hwdec=yes as alias for --hwdec=autowm42016-09-151-0/+1
* player: move builtin profiles to a separate filewm42016-09-151-0/+2
* hwdec_cuda: Add trivial cuda-copy wrapperPhilip Langdale2016-09-111-0/+1
* options: fix another minor regressionwm42016-09-111-1/+2
* options: fix --list-options after previous commitwm42016-09-102-3/+4
* options: make --h list options according to a pattern passed to itwm42016-09-103-9/+23
* m_config: remove another unused leftoverwm42016-09-102-15/+0
* stream, demux, config: remove some dead/unneeded option-related codewm42016-09-092-72/+5
* stream_dvd, stream_dvdnav: remove weird option parsing stuffwm42016-09-082-9/+25
* options: drop unreferenced --bluray-angle optionwm42016-09-082-2/+1
* hwdec/opengl: Add support for CUDA and cuvid/NvDecodePhilip Langdale2016-09-081-0/+1
* osdep: rename atomics.h to atomic.hwm42016-09-071-1/+1
* demux: do not access global optionswm42016-09-062-70/+38
* m_config: avoid accidentally causing deprecation warningswm42016-09-051-41/+52
* audio/out: deprecate "exclusive" sub-optionswm42016-09-052-0/+2
* options: add automagic hack for handling sub-option deprecationswm42016-09-052-5/+51
* vo_image: move to global optionswm42016-09-051-2/+8
* options: add a mechanism to make sub-option replacement slightly easierwm42016-09-054-8/+20
* m_config: move parts of m_config_add_option into its own functionwm42016-09-051-26/+36
* sd_lavc: enable teletextwm42016-09-032-0/+3
* ao_alsa: change sub-options to global optionswm42016-09-022-0/+5
* config: allow profile forward-references in default profilewm42016-09-023-10/+19
* m_config: make sure profile values are never NULLwm42016-09-021-5/+4
* options: deprecate --vo-defaultswm42016-09-022-10/+12
* vo_opengl: deprecate sub-options, add them as global optionswm42016-09-026-22/+78
* m_config: add some convenience functionswm42016-09-022-0/+35
* vo: use new option update mechanismwm42016-09-022-1/+2
* m_config: introduce basic mechanism to synchronize global option updateswm42016-09-022-4/+257
* m_config: add helper function for initializing af/ao/vf/vo suboptionswm42016-09-022-9/+22
* command: fix or document some property/option consistency issueswm42016-09-011-5/+5
* command: add options to property listwm42016-09-017-16/+39
* m_config: fix "no-" option handling with sub-optionswm42016-09-011-1/+1
* vo, ao: disable positional parameter suboptionswm42016-09-012-7/+11
* m_config: remove an unused functionwm42016-08-312-24/+6
* m_config: remove some aliasing checkswm42016-08-311-19/+2
* m_option: replace --no-video-aspect aliaswm42016-08-314-62/+31
* m_config: deprecate top-level suboptionswm42016-08-312-0/+7
* client API: deprecate "no-..." option handlingwm42016-08-311-0/+7
* m_config: introduce and use OPT_ALIAS for some optionswm42016-08-313-17/+21
* m_config: handle --no-... options differentlywm42016-08-311-53/+44
* m_property: remove pointless explicitly clampingwm42016-08-313-63/+0
* options: make mp_vo_opts options an actual sub-option groupwm42016-08-302-69/+78
* m_config: pass parent option in m_config_add_option()wm42016-08-301-9/+10
* m_config: rename is_generated to is_hiddenwm42016-08-302-7/+7
* m_option: remove M_OPT_TYPE_DYNAMIC flagwm42016-08-303-17/+4
* m_config: profile option values can be NULLwm42016-08-291-1/+2
* command: export profile list as a propertywm42016-08-282-0/+29
* player: add option to disable video OSDwm42016-08-282-0/+5
* aspect: add --video-unscaled=downscale-bigrr-2016-08-191-1/+2
* player: add option to control duration of image displaywm42016-08-172-0/+5
* 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
* player: add --no-autoload-files optionwm42016-08-102-0/+3
* player: add --audio-wait-open optionswm42016-08-092-0/+2
* player: add --audio-stream-silencewm42016-08-092-0/+2
* options: fix channels options copy/free operationswm42016-08-051-0/+6
* audio: use --audio-channels=auto behavior, except on ALSAwm42016-08-044-33/+94
* options: un-restrict --audio-delaywm42016-08-041-1/+1
* options: add vp9 to --hwdec-codecswm42016-07-301-1/+1
* audio: refactor mixer code and delete mixer.cwm42016-07-172-1/+2
* videotoolbox: add --hwdec=videotoolbox-copy for h/w accelerated decoding with...Aman Gupta2016-07-151-0/+1
* audio: drop --softvol=no and --softvol=autowm42016-07-092-9/+9
* options: deprecate --heartbeat-cmdwm42016-06-291-1/+2
* options: add a deprecation warning printing mechanismwm42016-06-292-0/+11
* Fix misspellingsstepshal2016-06-261-1/+1
* vo_opengl: refactor performance data propertiesNiklas Haas2016-06-081-0/+2
* vo_opengl: somewhat simplify suboption handling messwm42016-06-041-14/+37
* options: --geometry: center window position after applying sizemaniak13492016-05-221-0/+4
* video: add --hwdec=auto-copy modewm42016-05-111-0/+1
* win32: make taskbar progress indication optionalmaniak13492016-05-082-0/+3
* x11: rename inappropriate --x11-bypass-compositor=never optionwm42016-05-071-1/+1
* x11: add --x11-bypass-compositor=alwayswm42016-05-061-1/+1
* client API: access choices as flags if appropriatewm42016-05-041-2/+15
* x11: extend --x11-bypass-compositor with fs-only optionwm42016-05-021-2/+3
* options: add --fit-border video optionmaniak13492016-04-302-0/+3
* sd_add: replace --sub-ass=no with --ass-style-override=stripwm42016-04-301-1/+1
*