mpv icon indicating copy to clipboard operation
mpv copied to clipboard

🎥 Command line video player

Results 808 mpv issues
Sort by recently updated
recently updated
newest added

These were introduced for configuration compatibility in 0.35 but we don't want to retain them past that point.

### Important Information - mpv version: 0.33.0-184-g03b9f8e323 - Windows Version: Windows 10 21H1 and pretty much any earlier version of Windows 10 - Source of the mpv binary: shinchiro builds...

os:win

When dragging a vobsub idx file onto the mpv window, the file will be a URL, such as file:///path/to/subs.idx mpv then tries to guess the corressponding vobsub sub file for...

### Important Information Provide following Information: - mpv version 0.35.0 - Platform and Version Gentoo Linux - Source of the mpv binary Tried both using package manager and manual git...

This is a rebase of #8648 and #8456 and supersedes them. It is not finished, so please do not spam this PR with "when will this be merged?", it won't...

1. Adjust the location of the overall FFmpeg version logging. 2. Add libplacebo version as part of `--version`.

core

The legacy DRM API adds some complexity to the DRM code. There are only 4 drivers that do not support the DRM API: 1. radeon (early GCN amd cards) 2....

### Important Information - mpv 0.34.1, also tested git master with same result - Void Linux, kernel 5.19.17_1 - Void repo - i3wm 4.21.1 - i915, mesa-22.1.7_1 - Screenshot: ![2022-11-12-154314_1920x1980_scrot](https://user-images.githubusercontent.com/26425730/201495733-2ec280c5-4c89-4419-9f65-9020cbcc2c15.png)...

os:linux

During the call to `update_icc_opts` by `update_render_options`, sometimes `opts->size_str` is not set, so the call to gl_parse_3dlut_size (https://github.com/mpv-player/mpv/blob/2f747341f99d9f8697303be01c67ae3b3437cd18/video/out/vo_gpu_next.c#L1619) causes a null pointer dereference. Only parse 3dlut size if `opts->size_str` is...

On Wayland, mpv does not present new frames if it is minimised or otherwise not visible. This is usually what users will want, but in the case of someone capturing...

meta:feature-request