- Update to version 0.32.0+git.20200827T184057.fc6c209cbd:
* f_demux_in: log EOF "recovery" * f_decoder_wrapper: pass through EOF after EOF * player: fix video paused condition on VO creation * filter: add a helper * audio: clarify set_pause() documentation * audio: adjust frame clipping for spdif formats * audio: remove unused ring.h includes * player: fix swapped debug output * vo_gpu: EGL: fix transparency on X11/EGL/Mesa * vo_gpu: EGL: slightly better debug logging of EGL configs * ao/pulse: create the stream corked * wayland: always update sbc for presentation time * Revert "demux_lavf: always give libavformat the filename when probing" * audio: remove delay debug logging * wayland: simplify presentation time * demux_mf: actually report errors * player: do not loop if there's nothing to loop * options: do not accept ":" as separator anymore in key/value lists * cocoa-cb: force layer update on resize * mac: add icc profile and ambient light sensor support * mac: use config cache und wakeup for mac option runtime changes * mac: make ontop level runtime changeable * mac: properly guard and unwrap an optional value * cocoa-cb: generalisation of backend independent parts OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=232
This commit is contained in:
parent
993a68a3fa
commit
8ef8f72653
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/mpv-player/mpv.git</param>
|
<param name="url">https://github.com/mpv-player/mpv.git</param>
|
||||||
<param name="changesrevision">b16a6cb6c62657d3efbe69bd854287da149b59a1</param></service></servicedata>
|
<param name="changesrevision">fc6c209cbd8a5077ebb444f58e31f52010a6173b</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:88bbf0237af6c05310a5f3b19d7cae593a84d854cc699d94f39b3fc13d317f21
|
|
||||||
size 9291789
|
|
3
mpv-0.32.0+git.20200827T184057.fc6c209cbd.obscpio
Normal file
3
mpv-0.32.0+git.20200827T184057.fc6c209cbd.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4d8428ac7d92e12729166ef3ff68e02e5cb3307478796e73bfff363d4d0f3d0c
|
||||||
|
size 9299469
|
29
mpv.changes
29
mpv.changes
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 28 07:00:34 UTC 2020 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.32.0+git.20200827T184057.fc6c209cbd:
|
||||||
|
* f_demux_in: log EOF "recovery"
|
||||||
|
* f_decoder_wrapper: pass through EOF after EOF
|
||||||
|
* player: fix video paused condition on VO creation
|
||||||
|
* filter: add a helper
|
||||||
|
* audio: clarify set_pause() documentation
|
||||||
|
* audio: adjust frame clipping for spdif formats
|
||||||
|
* audio: remove unused ring.h includes
|
||||||
|
* player: fix swapped debug output
|
||||||
|
* vo_gpu: EGL: fix transparency on X11/EGL/Mesa
|
||||||
|
* vo_gpu: EGL: slightly better debug logging of EGL configs
|
||||||
|
* ao/pulse: create the stream corked
|
||||||
|
* wayland: always update sbc for presentation time
|
||||||
|
* Revert "demux_lavf: always give libavformat the filename when probing"
|
||||||
|
* audio: remove delay debug logging
|
||||||
|
* wayland: simplify presentation time
|
||||||
|
* demux_mf: actually report errors
|
||||||
|
* player: do not loop if there's nothing to loop
|
||||||
|
* options: do not accept ":" as separator anymore in key/value lists
|
||||||
|
* cocoa-cb: force layer update on resize
|
||||||
|
* mac: add icc profile and ambient light sensor support
|
||||||
|
* mac: use config cache und wakeup for mac option runtime changes
|
||||||
|
* mac: make ontop level runtime changeable
|
||||||
|
* mac: properly guard and unwrap an optional value
|
||||||
|
* cocoa-cb: generalisation of backend independent parts
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 21 12:03:12 UTC 2020 - idonmez@suse.com
|
Fri Aug 21 12:03:12 UTC 2020 - idonmez@suse.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: mpv
|
name: mpv
|
||||||
version: 0.32.0+git.20200820T203717.b16a6cb6c6
|
version: 0.32.0+git.20200827T184057.fc6c209cbd
|
||||||
mtime: 1597948637
|
mtime: 1598546457
|
||||||
commit: b16a6cb6c62657d3efbe69bd854287da149b59a1
|
commit: fc6c209cbd8a5077ebb444f58e31f52010a6173b
|
||||||
|
|
||||||
|
2
mpv.spec
2
mpv.spec
@ -22,7 +22,7 @@
|
|||||||
%define _waf_ver 2.0.9
|
%define _waf_ver 2.0.9
|
||||||
%define lname libmpv1
|
%define lname libmpv1
|
||||||
Name: mpv
|
Name: mpv
|
||||||
Version: 0.32.0+git.20200820T203717.b16a6cb6c6
|
Version: 0.32.0+git.20200827T184057.fc6c209cbd
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Advanced general-purpose multimedia player
|
Summary: Advanced general-purpose multimedia player
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user