summaryrefslogtreecommitdiffstats
path: root/options
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* options: simplify channel map validationwm42014-12-011-4/+3
* Do not call strerror()wm42014-11-261-1/+2
* player: add option not to use OSD/fontconfigwm42014-11-252-0/+3
* parse_configfile: check quote termination properlywm42014-11-211-0/+7
* m_property: fix a typowm42014-11-211-1/+1
* Remove some unneeded NULL checkswm42014-11-211-16/+13
* options: add --ytdl-format option for youtube-dl formatJaime Marquínez Ferrándiz2014-11-202-0/+4
* player: integrate ytdl_hook.luawm42014-11-192-0/+3
* demux_mkv: add an option for compatibility with Haaliwm42014-11-182-0/+2
* command: initialize a-b loop options correctlywm42014-11-181-0/+1
* command: implement A-B loopswm42014-11-183-2/+11
* demux_mkv: adjust subtitle preroll again (2)wm42014-11-152-0/+4
* command: export some option metadatawm42014-11-132-1/+3
* command: make sub-properties more flexiblewm42014-11-132-14/+12
* command: fix weird stuffwm42014-11-131-0/+1
* win32: silence some warningsJames Ross-Gowan2014-11-081-0/+2
* audio: add --audio-client-name optionwm42014-11-072-0/+3
* player: add --chapters-file optionwm42014-11-022-0/+3
* player: add an option to abort playback on partial init failureswm42014-10-282-0/+3
* Drop libquvi supportwm42014-10-252-6/+0
* video: initial dxva2 supportwm42014-10-251-1/+2
* terminal: strictly don't read terminal input if stdout is not a terminalwm42014-10-231-4/+0
* m_option: format mpv_node as jsonwm42014-10-231-1/+7
* options: allow selecting track ID 0 toowm42014-10-211-1/+1
* player: add stream selection by ffmpeg indexwm42014-10-212-0/+9
* lua: strictly free memory on errorswm42014-10-191-1/+2
* win32: get rid of mp_stat in the normal source codewm42014-10-171-2/+2
* input: implement --input-file on unix using the IPC supportAlessandro Ghedini2014-10-172-0/+2
* input: implement JSON-based IPC protocolAlessandro Ghedini2014-10-172-0/+4
* sub: adjustments to --ass-style-override optionwm42014-10-171-1/+1
* audio: add device selection & listing with --audio-devicewm42014-10-092-0/+3
* m_config: add function to copy all optionswm42014-10-062-1/+22
* cocoa: remove --fs-missioncontrolStefano Pigozzi2014-10-053-7/+0
* options: add --no-keepaspect-windowwm42014-10-042-0/+3
* x11: stupid workaround for XMonadwm42014-10-041-2/+2
* audio: enable pitch correction by default when playing fastwm42014-10-022-0/+4
* audio: remove --audiodropwm42014-09-302-3/+0
* player: allow passing number of loops to --loop-filewm42014-09-221-1/+3
* options: remove --volstepwm42014-09-213-3/+1
* player: allow overriding OSD message for all OSD levelswm42014-09-182-0/+4
* options: change --volstep to 2wm42014-09-161-1/+1
* options: add M_OPT_FILE flag to mark options that want a file(list)Alessandro Ghedini2014-09-133-15/+20
* m_config: fix theoretic undefined behaviorwm42014-09-131-4/+7
* audio: make buffer size configurablewm42014-09-052-0/+4
* path: remove XDG bullshitwm42014-09-031-23/+1
* player: add --media-title optionwm4