summaryrefslogtreecommitdiffstats
path: root/options
Commit message (Expand)AuthorAgeFilesLines
* 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-08-052-0/+6
* demux: remove options to control minimum packet queue sizewm42015-08-052-6/+0
* hwdec: add VideoToolbox supportSebastien Zwickert2015-08-051-0/+1
* command: add property indicating per-file optionswm42015-07-232-0/+3
* cache: make backbuffer size configurablewm42015-07-222-1/+4
* sub: add option for stretching image subtitles to screenwm42015-07-182-0/+2
* player: extend --hls-bitrate optionwm42015-07-131-3/+3
* player: disable seeking even if the cache is enabledwm42015-07-082-0/+3
* vo_opengl_cb, vo_opengl: add option for preloading hwdec contextwm42015-07-072-0/+4
* options: cleanup hwdec name mappingswm42015-07-071-9/+14
* options: fix conversion of flags to stringswm42015-07-011-2/+7
* options: improve an error messagewm42015-06-271-2/+2
* audio: replace format name tablewm42015-06-261-3/+7
* Various spelling fixesMarcin Kurczewski2015-06-181-1/+1
* options: make keyvalue list parsing less strictwm42015-06-101-7/+8
* audio: add --audio-spdif as new method for enabling passthroughwm42015-06-052-0/+3
* options: remove --slave-brokenwm42015-05-272-4/+0
* player: use an array for stream ID options and suchwm42015-05-222-28/+25
* command: remove old property deprecation warning mechanismwm42015-05-221-48/+1
* 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
* path: improve verbose loggingwm42015-05-091-8/+8
* path: use mp_path_join in one more placewm42015-05-091-1/+1
* player: make resuming playlists less noisy in verbose modewm42015-05-092-8/+21
* path: make mp_path_join accept normal C stringswm42015-05-092-4/+10
* path: unify the two config file lookup functionswm42015-05-091-83/+60
* player: add --force-window=immediate modewm42015-05-081-1/+2
* m_config: make m_config_set_profile() use a namewm42015-05-072-11/+16
* path: start special espansion with ~~name instead of ~namewm42015-05-031-1/+1
* options: fix typo in variable namewm42015-05-032-2/+2
* options: remove --leak-reportwm42015-05-021-4/+0
* path: fix user path resolutionwm42015-05-011-2/+2
* screenshots: prefix default template with "mpv-"wm42015-05-011-1/+1
* path: expose platform-specific path resolverswm42015-05-011-0/+5
* path: refactorwm42015-05-011-43/+40
* screenshots: add --screenshot-directory optionwm42015-05-012-0/+2
* ytdl: force "best" format by defaultwm4