summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Expand)AuthorAgeFilesLines
* player: always notify when writing window-scale optionDudemanguy21 hours1-3/+3
* mpv.desktop: translate to ItalianGuido Cella2024-04-011-1/+3
* builtin.conf: remove debanding from the high-quality profileKacper Michajłow2024-03-191-1/+0
* input.conf: add `b` to toggle debandingKacper Michajłow2024-03-191-0/+1
* various: make mentions of macOS consistentder richter2024-02-211-1/+1
* input.conf: bind Ctrl+WHEEL_UP/DOWN to video-zoomnanahi2024-02-211-0/+2
* player: add an auto option to deinterlaceDudemanguy2024-02-071-1/+1
* bash-completion: parse the mpv options lazilyGabriele Mazzotta2024-01-211-9/+30
* etc/mpv.desktop: add audio/vnd.wave and video/vnd.aviVonfry2023-12-121-1/+1
* mpv.desktop: add keywordsMateusz Łukasik2023-12-041-0/+1
* zsh-completion: complete options after --helpGuido Cella2023-11-151-0/+8
* options: rename --screenshot-directory to --screenshot-dirDudemanguy2023-10-251-1/+1
* options: disable --allow-delayed-peak-detect by defaultKacper Michajłow2023-10-251-1/+1
* restore-old-bindings.conf: remove unusable bindingsGuido Cella2023-10-011-11/+4
* restore-old-bindings.conf: add the old wheel bindingsGuido Cella2023-09-271-2/+7
* input.conf: make `u` toggle between force and yesllyyr2023-09-251-1/+1
* vo_gpu: remove --scaler-lut-sizeNiklas Haas2023-09-251-1/+0
* builtin.conf: remove unneeded vlang/alang/slang linesDudemanguy2023-09-211-6/+0
* builtin.conf: remove deprecated opengl-hq profileDudemanguy2023-09-211-4/+0
* DOCS: update notes about new profilesKacper Michajłow2023-09-201-3/+8
* builtin.conf: modernize internal profilesKacper Michajłow2023-09-191-8/+16
* {zsh,bash}-completion: use config when autocompleting profilesPhilip Langdale2023-09-032-3/+12
* {zsh,bash}-completion: add missing --no-config flagsNiklas Haas2023-09-022-6/+6
* builtin.conf: add --allow-delayed-peak-detect=no to gpu-hqNiklas Haas2023-09-011-0/+1
* input.conf: swap wheel up/down with wheel left/rightNiklas Haas2023-08-291-4/+4
* player: rename --sub-forced-only to --sub-forced-events-onlyDudemanguy2023-08-292-2/+2
* input: add new keys: Back, Tools, ZoomIn, ZoomOutJames Cuzella2023-08-231-0/+2
* builtin.conf: add --hdr-peak-percentile=99.995 to gpu-hqNiklas Haas2023-08-041-0/+1
* build: remove outdated generated directoryDudemanguy2023-07-311-0/+20
* {zsh,bash}-completion: run mpv with --no-configsfan52023-07-192-2/+2
* bash-completion: do not complete removed optionssfan52023-07-191-3/+6
* zsh-completion: do not complete removed optionssfan52023-07-191-0/+4
* builtin.conf: add --hdr-contrast-recovery to gpu-hqNiklas Haas2023-07-181-0/+1
* builtin.conf: unset default languages in libmpv and encode profilesrcombs2023-07-181-0/+6
* input: update ctrl+h to toggle `auto-safe` rather than `auto`Philip Langdale2023-07-141-1/+1
* mpv.desktop: add Russian translation for GenericNameOlesyaGerasimenko2023-06-081-1/+2
* stream: accept webdav:// and webdavs:// urlsAlby2023-01-311-1/+1
* mpv.metainfo.xml: add XDG appstream metadata manifestVitaly Zaitsev2022-09-091-0/+29
* mpv.desktop: add RIST protocol to desktop entryThe-head-obamid2022-08-181-1/+1
* mpv.desktop: add japanese translationDudemanguy2022-04-211-0/+3
* mpv.desktop: add turkish translationOğuz Ersen2022-04-081-0/+3
* Revert "options: add --sub-visibility=<primary-only|secondary-only>"Avi Halachmi (:avih)2022-01-191-0/+1
* options: add --sub-visibility=<primary-only|secondary-only>Ripose2022-01-191-1/+0
* input.conf: remove redundant commentsGuido Cella2021-09-061-25/+25
* bash completion: Allow completions to work without external functionsArthur Williams2021-09-051-4/+3
* input.conf: remove bindings of removed propertiesGuido Cella2021-08-191-2/+0
* input.conf: add commentsGuido Cella2021-08-191-132/+122
* desktop entry: fix duplication of the app icon in a dock like PlankStan Janssen2021-08-121-0/+1
* command: make current-window-scale writeable, 2nd attemptDudemanguy2021-08-071-3/+3
* Revert "command: make current-window-scale writeable"Avi Halachmi (:avih)2021-08-071-3/+3
* command: make current-window-scale writeableDudemanguy2021-08-051-3/+3
* sub/osd: hide secondary subtitles if secondary-sub-visibility is falseZsolt Vadasz2021-05-191-0/+1
* zsh completion: perform globbing on binary pathNiklas Haas2021-05-071-4/+4
* input.conf: add default keybindings for sub-scalesoredake2020-10-271-2/+2
* stream_lavf: enable SRT protocol support through FFmpegAlexandre Iooss2020-10-151-1/+1
* zsh completion: helper functions in private namespaceEd Santiago2020-05-171-6/+6
* input: add binding to quit on ctrl+wsfan52020-04-041-0/+1
* sws_utils: use zimg by default if availablewm42020-02-121-1/+0
* bash completion: complete ao/af/vo/vf optionsPhilip Langdale2020-02-081-1/+1
* bash completion: Cache the options listPhilip Langdale2020-02-081-8/+11
* input: add new PLAYONLY and PAUSEONLY MP_KEY key codesder richter2020-01-261-0/+2
* bash completion: only generate option list when neededPhilip Langdale2020-01-131-5/+5
* bash completion: add initial implementation of bash completionPhilip Langdale2020-01-091-0/+112
* mac: remove Apple Remote supportder richter2019-12-153-36/+0
* zsh completion: fix handling of aliases that are listed without --Philip Sequeira2019-12-151-2/+2
* zsh completion: use actual POSIX-compatible regex for whitespacePhilip Sequeira2019-12-151-5/+5
* zsh completion: actually make pcre optionalPhilip Sequeira2019-12-151-7/+6
* console.lua: add this scriptJames Ross-Gowan2019-12-081-0/+1
* builtin.conf: set minimal --stream-buffer-sizewm42019-11-071-0/+1
* zimg: make --zimg-fast=yes defaultwm42019-11-021-1/+0
* sws_utils, zimg: destroy vo_x11 and vo_drm performancewm42019-10-311-0/+9
* input: Add default bindings for MBTN_BACK and MBTN_FORWARDCameron Cawley2019-10-281-0/+2
* input: disable gamepad code by defaultwm42019-10-251-1/+0
* input: add gamepad support through SDL2Stefano Pigozzi2019-10-231-0/+1
* etc/mpv.conf: update outdated use of cache optionswm42019-10-141-7/+10
* options: rename --video-aspect to --video-aspect-overrideNiklas Haas2019-10-041-1/+1
* zsh completion: move generation to runtime and improvePhilip Sequeira2019-09-271-0/+251
* builtin.conf: add clarificationswm42019-09-191-0/+7
* docs: add removed properties and options to interface-changes.rstsfan52018-12-061-3/+0
* Merge commit '559a400ac36e75a8d73ba263fd7fa6736df1c2da' into wm4-commits--mer...Anton Kindestam2018-12-051-3/+3
|\
| * screenshot: change async behavior to be in line with new semanticswm42018-05-241-3/+3
* | vo_gpu: split --linear-scaling into two separate optionsNiklas Haas2018-10-191-0/+1
|/
* encode: remove removed encode options from presetsTheAMM2018-05-031-13/+4
* encode: rewrite half of itwm42018-04-291-3/+3
* encoding: deprecate a bunch of obscure optionswm42018-04-201-2/+0
* mpv.desktop: fix French translation consistencyemersion2018-03-181-1/+3
* input: minor additions to default key bindingswm42018-03-041-7/+23
* video: add option to reduce latency by 1 or 2 frameswm42018-03-031-0/+1
* options: add a builtin low-latency profilewm42018-03-031-0/+10
* input: add a keybinding to toggle hardware decodingwm42018-02-131-0/+1
* input.conf: use exact value for [ bindingwm42018-01-301-1/+1
* mpv.desktop: update mime type listsfan52018-01-221-1/+1
* client API: remove ytdl=no defaultwm42018-01-131-1/+0
* client API: change --stop-playback-on-init-failure defaultwm42017-12-171-1/+0
* osc: make cycling visibility an input.conf key bindingwm42017-11-031-0/+1
* restore-old-bindings.conf: add old macOS/Wayland AXIS bindingsJames Ross-Gowan2017-10-161-0/+7
* input.conf: explicit bindings for stats overlayJulian2017-10-131-0/+2
* vo_opengl: refactor into vo_gpuNiklas Haas2017-09-212-3/+7
* input: merge mouse wheel and axis keycodesJames Ross-Gowan2017-09-031-8/+4
* input: use mnemonic names for mouse buttonsJames Ross-Gowan2017-09-031-7/+7
* etc/encoding_profiles: remove deprecated usage of *-addRicardo Constantino2017-07-031-6/+12
* x11: add 128x128 sized icon supportXu Zhao2017-07-021-0/+0
* input.conf: drop TV/DVB bindingswm42017-06-272-9/+6
* etc/encoding-profiles.conf: use new option syntaxwm42017-06-251-5/+5
* encoding-profiles: remove useless noformat vf from enc-v-h264Ricardo Constantino2017-06-251-1/+4
* etc/encoding-profiles: use correct formats for noformatRicardo Constantino2017-06-211-1/+1
* input: change license to LGPLwm42017-06-192-1/+4
* options: fix some missing --sub-ass-style-override renameswm42017-06-071-1/+1
* encoding-profiles.conf: add faststart to enc-f-mp4Ricardo Constantino2017-06-061-1/+3
* encoding_profiles.conf: update and remove deprecated stuffRicardo Constantino2017-04-071-59/+21
* etc/mpv.conf: remove deprecated optionswm42017-04-051-16/+9
* player: make screenshot commands honor the async flagwm42017-04-011-3/+3
* osx: fix key input in certain circumstancesAkemi2017-03-261-1/+0
* mpv.desktop: fix some mistakes in mpv.desktopgiwhub2017-03-231-6/+6
* mpv.desktop: add translation for [da]scootergrisen2017-02-131-0/+3
* input.conf: change "L" to change loop-file by defaultwm42017-01-312-1/+5
* player: fix previous commitwm42016-10-031-2/+2
* player: allow opts in pseudo-gui set by the user to override user's defaultRicardo Constantino2016-09-261-0/+3
* player: do not let pseudo-gui override user config settingswm42016-09-231-1/+1
* etc/builtin.conf: minor editswm42016-09-151-2/+6
* player: move builtin profiles to a separate filewm42016-09-151-0/+40
* manpage: remove more references to deprecated sub-option syntaxwm42016-09-071-3/+5
* Use - as command-name separator everywhereTimotej Lazar2016-07-143-11/+11
* etc/mpv.conf: add missing commentwm42016-05-231-1/+1
* command: if only ab-loop-b is set, loop from start of filewm42016-04-211-1/+1
* mplayer-input.conf: fix input.conf location in commentBen Boeckel2016-03-311-1/+1
* mpv.conf: add some more optionswm42016-02-131-0/+8
* mpv.conf: adjustmentswm42016-02-081-23/+32
* player: implement SWITCH for dvb-channel-name property, add binding.Oliver Freyermuth2016-01-141-0/+4
* etc: rename "example.conf" to "mpv.conf"Dmitrij D. Czarkoff2016-01-111-0/+0
* mpv.desktop: add audio/mp4 mime typewm42016-01-071-1/+1
* example.conf: minor changeswm42015-12-291-12/+10
* input.conf: remove a redundant and a broken examplewm42015-12-221-2/+0
* input.conf: erase `audio-delay` from `Not assigned by default`openingnow2015-12-221-2/+0
* input.conf: add default bindings for changing window scalewm42015-11-171-0/+3
* SVG version of the icon (with symbolic counterpart)Evgeny Kolesnikov2015-10-303-0/+352
* input.conf: remap d/D keyswm42015-08-042-2/+3
* player: remove higher-level remains of DVD/BD menu supportwm42015-08-032-39/+0
* manpage: document --audio-channels=auto caveatswm42015-07-251-2/+3
* player: use exit code 0 by default for quit, 4 for signals, etc.Philip Sequeira2015-07-111-4/+4
* input.conf: invert mouse volume controlMartin Herkt2015-06-301-2/+2
* inpout.conf: make shift+o toggle between 2 states onlywm42015-06-032-1/+5
* input: allow - as separator between commands, instead of _wm42015-05-251-21/+21
* mpv.desktop: shorten polish nameMateusz Łukasik2015-05-181-1/+1
* input.conf: add CTRL+s key binding for window screenshotswm42015-05-171-0/+1
* input.conf: map L to toggle infinite loopingwm42015-04-271-0/+1
* input.conf: unmap menu keywm42015-04-141-1/+0
* mpv.desktop: remove NoDisplaywm42015-04-021-1/+0
* player: add "pseudo-gui" profilewm42015-04-021-1/+1
* input: remove Linux joystick supportwm42015-03-242-30/+0
* input.conf: add key binding to override ASS subtitle styleswm42015-03-081-0/+3
* input: use flag option type for some input commandswm42015-03-041-5/+5
* etc/input.conf: remove a leftoverwm42015-02-161-2/+0
* mpv.desktop: Add zh-TW and zh-CN translationsSkyrainfit2015-02-161-1/+6
* input.conf: bind 'A' to cycling aspect ratioswm42015-01-261-0/+2
* input.conf: add example for aspect ratio cyclingwm42014-12-081-0/+2
* input.conf: add some additional bindingswm42014-11-191-0/+4
* restore-old-bindings.conf: add recently changed bindingwm42014-11-161-0/+4
* input.conf: Don't make ENTER exit the playerChrisK22014-11-151-1/+1
* etc/mplayer-input.conf: fix off by one errorwm42014-10-101-1/+1
* etc: add an input config file that reverts recent key binding changeswm42014-10-051-0/+31
* mpv.desktop: add more ogg-related mime typesAlessandro Ghedini2014-09-291-1/+1
* options: remove --volstepwm42014-09-211-12/+12
* input.conf: map ESC to exiting fullscreenwm42014-09-151-1/+1
* mplayer-input.conf: fix broken bindingwm42014-09-061-1/+1
* command: remove broken quvi-format propertywm42014-09-011-2/+0
* player: redo how stream caching and pausing on low cache workswm42014-08-271-1/+1
* input.conf: bind ctrl+cwm42014-08-221-0/+1
* etc/mpv.desktop: add audio/flac mimetypewm42014-08-211-1/+1
* example.conf: demuxer-thread is now enabled by defaultwm42014-08-191-3/+2
* input.conf: add some bindings for changing audio-delaywm42014-08-111-0/+2
* input.conf: make explanatory text more readablewm42014-08-111-30/+15
* input.conf: change LEFT/RIGHT keys to seek 5s instead of 10swm42014-08-111-2/+2
* input.conf: map shift+pgup/dwn to the old seek bindingswm42014-08-091-2/+4
* etc/example.conf: update cache optionswm42014-08-091-4/+10
* etc: add mplayer-input.confwm42014-08-091-0/+153
* input.conf: switch chapter seek next/previous keyswm42014-08-081-2/+2
* input.conf: unmap some more obscure bindingswm42014-08-081<