| Commit message (Expand) | Author | Age | Files | Lines |
* | documentation: fix some ReST syntax mistakes in lua.rst | Emanuele Torre | 2020-05-01 | 1 | -1/+1 |
* | video: add alpha type metadata | wm4 | 2020-04-24 | 1 | -0/+8 |
* | manpage: fix wrong option name for --fbo-format | wm4 | 2020-04-14 | 1 | -1/+1 |
* | player: do not fall back to a default track with explicit selections | wm4 | 2020-04-13 | 1 | -0/+18 |
* | player: mess with track selection details again | wm4 | 2020-04-13 | 1 | -0/+29 |
* | vf_format: add gross mechanism for forcing scaler for testing | wm4 | 2020-04-13 | 1 | -0/+4 |
* | vo_gpu: d3d11: add support for exclusive fullscreen | James Ross-Gowan | 2020-04-12 | 1 | -0/+6 |
* | stats: support UP/DOWN to scroll at page 4 (perf) | Avi Halachmi (:avih) | 2020-04-11 | 1 | -2/+18 |
* | manpage: finish a sentence | wm4 | 2020-04-09 | 1 | -1/+2 |
* | ipc: add --input-ipc-client option | wm4 | 2020-04-09 | 1 | -0/+29 |
* | stats: some more performance graphs | wm4 | 2020-04-09 | 2 | -0/+44 |
* | command: make input speed available as part of cache statge property | wm4 | 2020-04-03 | 1 | -0/+7 |
* | ao_oss: remove this audio output | wm4 | 2020-03-28 | 1 | -14/+1 |
* | ao_rsound: remove this audio output | wm4 | 2020-03-28 | 1 | -8/+0 |
* | ao_sndio: remove this audio output | wm4 | 2020-03-28 | 1 | -8/+0 |
* | manpage: clarify some event/hook details | wm4 | 2020-03-28 | 1 | -4/+18 |
* | input: remove deprecated --input-file option | wm4 | 2020-03-28 | 1 | -16/+0 |
* | client API: report IDs of inserted playlist entries on loading playlist | wm4 | 2020-03-27 | 1 | -0/+17 |
* | scripting: remove race condition when toggling internal scripts | wm4 | 2020-03-26 | 1 | -0/+4 |
* | lua: restore recent end-file event, and deprecate it | wm4 | 2020-03-22 | 1 | -2/+3 |
* | client API, lua: unify event code further | wm4 | 2020-03-21 | 1 | -2/+20 |
* | client API, lua, ipc: unify event struct return | wm4 | 2020-03-21 | 2 | -110/+145 |
* | client API: add a playlist entry unique ID | wm4 | 2020-03-21 | 1 | -0/+7 |
* | player: add a number of new playlist contol commands/properties | wm4 | 2020-03-21 | 1 | -12/+77 |
* | player: playlist-pos now use -1 for "no entry selected" | wm4 | 2020-03-21 | 1 | -0/+7 |
* | manpage: improve loadfile description | wm4 | 2020-03-21 | 1 | -3/+9 |
* | vo_gpu: warn if correct-downscaling is ignored | Avi Halachmi (:avih) | 2020-03-14 | 1 | -0/+2 |
* | command: add libass-version property | wm4 | 2020-03-08 | 1 | -0/+5 |
* | stream_lavf: use smb:// for ffmpeg libsmbclient support | wm4 | 2020-03-07 | 1 | -1/+1 |
* | manpage: explicitly mention "tick" event as deprecated | wm4 | 2020-03-07 | 1 | -1/+1 |
* | client API: provide ways to finish property changes on file changes | wm4 | 2020-03-07 | 1 | -0/+16 |
* | command: remove legacy hook API | wm4 | 2020-03-06 | 1 | -41/+0 |
* | command: extend osd-overlay command with bounds reporting | wm4 | 2020-03-06 | 2 | -0/+26 |
* | manpage: fix typos | wm4 | 2020-03-06 | 1 | -2/+2 |
* | demux: deprecate --cache-secs | wm4 | 2020-03-05 | 1 | -2/+13 |
* | manpage: make suggestion for --vd-queue dynamic config | wm4 | 2020-03-05 | 1 | -1/+3 |
* | f_decoder_wrapper: make decoder thread responsive while filling queue | wm4 | 2020-03-05 | 1 | -3/+0 |
* | manpage: document how final queue size is determined | wm4 | 2020-03-05 | 1 | -0/+5 |
* | manpage: clarify writes to playlist-pos | wm4 | 2020-03-05 | 1 | -2/+8 |
* | demuxer-lavf: udp_multicast rtsp-transport option | mg | 2020-03-03 | 1 | -1/+1 |
* | manpage: suggest using the decoding queue with backward playback | wm4 | 2020-03-01 | 1 | -0/+3 |
* | f_decoder_wrapper: make most queue options runtime changeable | wm4 | 2020-03-01 | 1 | -0/+4 |
* | ad_lavc: disable decoder downmix by default | wm4 | 2020-02-29 | 1 | -1/+1 |
* | player: add optional separate video decoding thread | wm4 | 2020-02-29 | 1 | -0/+40 |
* | osc: use default hr-seek when dragging progress bar to seek | wm4 | 2020-02-28 | 1 | -5/+6 |
* | player: dumb seeking related stuff, make audio hr-seek default | wm4 | 2020-02-28 | 1 | -1/+4 |
* | demux_mkv: document probe-start-time option and enable it by default | wm4 | 2020-02-27 | 1 | -0/+6 |
* | demux: simplify some internals, stop trying to read packets after EOF | wm4 | 2020-02-27 | 1 | -0/+10 |
* | ipc: allow sending commands with named arguments | wm4 | 2020-02-24 | 1 | -0/+11 |
* | ipc: add more blabla that nobody reads | wm4 | 2020-02-24 | 1 | -0/+23 |
* | ipc: implement asynchronous commands | wm4 | 2020-02-24 | 1 | -3/+32 |
* | manpage: directly link interface-changes.rst in changelog section | wm4 | 2020-02-21 | 1 | -4/+6 |
* | ytdl_hook: enable default selection via --ytdl-format with all_formats | wm4 | 2020-02-21 | 1 | -4/+7 |
* | manpage: fix some path description details | wm4 | 2020-02-21 | 1 | -5/+4 |
* | manpage: suggest using PuTTY for accessing mpv IPC named pipes on win32 | wm4 | 2020-02-21 | 1 | -0/+3 |
* | ytdl_hook: replace skip_muxed with force_all_formats option | wm4 | 2020-02-21 | 1 | -16/+33 |
* | manpage: reorganize ytdl_hook option descriptions | wm4 | 2020-02-21 | 1 | -51/+66 |
* | ytdl_hook: attempt to filter out muxed streams if all_formats is used | wm4 | 2020-02-20 | 1 | -0/+12 |
* | manpage: minor fixes | wm4 | 2020-02-19 | 2 | -11/+11 |
* | scripting: add a way to run sub processes as "scripts" | wm4 | 2020-02-19 | 1 | -0/+27 |
* | ytdl_hook: add all_formats option | wm4 | 2020-02-19 | 1 | -0/+17 |
* | ytdl_hook: add a way to not pass --format to the command line | wm4 | 2020-02-19 | 1 | -2/+7 |
* | manpage: deprecated options in examples | xPMo | 2020-02-19 | 1 | -4/+4 |
* | manpage: improve command_native_async description | wm4 | 2020-02-16 | 1 | -6/+13 |
* | sub: add an option to filter subtitles by regex | wm4 | 2020-02-16 | 1 | -0/+41 |
* | manpage: fix a case of broken indentation | wm4 | 2020-02-15 | 1 | -15/+16 |
* | msg: slightly improve --msg-time output | wm4 | 2020-02-14 | 1 | -1/+4 |
* | manpage: clarify --player-operation-mode | wm4 | 2020-02-14 | 2 | -6/+13 |
* | manpage: fix typo on sub-end | wm4 | 2020-02-12 | 1 | -1/+1 |
* | sws_utils: use zimg by default if available | wm4 | 2020-02-12 | 1 | -6/+5 |
* | manpage: add some blabla about zimg speed vs. libswscale | wm4 | 2020-02-10 | 1 | -1/+10 |
* | vf_format: add w, h parameters | wm4 | 2020-02-09 | 1 | -0/+4 |
* | player: add ab-loop-count option/property | wm4 | 2020-02-08 | 1 | -0/+8 |
* | mac: activate logging when started from the bundle | der richter | 2020-02-08 | 1 | -0/+3 |
* | DOCS: js: minor update for require | Avi Halachmi (:avih) | 2020-02-07 | 1 | -5/+5 |
* | js: require: directory-scripts: first look at <dir>/modules/ | Avi Halachmi (:avih) | 2020-02-07 | 1 | -1/+4 |
* | js: require: don't use ~~/scripts/modules.js/ | Avi Halachmi (:avih) | 2020-02-07 | 1 | -11/+20 |
* | command: add cache-duration to cache state property | wm4 | 2020-02-07 | 1 | -0/+3 |
* | demux: add option to disable "sharing" between back and forward buffers | wm4 | 2020-02-07 | 1 | -1/+14 |
* | options: disable vsfilter blur compat by default | wm4 | 2020-02-07 | 1 | -1/+1 |
* | lua: add mp.get_script_directory() function | wm4 | 2020-02-04 | 1 | -5/+16 |
* | manpage: --sub-codepage cannot do muxed subs | wm4 | 2020-02-01 | 1 | -0/+5 |
* | lua: set package path if loaded from a script directory | wm4 | 2020-02-01 | 2 | -10/+43 |
* | wayland: remove wayland-frame-wait-offset option | dudemanguy | 2020-01-31 | 1 | -9/+0 |
* | manpage: update force dedicated gpu on macOS option | der richter | 2020-01-27 | 1 | -1/+1 |
* | scripting: make player error when attempting to load unknown scripts | wm4 | 2020-01-19 | 1 | -3/+4 |
* | command: add osd-dimensions property | wm4 | 2020-01-08 | 1 | -0/+31 |
* | options: change option parsing when using a single dash | wm4 | 2020-01-07 | 1 | -4/+10 |
* | manpage: explain deprecated usage of multiple items with *-add | Dave | 2020-01-07 | 1 | -6/+9 |
* | libarchive: some shitty hack to make opening slightly faster | wm4 | 2020-01-04 | 1 | -0/+12 |
* | manpage: update discussion of nvidia hardware acceleration | Philip Langdale | 2019-12-29 | 1 | -26/+25 |
* | video: cuda: add explicit context creation for copy hwaccels | Philip Langdale | 2019-12-29 | 1 | -8/+9 |
* | command: add a playlist-unshuffle command | wm4 | 2019-12-28 | 1 | -0/+6 |
* | manpage: fix example in --hwdec section | wm4 | 2019-12-24 | 1 | -1/+3 |
* | vd_lavc: more hwdec autoselect nonsense | wm4 | 2019-12-24 | 1 | -4/+36 |
* | js: support mp.create_osd_overlay (match 07287262) | Avi Halachmi (:avih) | 2019-12-23 | 1 | -0/+4 |
* | osc: add option to disable santa hat | Nicolas F | 2019-12-23 | 1 | -0/+5 |
* | client API, lua: add new API for setting OSD overlays | wm4 | 2019-12-23 | 2 | -0/+115 |
* | manpage: document that --vo=xv breaks "boxvideo" | wm4 | 2019-12-23 | 1 | -0/+3 |
* | js: read_options: on_update: don't re-read the config file | Avi Halachmi (:avih) | 2019-12-22 | 1 | -1/+1 |
* | lua: change runtime option change behavior | wm4 | 2019-12-22 | 1 | -0/+6 |
* | video/out/x11: add fs-screen fallback | Nicolas F | 2019-12-22 | 1 | -2/+2 |
* | js: read_options: support on_update (match 478a321d) | Avi Halachmi (:avih) | 2019-12-21 | 1 | -1/+2 |
* | lua: add a helper for runtime script option changes | wm4 | 2019-12-20 | 1 | -2/+9 |
* | manpage: add osc and console default keys to keyboard control section | wm4 | 2019-12-20 | 1 | -0/+6 |
* | console: use hidpi scale reporting | wm4 | 2019-12-20 | 1 | -1/+4 |
* | command: add property returning hidpi scale | wm4 | 2019-12-20 | 1 | -0/+6 |
* | demux: add an option to control tag charset | wm4 | 2019-12-20 | 1 | -0/+13 |
* | js: require: allow custom module search paths via mp.module_paths | Avi Halachmi (:avih) | 2019-12-19 | 1 | -0/+8 |
* | DOCS: js: minor update for modules/require | Avi Halachmi (:avih) | 2019-12-19 | 1 | -7/+10 |
* | manpage: lua: mention what happens on unavailable properties | wm4 | 2019-12-19 | 1 | -0/+4 |
* | command, lua: add a way to share data between scripts | wm4 | 2019-12-18 | 1 | -0/+22 |
* | options: deprecate -del for list options | wm4 | 2019-12-18 | 3 | -6/+6 |
* | options: add -remove action to list options | wm4 | 2019-12-18 | 3 | -5/+24 |
* | options: make keys in key/value lists unique | wm4 | 2019-12-18 | 1 | -0/+3 |
* | options: increase consistency between list options and document them | wm4 | 2019-12-18 | 4 | -30/+125 |
* | command: change "window-scale" property behavior | wm4 | 2019-12-16 | 1 | -4/+14 |
* | command: change "edition" property behavior | wm4 | 2019-12-16 | 1 | -5/+12 |
* | mac: remove Apple Remote support | der richter | 2019-12-15 | 2 | -7/+0 |
* | manpage: fix --vulkan-async-compute default value | wm4 | 2019-12-12 | 1 | -2/+2 |
* | console.lua: add this script | James Ross-Gowan | 2019-12-08 | 3 | -0/+112 |
* | DOCS: fix wayland-frame-wait offset value range | dudemanguy | 2019-12-05 | 1 | -1/+1 |
* | osc: rework window control configuration to add auto mode | Philip Langdale | 2019-12-04 | 1 | -1/+7 |
* | demux: do not make up demuxer_id | wm4 | 2019-12-03 | 1 | -1/+5 |
* | vf_gpu: render subtitles | wm4 | 2019-11-30 | 1 | -3/+3 |
* | osc: apply boxvideo margins to the window controls | Philip Langdale | 2019-11-30 | 1 | -1/+3 |
* | vf_gpu: add video filter using vo_gpu's renderer | wm4 | 2019-11-29 | 1 | -0/+36 |
* | x11: implement unminimization | wm4 | 2019-11-29 | 1 | -1/+1 |
* | command: change window-minimized/window-maximized to options | wm4 | 2019-11-29 | 2 | -10/+17 |
* | man/osc: fix typo | Philip Langdale | 2019-11-29 | 1 | -1/+1 |
* | x11: implement minimize and maximize related VOCTRLs | Philip Langdale | 2019-11-29 | 1 | -2/+9 |
* | osc: implement pseudo client side decorations via OSC | Philip Langdale | 2019-11-29 | 1 | -0/+16 |
* | command: change vid/aid/sid property behavior slightly | wm4 | 2019-11-25 | 1 | -4/+4 |
* | command: change af/vf property behavior wrt. filter creation failures | wm4 | 2019-11-25 | 1 | -6/+8 |
* | command, options: deprecate old --display-fps behavior | wm4 | 2019-11-25 | 2 | -6/+14 |
* | manpage: remove audio-file etc. caveat description | wm4 | 2019-11-24 | 1 | -13/+0 |
* | options: remove deprecated --playlist-pos alias | wm4 | 2019-11-24 | 1 | -4/+0 |
* | lua: make add_key_binding() rotate optional arguments correctly | wm4 | 2019-11-23 | 1 | -1/+3 |
* | input: export input.conf comments ot input-bindings property | wm4 | 2019-11-23 | 1 | -2/+7 |
* | command, input: add input-bindings property | wm4 | 2019-11-23 | 1 | -0/+37 |
* | command: add command-list property | wm4 | 2019-11-23 | 1 | -0/+8 |
* | input: add text produced by key to script key events | wm4 | 2019-11-22 | 2 | -1/+14 |
* | manpage: correct "complex" key binding description | wm4 | 2019-11-22 | 1 | -2/+2 |
* | manpage: improve "complex" key binding list of table entries | wm4 | 2019-11-22 | 1 | -6/+13 |
* | input: introduce a pseudo key name that grabs all text input | wm4 | 2019-11-22 | 1 | -0/+5 |
* | player: Optionally validate st_mtime when restoring playback state | Chris Down | 2019-11-20 | 1 | -0/+7 |
* | manpage: extend documentation of key names | wm4 | 2019-11-19 | 1 | -0/+74 |
* | lua: report key name for "complex" key bindings | wm4 | 2019-11-19 | 1 | -3/+4 |
* | manpage: deprecate input section commands | wm4 | 2019-11-19 | 1 | -0/+6 |
* | manpage: add section about using mpv from programs and scripts | wm4 | 2019-11-16 | 1 | -0/+45 |
* | options: deprecate --input-file | wm4 | 2019-11-16 | 1 | -0/+2 |
* | demux_lavf: fight ffmpeg API some more and get the timeout set | wm4 | 2019-11-16 | 1 | -0/+12 |
* | stream_lavf: set --network-timeout to 60 seconds by default | wm4 | 2019-11-14 | 1 | -5/+8 |
* | wayland: use hidpi-window-scale option | dudemanguy | 2019-11-12 | 1 | -1/+1 |
* | manpage: expand MPV_LEAK_REPORT environment variable description | wm4 | 2019-11-09 | 1 | -1/+5 |
* | test: make tests part of the mpv binary | wm4 | 2019-11-08 | 1 | -0/+17 |
* | vo_gpu: vdpau actually works under EGL | wm4 | 2019-11-07 | 1 | -2/+1 |
* | manpage: vdpauglx backend was removed | wm4 | 2019-11-07 | 1 | -5/+0 |
* | stream: bump default buffer size from 2K to 64K | wm4 | 2019-11-06 | 1 | -1/+1 |
* | stream: turn into a ring buffer, make size configurable | wm4 | 2019-11-06 | 1 | -0/+26 |
* | manpage: update input protocols | wm4 | 2019-11-04 | 1 | -55/+20 |
* | manpage: opengl-cb -> libmpv | wm4 | 2019-11-04 | 1 | -5/+5 |
* | manpage: fix global config file path in --hwdec description | wm4 | 2019-11-04 | 1 | -1/+1 |
* | manpage: shovel around --hwdec description (again) | wm4 | 2019-11-04 | 1 | -25/+39 |
* | vd_lavc: don't keep packets for fallbacks if errors are tolerated | wm4 | 2019-11-02 | 1 | -0/+5 |
* | manpage: update --framedrop option | wm4 | 2019-11-02 | 1 | -10/+26 |
* | zimg: make --zimg-fast=yes default | wm4 | 2019-11-02 | 1 | -1/+1 |
* | options: make --show-profile without parameters list all profiles | wm4 | 2019-10-31 | 1 | -1/+2 |
* | manpage: fix another typo | wm4 | 2019-10-31 | 1 | -1/+1 |
* | manpage: update --zimg-scaler default | wm4 | 2019-10-31 | 1 | -3/+3 |
* | sws_utils, zimg: destroy vo_x11 and vo_drm performance | wm4 | 2019-10-31 | 2 | -3/+50 |
* | manpage: document stats page 3 | wm4 | 2019-10-31 | 1 | -0/+3 |
* | vo_gpu/d3d11: add support for configuring swap chain color space | Jan Ekström | 2019-10-30 | 1 | -0/+13 |
* | osc: Unify bottom and topbar code | Jan Janssen | 2019-10-28 | 1 | -2/+2 |
* | manpage: Update information about default mouse bindings | Cameron Cawley | 2019-10-28 | 1 | -3/+12 |
* | input: disable gamepad code by default | wm4 | |