diff --git a/mpv-0.35.1.tar.gz b/mpv-0.39.0.tar.gz similarity index 33% rename from mpv-0.35.1.tar.gz rename to mpv-0.39.0.tar.gz index 299d3f89c201acec106186f3c63f18eae5805ed3..97388f07022e724cfe56d13f2fe4a1dd655d2fa4 100644 Binary files a/mpv-0.35.1.tar.gz and b/mpv-0.39.0.tar.gz differ diff --git a/mpv.spec b/mpv.spec index 8f28a36430e002f89812e370b29955534a0a97e6..1a518955f916dfa0a60d6dfe0cb7f118fe55c2e9 100644 --- a/mpv.spec +++ b/mpv.spec @@ -1,6 +1,6 @@ Name: mpv -Version: 0.35.1 -Release: 2 +Version: 0.39.0 +Release: 1 Summary: Movie player playing most video formats and DVDs License: GPL-2.0-or-later AND LGPL-2.1-or-later URL: http://mpv.io/ @@ -161,6 +161,16 @@ install -Dpm 644 README.md etc/input.conf etc/mpv.conf -t %{buildroot}%{_docdir} %{_libdir}/pkgconfig/mpv.pc %changelog +* Fri Nov 29 2024 wangxiaomeng - 0.39.0-1 +- update to 0.39.0 +- vf_d3d11vpp: add support for Intel VSR and NVIDIA RTX scaling modes +- demux: add --autocreate-playlist +- audio: add pitch-shifting feature +- win32: add Media Control support +- various: allow changing GPU API options at runtime +- vo_gpu_next: support --gamma-factor +- vf_vapoursynth: upgrade to VapourSynth API v4 + * Wed Apr 10 2024 peijiankang - 0.35.1-2 - add 0001-add-opengl-api-for-mpv.patch