summaryrefslogtreecommitdiffstats
path: root/options
Commit message (Expand)AuthorAgeFilesLines
* 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 optionwm42014-09-022-0/+2
* player: add --osd-playing-msg optionwm42014-09-022-0/+2
* player: simplistic HLS bitrate selectionwm42014-09-012-0/+4
* command: make m_property_strdup_ro with NULL mean unavailablewm42014-09-011-0/+2
* video: initial Matroska 3D supportwm42014-08-304-1/+60
* player: reduce default demuxer cachewm42014-08-301-1/+1
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-293-3/+3
* options: more detailed output for --vf-... error messagewm42014-08-281-2/+4
* player: redo how stream caching and pausing on low cache workswm42014-08-273-7/+10
* options: compatibility hack for --slave-brokenwm42014-08-252-0/+4
* video: enable framedropping by defaultwm42014-08-171-0/+1
* demux: enable thread by defaultwm42014-08-161-3/+3
* demux: add option to control the readahead buffer by a duration valuewm42014-08-162-0/+3
* video: add --display-fps switch to control framedrop FPSwm42014-08-162-0/+3
* audio: add a mode to insert silence on severe A/V desyncwm42014-08-152-0/+3
* video: add VO framedropping modewm42014-08-151-1/+3
* sub: add option to workaround broken mkv fileswm42014-08-142-0/+2
* video: move display and timing to a separate threadwm42014-08-122-3/+0
* video: remove "hard" framedrop modewm42014-08-091-2/+1
* options: fix key-value-list optionswm42014-08-051-6/+11
* Remove the last remains of slave modewm42014-08-012-2/+0
* stream_lavf: allow setting AVOptions with --stream-lavf-owm42014-07-302-0/+3
* vo: remove vo_mouse_movement() wrapperwm42014-07-272-4/+0
* sub: add detection via BOMwm42014-07-221-5/+1
* demux: add a demuxer threadwm42014-07-162-0/+9
* Revert "Remove DVD and Bluray support"wm42014-07-152-0/+17
* Remove DVD and Bluray supportwm42014-07-142-17/+0
* config: adjust config parser messageswm42014-07-131-5/+4
* config: skip BOMwm42014-07-121-0/+4
* build: include <strings.h> for strcasecmp()wm42014-07-101-0/+1
* options: remove bogus replacement message for --fstypewm42014-07-051-1/+0
* options: add --autosub-match to option replacement listwm42014-07-051-0/+1
* tv: move demuxer parts to separate filewm42014-07-051-1/+0
* Audit and replace all ctype.h useswm42014-07-012-9/+8
* options: add --list-protocols optionAlessandro Ghedini2014-06-301-0/+2
* options: fix --gapless-audio default valuewm42014-06-301-0/+1
* options: support setting start time relative to start PTSTsukasa OMOTO2014-06-292-3/+6
* config: use the same signature for win32/OSX specific path functionswm42014-06-261-6/+7
* config: handle --no-config case directly in mp_config_dirs()wm42014-06-261-26/+23
* config, player: avoid some temporary talloc contextswm42014-06-261-13/+14
* config: make passing talloc context optional for some functionswm42014-06-261-17/+21
* player: create config dir if it doesn't existwm42014-06-261-4/+1
* config: prefer the old config dir if it exists, but XDG doesn'twm42014-06-261-6/+14
* Basic xdg directory implementationKenneth Zhou2014-06-262-78/+136
* cache: change auto-pause/resume defaultswm42014-06-231-2/+2
* video: Support BT.2020 constant luminance systemNiklas Haas2014-06-221-1/+2
* options: Expose --colormatrix-primaries to the userNiklas Haas2014-06-222-0/+7
* video: Add BT.2020-NCL colorspace and transfer functionNiklas Haas2014-06-221-0/+1
* win32: add missing priority classesJames Ross-Gowan2014-06-221-0/+2
* stream: add a file cachewm42014-06-222-0/+5
* options: allow adding multiple files with --audio-filewm42014-06-182-2/+2
* sub: add --sub-scale-with-window optionwm42014-06-142-0/+2
* options: remove some more stuffwm42014-06-134-39/+15
* options: remove some unneeded stuffwm42014-06-133-28/+21
* command: redo the property typewm42014-06-132-57/+86
* options: remove OPT_FLAG_CONSTANTSwm42014-06-133-24/+15
* options: remove use of an inverted option valuewm42014-06-132-4/+3
* options: turn --idx, --forceidx into --indexwm42014-06-133-5/+5
* win32: implement --priority differentlywm42014-06-122-6/+15
* options: fix for compilation when encoding disabledxylosper2014-06-121-1/+1
* encode: make option struct localwm42014-06-112-46/+6
* input: make option struct localwm42014-06-112-34/+3
* demux_lavf: make option struct localwm42014-06-112-18/+3
* ad_lavc: make option struct localwm42014-06-112-15/+3
* vd_lavc: make option struct localwm42014-06-112-17/+3
* options: remove a global variablewm42014-06-112-5/+5
* Add more constwm42014-06-111-2/+2
* demux_raw: remove global option variableswm42014-06-112-6/+7
* demux_mf: remove global option variableswm42014-06-112-9/+7
* options: remove global variables for swscale options; rename themwm42014-06-112-22/+5
* stream_dvd, stream_dvdnav, stream_bluray: remove global option variableswm42014-06-112-5/+13
* stream_dvb: remove global option variableswm42014-06-112-2/+3
* stream_cdda: remove global option variableswm42014-06-112-3/+6
* stream_pvr: remove global option variableswm42014-06-112-26/+3
* tv: remove global option variableswm42014-06-112-60/+4
* m_config: add function to copy subopt-structwm42014-06-112-0/+43
* audio: add a "weak" gapless mode, and make it defaultwm42014-06-091-1/+4
* player: show "neutral" position markers for OSD barswm42014-06-081-0/+5
* options: change --sub-file behaviorwm42014-06-083-1/+41
* sub: remove old style override optionwm42014-06-051-1/+1
* sub: add --ass-style-override=force optionwm42014-06-051-1/+1
* player: write file name to the watch later config fileAlessandro Ghedini2014-06-012-0/+2
* m_option: use isfinite() instead of isnormal()wm42014-06-011-1/+1
* video: add --video-rotate option for controlling auto-rotationwm42014-05-242-0/+4
* stream: kill start_pos, remove --sb optionwm42014-05-242-3/+0
* input: allow disabling window dragging with --no-window-draggingwm42014-05-202-0/+4
* cache: redo options and default settingswm42014-05-203-21/+26
* options: unify code for setting string and "raw" optionswm42014-05-182-43/+94
* x11: replace--[x11-]fstype option with --x11-netwmwm42014-05-162-2/+3
* player: reorganize how lua scripts are loadedwm42014-05-131-0/+2
* options: add --hr-seek-framedrop optionwm42014-05-072-0/+3
* vo: remove old stuffwm4