- Update to version 0.32.0+git.20200912T130313.49f5c9b482:
* command: add property track-list/N/main-selection * player: fix inconsistent AO pause state in certain situations * player: some minor code golf * vo_vdpau: remove an unused variable * player: clamp relative seek base time to nominal duration * manpage: "fix" some formatting * terminal-unix: attempt to support more CTRL * vo_vdpau: remove deprecated/inactive --vo-vdpau-deint option * command: add read-only focused property * manpage: fix typo * options: fix a flags field * ao_alsa: make partial writes an error message * audio: fix stream-silence with push AOs (somewhat) * encode: propagate errors to exit status properly * ao_lavc: slightly simplify filter use * client API: inactivate the opengl_cb API * encode: disable unsupported media types automatically * encode: remove early EOF failure handling * audio: slightly simplify audio_start_ao() * audio: reduce excessive logging of delayed audio start * ao_alsa: log more information on short writes * audio: do not show audio draining message when it does not make sense * audio: do not wake up player when waiting for audio state and paused * audio: fix AVFrame allocation (crash with opus encoding) * DOCS/interface-changes: remove encoding mode deprecation entry * player/playloop.c: reorder included headers per contribute.md * ao_openal: restore working condition with new push API * ao: remove unused field * audio: fix inefficient behavior with ao_alsa, remove period_size field OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=236
This commit is contained in:
parent
a0084f8e5f
commit
b7ea427e4e
@ -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">f57b90b069f85336c2b18abfc60b75d436624bee</param></service></servicedata>
|
<param name="changesrevision">49f5c9b4820b082b8d25b753ff010562939a754f</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dd3b0a23e76d107b3c556c511a9acc4327433546e5357ebecb33fb8e85b0efce
|
|
||||||
size 9285133
|
|
3
mpv-0.32.0+git.20200912T130313.49f5c9b482.obscpio
Normal file
3
mpv-0.32.0+git.20200912T130313.49f5c9b482.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d36f44cd828d8ca611d5cadb73f3871556c70b1dbf4e2b1bc618e5724cea63c2
|
||||||
|
size 9286669
|
15
mpv.changes
15
mpv.changes
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 14 07:46:26 UTC 2020 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.32.0+git.20200912T130313.49f5c9b482:
|
||||||
|
* command: add property track-list/N/main-selection
|
||||||
|
* player: fix inconsistent AO pause state in certain situations
|
||||||
|
* player: some minor code golf
|
||||||
|
* vo_vdpau: remove an unused variable
|
||||||
|
* player: clamp relative seek base time to nominal duration
|
||||||
|
* manpage: "fix" some formatting
|
||||||
|
* terminal-unix: attempt to support more CTRL
|
||||||
|
* vo_vdpau: remove deprecated/inactive --vo-vdpau-deint option
|
||||||
|
* command: add read-only focused property
|
||||||
|
* manpage: fix typo
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 06 05:23:47 UTC 2020 - idonmez@suse.com
|
Sun Sep 06 05:23:47 UTC 2020 - idonmez@suse.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: mpv
|
name: mpv
|
||||||
version: 0.32.0+git.20200904T003159.f57b90b069
|
version: 0.32.0+git.20200912T130313.49f5c9b482
|
||||||
mtime: 1599172319
|
mtime: 1599908593
|
||||||
commit: f57b90b069f85336c2b18abfc60b75d436624bee
|
commit: 49f5c9b4820b082b8d25b753ff010562939a754f
|
||||||
|
|
||||||
|
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.20200904T003159.f57b90b069
|
Version: 0.32.0+git.20200912T130313.49f5c9b482
|
||||||
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