summaryrefslogtreecommitdiffstats
path: root/options
Commit message (Expand)AuthorAgeFilesLines
* 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
* vo_opengl: D3D11VA + ANGLE interopwm42016-04-271-0/+1
* command: fix cycling certain propertieswm42016-04-151-1/+1
* client API: improve mpv_set_property() handling of MPV_FORMAT_NODEwm42016-04-153-12/+24
* m_option: slightly improve --msg-level=help outputwm42016-04-131-1/+1
* m_option: add string conversion for --audio-channelswm42016-04-131-0/+8
* 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-082-0/+2
* player: add complex filter graph supportwm42016-02-052-0/+3
* 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-202-0/+2
* 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
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-114-4/+4
* player: make watch later/resume work when "playing" directorieswm42016-01-062-0/+17
* 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-252-0/+2
* stream: drop PVR supportwm42015-12-101-4/+0
* win32: add option to set VO MMCSS profilewm42015-12-062-0/+7
* path: cosmeticslzmths2015-12-021-3/+5
* x11: request bypassing compositorwm42015-11-182-0/+3
* videotoolbox: make decoder format customizablewm42015-11-172-0/+5
* player: handle rebasing start time differentlywm42015-11-162-0/+4
* Remove some VLAswm42015-11-062-18/+8
* options: enable mpeg2 hw decoding by default if hw decoding is requestedwm42015-11-051-1/+1
* options: handle terminal/logging settings eagerlywm42015-11-044-19/+28
* player: add audio drop/duplicate modewm42015-10-272-0/+5
* options: remove --use-text-osdwm42015-10-242-3/+0
* options: add support for client certificate authenticationJoschka Tillmanns2015-10-202-0/+4
* ytdl: Remove DASH hacks, use DASH by defaultChrisK22015-10-111-1/+1
* video: remove user-controllable PTS sorting (--pts-association-mode)wm42015-10-062-4/+0
* audio: add option for falling back to ao_nullwm42015-10-052-0/+2
* video: replace vf_format outputlevels option with global optionwm42015-09-292-0/+3
* video: remove VDA supportwm42015-09-281-1/+0
* player: prefer logical current directory pathwm42015-09-111-0/+4
* options: fix --no-configwm42015-09-052-2/+4
* video: make container vs. bitstream aspect ratio configurablewm42015-08-302-0/+3
* player: add --playlist-pos optionwm42015-08-222-0/+4
* options: sub-file replaces subfile, instead of subStian Eikeland2015-08-211-1/+1
* player: add display sync modewm42015-08-102-0/+17
* 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