- 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
This commit is contained in:
Ismail Dönmez 2021-05-29 16:33:10 +00:00 committed by Git OBS Bridge
parent 08263c1301
commit 3682ab5873
4 changed files with 33 additions and 5 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/mpv-player/mpv.git</param>
<param name="changesrevision">ded36a4470a5970693ee0ceb2f43baa5db470cd3</param></service></servicedata>
<param name="changesrevision">d7f3d1fff75a07bef91eef0edb9ae7db6d590637</param></service></servicedata>

View File

@ -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

View File

@ -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

View File

@ -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