summaryrefslogtreecommitdiffstats
path: root/options
Commit message (Expand)AuthorAgeFilesLines
* 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 defaultwm42015-04-261-1/+1
* player: add --window-scale optionwm42015-04-242-0/+3
* options: remove unneeded hack from command line parserwm42015-04-231-5/+0
* demux_mkv: move global options to the demuxerwm42015-04-232-9/+3
* options: don't restrict --hr-seek-demuxer-offsetwm42015-04-201-1/+1
* options: change [...] to balanced quoteswm42015-04-191-1/+12
* options: clarify quoting for option values starting with %wm42015-04-171-1/+4
* options: --hr-seek=always is the same as --hr-seek=yeswm42015-04-151-1/+1
* options: don't let --vf-clr etc. take an argumentwm42015-04-131-0/+5
* Update license headersMarcin Kurczewski2015-04-1313-65/+52
* player: use config parser for setting up pseudo-gui profilewm42015-04-102-2/+5
* options: fix run length escape case in config file parserwm42015-04-041-2/+2
* options: rewrite config file parserwm42015-04-042-210/+150
* video: cleanup stereo mode parsingwm42015-04-023-58/+1
* options: fix --geometry to string conversionwm42015-04-011-6/+2
* options: make --video-rotate use range 0-360wm42015-03-311-1/+1
* video: move colorspace overrides to vf_format, simplifywm42015-03-314-27/+18
* csputils: unify names for colorspace/etc. nameswm42015-03-311-9/+9
* RPI supportwm42015-03-291-1/+6
* parse_commandline: fail gracefully on bad argswd02015-03-292-3/+6
* m_config: remove assertion for option names with length 0wm42015-03-291-2/+4
* options: add conversion to string for geometry option typeswm42015-03-241-0/+31
* 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
* m_option: remove dead initializationwm42015-03-231-3/+3
* m_property: memcpy(ptr, NULL, 0) is undefinedwm42015-03-231-1/+2
* 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
* player: fix operation if command line is emptywm42015-03-061-2/+2
* player: minor simplificationwm42015-03-052-13/+8
* options: add flag option typewm42015-03-042-0/+121
* win32: fix some more -Wparentheses warningswm42015-03-041-2/+2
* options: handle choice -> flag fallback automaticallywm42015-02-273-19/+30
* options: minor simplification in flag option parserwm42015-02-271-20/+14
* demux: bump default demuxer queue sizeswm42015-02-271-2/+2
* ytdl: add "--ytdl-params" optionThiago Kenji Okada2015-02-252-0/+3
* demux: add a demux_open_url() functionwm42015-02-201-1/+2
* m_config: log options set by the client API toowm42015-02-161-0/+7
* sub: mess with styling defaults, change --ass-use-margins behaviorwm42015-02-162-3/+10
* options: mark some more options as runtime-settablewm42015-02-161-4/+4
* osd: make it possible to have different subtitle vs. OSD defaultswm42015-02-161-1/+1
* player: undeprecate 'config' fileswm42015-02-152-7/+11
* player: add a --loop=force modewm42015-02-121-4/+5
* options: add --network-timeoutwm42015-02-062-0/+3
* options: change --msg-level optionwm42015-02-063-58/+69
* options: allow ":" as separator in key-value listswm42015-02-061-1/+1
* player: do not autoload audio with audio files, enable autoloadingwm42015-02-051-1/+1
* options: allow things like --geometry=x50wm42015-02-041-2/+3
* player: remove --fixed-vowm42015-02-032-4/+1
* options: allow more options to be changed at runtimewm42015-02-031-9/+9
* options: fix parsing for options/af and options/vfwm42015-02-031-1/+4
* player: add external audio file auto-loadingwm42015-02-022-0/+4
* options: slightly improve help output for choice and flag optionswm42015-02-021-9/+12
* options: list correct default value for --screenshot-templatewm42015-01-261-0/+1
* msg: add --log-file optionwm42015-01-262-0/+2
* options: make --hls-bitrate=max the defaultwm42015-01-261-0/+1
* options: don't list removed optionswm42015-01-251-0/+3
* win32: remove check for SetPriorityClass()wm42015-01-201-2/+2
* x11: add --on-all-workspaces option and propertywm42015-01-162-1/+4
* player: add --autofit-smaller optionwm42015-01-162-0/+2
* options: don't cut off long options in --list-optionswm42015-01-061-1/+1
* sub: add option to not scale subtitles with windowwm42015-01-052-1/+4
* build: rename MPLAYER_CONFDIR definewm42015-01-021-1/+1
* player: capitalize --display-tags itemswm42014-12-311-2/+2
* player: filter tags, add --display-tags optionwm42014-12-292-0/+9
* audio: make native channel count the default instead of stereo downmixwm42014-12-151-1/+1
* options: deprecate 'lua' based options/dirs for 'script'Avi Halachmi (:avih)2014-12-152-4/+6
* options: add option for ignoring patch in resume mechanismwm42014-12-132-0/+2
* player: add a --keep-open=always modewm42014-12-121-1/+4
* options: fix parsing for --ab-loop-*wm42014-12-121-1/+1
* options: make --no-... options work for OPT_REPLACED toowm42014-12-112-9/+24
* options: add slightly more sophistcated mechanism for option deprecationwm42014-12-116-92/+132
* player: set a specific window title in idle modewm42014-12-101-1/+1
* m_option: never return NOPTS value as number from propertieswm42014-12-101-5/+36
* options: enable --ytdl by defaultwm42014-12-091-1/+1
* options: --wid can be set at any timewm42014-12-091-1/+1
* options: add a 'once' idle modeStefano Pigozzi2014-12-071-1/+6
* cocoa: allow to black out other display when going fsStefano Pigozzi2014-12-012-0/+2
* options: fix channel map options sometimes failingwm42014-12-011-1/+1
* options: fix swapped deprecated/replacement in warningwm42014-12-011-1