From 3682ab5873c2307c821d37ee5c8138a3b106e8c3df999f813ba84b8b5a24463a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sat, 29 May 2021 16:33:10 +0000 Subject: [PATCH] - Update to version 0.33.1+git.20210528T161101.d7f3d1fff7: * wayland: refactor dispatching events * manpage: mention cover-art-auto * README: fix link to feature-request issues * player: load cover art with the media filename * win32: support the property 'focused' * osc: re-initialize when chapter list changes * recorder: fix codec_tag / codec_id confusion * recorder: clear codec_tag if no target format support * af_scaletempo2: use gcc vectors to speed up inner loop * vo_gpu: replace --icc-contrast by --icc-force-contrast * wayland: shuffle around the render loop again * wayland: send VO_EVENT_DPI on output event as well * command: add a missing comma to MP_EVENT_WIN_STATE * vo_gpu: fix extreme clipping with --gamut-clipping for HDR outputs * wayland: simplify render loop * player/command: add secondary-sub-text property * sub/osd: hide secondary subtitles if secondary-sub-visibility is false * vo_gpu: hwdec_vaapi: silence errors while probing * stream_lavf: remove uninitialized http_like array * osxbundle: fix slow and wasteful memory allocation * stream_file: disable read ahead for remote files on macOS * build: move mingw jobs to Github actions * build: move website rebuild into Linux/clang travis job OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=266 --- _servicedata | 2 +- mpv.changes | 28 ++++++++++++++++++++++++++++ mpv.obsinfo | 6 +++--- mpv.spec | 2 +- 4 files changed, 33 insertions(+), 5 deletions(-) diff --git a/_servicedata b/_servicedata index dd8d279..e6e7d22 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/mpv-player/mpv.git - ded36a4470a5970693ee0ceb2f43baa5db470cd3 \ No newline at end of file + d7f3d1fff75a07bef91eef0edb9ae7db6d590637 \ No newline at end of file diff --git a/mpv.changes b/mpv.changes index ff717b4..e2b0c7e 100644 --- a/mpv.changes +++ b/mpv.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Sat May 29 16:31:14 UTC 2021 - ismail@i10z.com + +- Update to version 0.33.1+git.20210528T161101.d7f3d1fff7: + * wayland: refactor dispatching events + * manpage: mention cover-art-auto + * README: fix link to feature-request issues + * player: load cover art with the media filename + * win32: support the property 'focused' + * osc: re-initialize when chapter list changes + * recorder: fix codec_tag / codec_id confusion + * recorder: clear codec_tag if no target format support + * af_scaletempo2: use gcc vectors to speed up inner loop + * vo_gpu: replace --icc-contrast by --icc-force-contrast + * wayland: shuffle around the render loop again + * wayland: send VO_EVENT_DPI on output event as well + * command: add a missing comma to MP_EVENT_WIN_STATE + * vo_gpu: fix extreme clipping with --gamut-clipping for HDR outputs + * wayland: simplify render loop + * player/command: add secondary-sub-text property + * sub/osd: hide secondary subtitles if secondary-sub-visibility is false + * vo_gpu: hwdec_vaapi: silence errors while probing + * stream_lavf: remove uninitialized http_like array + * osxbundle: fix slow and wasteful memory allocation + * stream_file: disable read ahead for remote files on macOS + * build: move mingw jobs to Github actions + * build: move website rebuild into Linux/clang travis job + ------------------------------------------------------------------- Fri May 14 11:26:34 UTC 2021 - ismail@i10z.com diff --git a/mpv.obsinfo b/mpv.obsinfo index 12b1b8c..6350361 100644 --- a/mpv.obsinfo +++ b/mpv.obsinfo @@ -1,5 +1,5 @@ name: mpv -version: 0.33.1+git.20210511T222233.ded36a4470 -mtime: 1620764553 -commit: ded36a4470a5970693ee0ceb2f43baa5db470cd3 +version: 0.33.1+git.20210528T161101.d7f3d1fff7 +mtime: 1622218261 +commit: d7f3d1fff75a07bef91eef0edb9ae7db6d590637 diff --git a/mpv.spec b/mpv.spec index b92187d..0225efb 100644 --- a/mpv.spec +++ b/mpv.spec @@ -22,7 +22,7 @@ %define _waf_ver 2.0.20 %define lname libmpv1 Name: mpv -Version: 0.33.1+git.20210511T222233.ded36a4470 +Version: 0.33.1+git.20210528T161101.d7f3d1fff7 Release: 0 Summary: Advanced general-purpose multimedia player License: GPL-2.0-or-later