summaryrefslogtreecommitdiffstats
path: root/options/options.c
Commit message (Expand)AuthorAgeFilesLines
* 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-0/+1
* ipc: rename --input-unix-socket to --input-ipc-serverJames Ross-Gowan2016-03-231-1/+2
* dxva2: add interop (non-copyback) hwdec_typeKevin Mitchell2016-02-171-0/+1
* player: add --external-file optionwm42016-02-081-0/+1
* player: add complex filter graph supportwm42016-02-051-0/+2
* options: set fs=yes by default on RPI, and change RPI defaults handlingwm42016-02-051-4/+0
* audio: remove default preference for libdcadecwm42016-02-011-1/+1
* audio: change downmix behavior, add --audio-normalize-downmixwm42016-01-201-0/+1
* audio: change --audio-channels default back to stereowm42016-01-201-1/+1
* options: add "service_name" as display tag.Oliver Freyermuth2016-01-141-1/+1
* options: raise maximum value for --audio-sampleratewm42016-01-051-1/+1
* options: exclude 360 from --video-rotate rangewm42016-01-021-1/+1
* options: add --audio-file-pathswm42015-12-251-0/+1
* stream: drop PVR supportwm42015-12-101-4/+0
* win32: add option to set VO MMCSS profilewm42015-12-061-0/+5
* x11: request bypassing compositorwm42015-11-181-0/+2
* videotoolbox: make decoder format customizablewm42015-11-171-0/+4
* player: handle rebasing start time differentlywm42015-11-161-0/+3
* options: enable mpeg2 hw decoding by default if hw decoding is requestedwm42015-11-051-1/+1
* options: handle terminal/logging settings eagerlywm42015-11-041-6/+6
* player: add audio drop/duplicate modewm42015-10-271-0/+4
* options: remove --use-text-osdwm42015-10-241-2/+0
* options: add support for client certificate authenticationJoschka Tillmanns2015-10-201-0/+2
* ytdl: Remove DASH hacks, use DASH by defaultChrisK22015-10-111-1/+1
* video: remove user-controllable PTS sorting (--pts-association-mode)wm42015-10-061-3/+0
* audio: add option for falling back to ao_nullwm42015-10-051-0/+1
* video: replace vf_format outputlevels option with global optionwm42015-09-291-0/+2
* video: remove VDA supportwm42015-09-281-1/+0
* options: fix --no-configwm42015-09-051-1/+1
* video: make container vs. bitstream aspect ratio configurablewm42015-08-301-0/+2
* player: add --playlist-pos optionwm42015-08-221-0/+3
* options: sub-file replaces subfile, instead of subStian Eikeland2015-08-211-1/+1
* player: add display sync modewm42015-08-101-0/+14
* options: remove the period at the end of "No file."Niklas Haas2015-08-091-1/+1
* options: move program name to end of window titleMartin Herkt2015-08-091-1/