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

Resulting from some IRC discussion, we are currently waiting for the following: - [ ] new wayland vo, removal of vo_vaapi_wayland | #10533 | @Dudemanguy - [ ] profiler/win32 improvements...

meta:next-release

please check the code change

priority:stalled

display-p3 was undocumented and EVERYONE somehow uses dci-p3 with funny DCI whitepoint, that no one should target and no iPhone photo uses! Oogh.

priority:stalled

`--cache-pause-initial` is now number of seconds, so it can be controlled separately from buffering that happens during regular playback. New `--cache-pause-fill` can be used along with `--cache-pause-wait` to control buffering...

priority:stalled

`DOCS/man/options.rst` [said](https://github.com/mpv-player/mpv/blob/478d39c57492107ce8d5a33e80d5624db330ceab/DOCS/man/options.rst#video): > #### `--hwdec=` > `` can be one of the following: > vaapi: | requires --vo=gpu or --vo=vaapi (Linux only) > -- | -- But I think this...

priority:stalled

Enabling support for HDR monitors (in manual mode). Main discussion is here: https://github.com/mpv-player/mpv/issues/7341 Added a new switch called `--macos_hdr_csp` (similar to d3d color space approach at https://github.com/mpv-player/mpv/pull/5804). It specifies the...

priority:stalled

The work in #10533 will eventually replace vaapi-wayland, but with a different name for the VO (dmabuf-wayland). This is just a temporary stopgap so the upcoming new release won't have...

The following scenario maybe uncommon on Linux but BSDs separate base system and packages to avoid tainting build environment: 1. Install libjpeg-turbo under `/myprefix` 2. Make sure `libjpeg.pc` points to...

priority:stalled

A number of platforms (for instance, iOS and Android) now have the ability to decode common audio codecs during audio playback. On embedded/mobile devices, these often also take advantage of...

priority:on-ice