Ten months after the last release, mpv 0.33 has been published. With this release, building the project is only possible on Python 3.
The player has undergone numerous changes and fixes, including:
New features:
- Subtitle filtering by regular expression;
- HiDPI support on Windows;
- Support for exclusive fullscreen on d3d11;
- The ability to use sixel for video playback in the terminal;
- Implementation of slice:// for reading segments of media streams;
- [x11] Ability to place the window on a specified workspace;
- [Wayland] User access to wayland-app-id;
- GLX support is disabled by default, instead, EGL is recommended.
Changes:
- Using Lua 5.2 by default (instead of 5.1);
- Building now requires C11 atomics;
- Building now requires the libass library;
- Unicode support in Lua scripts;
- ":" is no longer a separator in key-value lists;
- Improved window stretching in Wayland;
- Improved auto-completion in bash.
Removed:
- Tar support in stream_libarchive due to numerous bugs;
- Audio outputs sndio, rsound, oss;
- Support for building with Python 2;
- xdg-screensaver calls suppressing sleep mode via dbus.
Source: linux.org.ru
