summaryrefslogtreecommitdiffstats
path: root/options/options.c
Commit message (Expand)AuthorAgeFilesLines
* stream, demux: redo origin policy thingwm42019-12-201-1/+0
* command: slightly simplify input-ipc-server change detection/initwm42019-12-171-2/+2
* console.lua: add this scriptJames Ross-Gowan2019-12-081-0/+2
* options: move cursor autohiding opts to mp_vo_optsdudemanguy2019-12-041-4/+4
* command: change window-minimized/window-maximized to optionswm42019-11-291-0/+2
* options: get rid of GLOBAL_CONFIG hackwm42019-11-291-2/+8
* command, options: deprecate old --display-fps behaviorwm42019-11-251-1/+2
* options: remove deprecated --playlist-pos aliaswm42019-11-241-1/+0
* player: Optionally validate st_mtime when restoring playback stateChris Down2019-11-201-0/+1
* options: deprecate --input-filewm42019-11-161-1/+2
* options: remove M_OPT_FIXEDwm42019-11-101-19/+18
* test: make tests part of the mpv binarywm42019-11-081-0/+4
* stream: turn into a ring buffer, make size configurablewm42019-11-061-0/+1
* options: make --show-profile without parameters list all profileswm42019-10-311-2/+2
* sws_utils: shuffle around some shitwm42019-10-311-4/+6
* options: set correct range for --video-aspect-overridewm42019-10-251-3/+2
* wayland: add various render-related optionsdudemanguy2019-10-201-0/+5
* video: add zimg wrapperwm42019-10-201-0/+4
* options: rename --video-aspect to --video-aspect-overrideNiklas Haas2019-10-041-2/+3
* vo: make swapchain-depth option generic for all VOsAnton Kindestam2019-09-281-0/+2
* options: add M_OPT_FILE to some more options that take filesPhilip Sequeira2019-09-271-7/+7
* demux_cue: auto-detect CUE sheet charsetwnoun2019-09-211-0/+2
* options: deprecate --stream-recordwm42019-09-191-1/+2
* aspect: add video margin optionswm42019-09-191-0/+4
* demux: add a on-disk cachewm42019-09-191-0/+2
* options: rename --play-direction to --play-dirwm42019-09-191-2/+2
* options: remove --chapterwm42019-09-191-3/+1
* Implement backwards playbackwm42019-09-191-0/+8
* player: add --demuxer-cache-wait optionwm42019-09-191-0/+1
* DOCS: remove references to --video-stereo-modeNiklas Haas2019-09-141-0/+1
* Remove classic Linux analog TV support, and DVB runtime controlswm42019-09-131-3/+0
* Remove libdvdread support in favor of libdvdnavwm42019-09-131-2/+2
* Merge commit '559a400ac36e75a8d73ba263fd7fa6736df1c2da' into wm4-commits--mer...Anton Kindestam2018-12-051-22/+6
|\
| * demux, stream: rip out the classic stream cachewm42018-08-311-3/+0
| * vd_lavc: move hwdec opts to local config, don't use global MPOptswm42018-05-241-9/+1
| * ao: use a local option structwm42018-05-241-10/+3
| * player: make playback termination asynchronouswm42018-05-241-0/+2
* | wscript: split egl-android from androidTom Yan2018-08-201-1/+1
* | options.c: display additional metadata tags during video playbackStephen Hutchinson2018-06-111-2/+3
|/
* build: make encoding mode non-optionalwm42018-05-031-2/+0
* options: remove broken --video-stereo-mode optionwm42018-04-291-3/+0
* vaapi: add option to select a non-default device pathRostislav Pehlivanov2018-03-301-0/+5
* vo: move display-fps internal option value to VO optswm42018-03-151-2/+1
* video: add an option to tune waiting for video timingwm42018-03-151-0/+2
* 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/