summaryrefslogtreecommitdiffstats
path: root/options/options.c
Commit message (Expand)AuthorAgeFilesLines
* video: add option to reduce latency by 1 or 2 frameswm42018-03-031-0/+1
* cocoa-cb: change border and borderless window stylingAkemi2018-02-281-0/+5
* audio: move to decoder wrapperwm42018-01-301-1/+0
* audio: rewrite filtering glue codewm42018-01-301-10/+2
* video: rewrite filtering glue codewm42018-01-301-1/+13
* command: add --osd-on-seek option defaulting to barKevin Mitchell2018-01-261-0/+6
* options: deprecate --vf-defaults and --af-defaultswm42018-01-131-2/+4
* audio: add global options for resampler defaultswm42018-01-131-1/+4
* player: cosmetics: rename internal variable for consistencywm42018-01-031-2/+2
* player: add --cache-pause-initial option to start in buffering statewm42018-01-031-0/+1
* player: use fixed timeout for cache pausing (buffering) durationwm42018-01-031-0/+2
* options: move most subtitle and OSD rendering options to sub structswm42018-01-021-72/+99
* vo_gpu/context: Let embedding application handle surface resizessfan52017-12-271-0/+5
* encode: rename option --ometadata to --ocopy-metadataTheAMM2017-12-261-0/+1
* options: drop some previously deprecated optionswm42017-12-251-25/+0
* options: deprecate --ff- options and propertieswm42017-12-211-3/+6
* vd_lavc: rewrite how --hwdec is handledwm42017-12-011-30/+3
* vo_gpu: make it possible to load multiple hwdec interop driverswm42017-12-011-5/+0
* af: remove deprecated audio filterswm42017-11-291-1/+0
* video: remove automatic stereo3d filter insertionwm42017-11-291-1/+2
* vo_gpu: hwdec_d3d11va: allow zero-copy video decodingJames Ross-Gowan2017-11-071-0/+4
* vo_gpu: d3d11: initial implementationJames Ross-Gowan2017-11-071-0/+5
* player: change license of some code surrounding --frames to LGPLwm42017-11-061-5/+0
* vd_lavc: add support for nvdec hwaccelwm42017-10-281-0/+2
* video : Move drm options to substruct.Lionel CHAZALLON2017-10-231-4/+2
* Add DRM_PRIME Format Handling and Display for RockChip MPP decodersLionel CHAZALLON2017-10-231-0/+2
* video: make it possible to always override hardware decoding formatwm42017-10-161-1/+3
* options: add --vlang switchwm42017-10-131-0/+1
* lua: integrate stats.lua scriptJulian2017-10-091-0/+2
* hwdec: add mediacodec hardware decoder for IMGFMT_MEDIACODEC framesAman Gupta2017-10-091-0/+1
* hwdec: rename mediacodec to mediacodec-copyAman Gupta2017-10-091-1/+1
* vo_gpu: vulkan: generalize SPIR-V compilerNiklas Haas2017-09-261-0/+2
* vo_gpu: vulkan: initial implementationNiklas Haas2017-09-261-0/+5
* build: make vo_gpu + infrastructure non-optionalwm42017-09-221-6/+0
* vo_opengl: refactor into vo_gpuNiklas Haas2017-09-211-3/+8
* audio: make libaf derived code optionalwm42017-09-211-1/+6
* options: remove --heartbeat-cmd and --heartbeat--intervalwm42017-09-181-5/+1
* video: increase --monitorpixelaspect rangeJames Ross-Gowan2017-08-261-1/+1
* video: change --deinterlace behaviorwm42017-08-221-5/+1
* video: redo video equalizer option handlingwm42017-08-221-14/+1
* options: add a thread-safe way to notify option updateswm42017-08-221-8/+8
* options: change --loop semanticswm42017-08-141-2/+1
* player: add --track-auto-selection optionwm42017-08-121-0/+2
* player: make --lavfi-complex changeable at runtimewm42017-08-121-1/+1
* vo_opengl: separate hwdec context and mapping, port it to use rawm42017-08-101-1/+1
* cocoa: add an option to disable the native macOS fullscreenAkemi2017-08-061-0/+2
* options: --priority can be LGPLwm42017-08-031-1/+1
* options: fix --external-file alias typoMartin Herkt2017-07-291-1/+1
* options: drop --video-aspect-method=hybridwm42017-07-211-1/+1
* options: kill --field-dominancewm42017-07-211-7/+0
* options: change everything againwm42017-07-021-10/+11
* d3d: make DXVA2 support optionalwm42017-06-301-1/+1
* options: change path list options, and document list optionswm42017-06-301-6/+10
* video: change --video-aspect-method default value againwm42017-06-291-1/+1
* build: change how some OS specific source files are selectedwm42017-06-291-2/+2
* options: handle suffixes like -add in a more generic waywm42017-06-261-3/+3
* options: suggest a replacement for --field-dominancewm42017-06-251-1/+1
* options: simplify and rename m_option_type_storewm42017-06-231-5/+8
* options: remove weird --really-quiet special behaviorwm42017-06-231-2/+1
* options: unbreak -hwm42017-06-231-4/+4
* 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
* dec_video: change license to LGPL (almost)wm42017-06-181-0/+1
* command: add all options to property->option bridgewm42017-06-151-7/+11
* options: make mess to allow setting profile option with libmpvwm42017-06-151-13/+6
* js: add javascript scripting support using MuJSAvi Halachmi (:avih)2017-06-141-2/+4
* 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-031-0/+7
* audio: merge --replaygain-track and --replaygain-album into one optionwm42017-04-271-2/+4
* audio: move replaygain control to top-level optionswm42017-04-261-2/+7
* 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-141-0/+2
* options: deprecate --loopwm42017-04-101-1/+3
* options: assing proper default value for --audio-channelswm42017-04-051-0/+5
* sub: add SDH subtitle filterDan Oscarsson2017-03-251-0/+2
* 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
* cocoa: add option to force dedicated GPUAkemi2017-02-271-0/+5
* cocoa: add --ontop-level option for modifying ontop window levelAkemi2017-02-131-0/+3
* Fix build with HAVE_GL==0Michael Forney2017-02-131-1/+4
* player: add experimental stream recording featurewm42017-02-071-0/+2
* sub: add justify of subtitlesDan Oscarsson2017-02-011-0/+1
* win32: snap to screen edgespavelxdd2017-01-271-0/+2
* sub: add option to force using video resolution for image subtitleswm42017-01-231-0/+1
* player: remove --stream-capture option/propertywm42017-01-211-2/+2
* options: refacactor how --opengl-dwmflush is declaredwm42017-01-201-0/+5
* options: refactor how --opengl-dcomposition is declaredwm42017-01-201-0/+6
* player: add prefetching of the next playlist entrywm42017-01-181-0/+1
* vo_opengl, vo_opengl_cb: better hwdec interop backend selectionwm42017-01-171-2/+6
* options: explicitly deprecate --ad-spdif-dtshdwm42016-12-231-1/+2
* audio: change how spdif codecs are selectedwm42016-12-231-1/+1
* cocoa: fullscreen refactoringAkemi2016-12-151-1/+1
* options: remove weird RPI-only fullscreen defaultwm42016-12-081-1/+0
* options: remove deprecated sub-option handling for --vo and --aowm42016-11-251-4/+0
* options: clarify --softvol deprecation message and manpage entrywm42016-11-191-1/+2
* cocoa: option to scale window by HiDPI scale factorAkemi2016-11-111-0/+2
* options: make --load-scripts runtime changeablewm42016-10-221-1/+1
* 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-071-0/+9
* 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-031-12/+39
* player: make --stop-screensaver runtime-changeablewm42016-10-021-1/+1
* rpi: add --hwdec=rpi-copywm42016-09-301-0/+1
* win32: make --priority runtime-settableJames Ross-Gowan2016-09-281-1/+1
* 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-231-0/+4
* player: make audio-channels etc. runtime settablewm42016-09-221-4/+4
* player: add --watch-later-directory optionDavid Logie2016-09-221-0/+1
* client API: more or less deprecate mpv_set_option()wm42016-09-211-13/+11
* options: make input options generally runtime-settablewm42016-09-211-6/+3
* command: change update handling of some video-related propertieswm42016-09-201-5/+6
* options: fix window-scale propertywm42016-09-201-1/+1
* player: make --osc/--ytdl settable during playbackwm42016-09-201-2/+2
* options, command: simplify some option updateswm42016-09-191-38/+38
* player: make --terminal freetly settable at runtimewm42016-09-191-2/+2
* options: slightly better option update mechanismwm42016-09-191-7/+7
* options: remove some M_OPT_FIXED flagswm42016-09-191-9/+9
* player: more option/property consistency fixeswm42016-09-181-1/+2
* options: rename/deprecate --playlist-poswm42016-09-181-1/+3
* options: actually deprecate --mute=autowm42016-09-181-2/+2
* options: kill M_OPT_GLOBAL flagwm42016-09-171-3/+3
* 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
* stream_dvd, stream_dvdnav: remove weird option parsing stuffwm42016-09-081-5/+17
* options: drop unreferenced --bluray-angle optionwm42016-09-081-1/+1
* hwdec/opengl: Add support for CUDA and cuvid/NvDecodePhilip Langdale2016-09-081-0/+1
* demux: do not access global optionswm42016-09-061-51/+34
* audio/out: deprecate "exclusive" sub-optionswm42016-09-051-0/+1
* vo_image: move to global optionswm42016-09-051-2/+8
* options: add a mechanism to make sub-option replacement slightly easierwm42016-09-051-6/+2
* sd_lavc: enable teletextwm42016-09-031-0/+2
* ao_alsa: change sub-options to global optionswm42016-09-021-0/+4
* options: deprecate --vo-defaultswm42016-09-021-8/+9
* vo_opengl: deprecate sub-options, add them as global optionswm42016-09-021-0/+7
* vo: use new option update mechanismwm42016-09-021-1/+1
* command: fix or document some property/option consistency issueswm42016-09-011-5/+5
* command: add options to property listwm42016-09-011-12/+15
* m_option: replace --no-video-aspect aliaswm42016-08-311-2/+1
* m_config: introduce and use OPT_ALIAS for some optionswm42016-08-311-5/+4
* options: make mp_vo_opts options an actual sub-option groupwm42016-08-301-68/+77
* player: add option to disable video OSDwm42016-08-281-0/+3
* aspect: add --video-unscaled=downscale-bigrr-2016-08-191-1/+2
* player: add option to control duration of image displaywm42016-08-171-0/+4
* player: add --no-autoload-files optionwm42016-08-101-0/+2
* player: add --audio-wait-open optionswm42016-08-091-0/+1
* player: add --audio-stream-silencewm42016-08-091-0/+1
* audio: use --audio-channels=auto behavior, except on ALSAwm42016-08-041-2/+1
* 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-171-1/+1
* 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-091-6/+7
* options: deprecate --heartbeat-cmdwm42016-06-291-1/+2
* video: add --hwdec=auto-copy modewm42016-05-111-0/+1
* win32: make taskbar progress indication optionalmaniak13492016-05-081-0/+2
* x11: rename inappropriate --x11-bypass-compositor=never optionwm42016-05-071-1/+1
* x11: add --x11-bypass-compositor=alwayswm42016-05-061-1/+1
* x11: extend --x11-bypass-compositor with fs-only optionwm42016-05-021-2/+3
* options: add --fit-border video optionmaniak13492016-04-301-0/+2
* sd_add: replace --sub-ass=no with --ass-style-override=stripwm42016-04-301-1/+1
* vo_opengl: D3D11VA + ANGLE interopwm42016-04-271-0/+1
* x11: do not set _NET_WM_BYPASS_COMPOSITOR by defaultwm42016-04-031-1/+1
* vd_lavc: add d3d11va hwdecKevin Mitchell2016-03-301-0/+1
* Add a mediacodec decoder hwdec wrapperJan Ekström2016-03-251