summaryrefslogtreecommitdiffstats
path: root/options/options.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* demux: add options to control maximum queue sizewm42015-08-051-0/+4
* demux: remove options to control minimum packet queue sizewm42015-08-051-4/+0
* hwdec: add VideoToolbox supportSebastien Zwickert2015-08-051-0/+1
* cache: make backbuffer size configurablewm42015-07-221-1/+3
* sub: add option for stretching image subtitles to screenwm42015-07-181-0/+1
* player: extend --hls-bitrate optionwm42015-07-131-3/+3
* player: disable seeking even if the cache is enabledwm42015-07-081-0/+2
* vo_opengl_cb, vo_opengl: add option for preloading hwdec contextwm42015-07-071-0/+1
* options: cleanup hwdec name mappingswm42015-07-071-9/+14
* audio: add --audio-spdif as new method for enabling passthroughwm42015-06-051-0/+2
* options: remove --slave-brokenwm42015-05-271-2/+0
* player: use an array for stream ID options and suchwm42015-05-221-19/+21
* options: rename --media-title optionwm42015-05-221-1/+2
* audio: make softvol scale cubicwm42015-05-221-3/+3
* audio: change range of volume option/propertywm42015-05-221-2/+2
* options: --loop without argument means looping foreverwm42015-05-221-1/+1
* video: add hevc to whitelist of hwdec codecswm42015-05-141-1/+1
* player: add --force-window=immediate modewm42015-05-081-1/+2
* options: fix typo in variable namewm42015-05-031-1/+1
* options: remove --leak-reportwm42015-05-021-4/+0
* screenshots: prefix default template with "mpv-"wm42015-05-011-1/+1
* screenshots: add --screenshot-directory optionwm42015-05-011-0/+1
* ytdl: force "best" format by defaultwm42015-04-261-1/+1
* player: add --window-scale optionwm42015-04-241-0/+2
* demux_mkv: move global options to the demuxerwm42015-04-231-6/+2
* options: don't restrict --hr-seek-demuxer-offsetwm42015-04-201-1/+1
* options: --hr-seek=always is the same as --hr-seek=yeswm42015-04-151-1/+1
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* video: cleanup stereo mode parsingwm42015-04-021-1/+1
* options: make --video-rotate use range 0-360wm42015-03-311-1/+1
* video: move colorspace overrides to vf_format, simplifywm42015-03-311-22/+0
* csputils: unify names for colorspace/etc. nameswm42015-03-311-9/+9
* RPI supportwm42015-03-291-1/+6
* input: remove Linux joystick supportwm42015-03-241-1/+0
* input: remove classic LIRC supportwm42015-03-241-2/+0
* audio: prefer libdcadec by default if presentwm42015-03-231-1/+1
* options: introduce --cache=yes choicewm42015-03-121-1/+2
* cache: bump default size to 150MBwm42015-03-121-1/+1
* options: add M_OPT_FILE to new options that are missing itPhilip Sequeira2015-03-071-1/+1
* options: handle choice -> flag fallback automaticallywm4