- Update to version 0.29.1
Fixes and minor enhancements: * af_rubberband: Fix for A-V drift on seeking. * ao_alsa: Fixes to remove spam during pausing and end-of-file. * ao_jack: Fix for mpv attempting to connect to non-standard devices such as MIDI. * ao_openal: Drop support for Apple's bundled OpenAL due to lack of features to successfully build. * ao_pulse: Fix for audio buffer length calculation. * demux_lavf: Fix EDL playback of certain DASH streams. * demux_lavf: Mark v4l streams as not seekable. * demux_raw: Fix for gapless playback from raw audio input. * drm_atomic: Fix to enable video output with devices without a video overlay plane. * encode: Fix for crashes in case of failure to write to output. * encode: Fix for encoding when utilizing lavfi-complex. * Fix to strip HDR peak metadata if attached to SDR video (#6111) * manpage: Misc fixups. * stream_{smb,file}: Fix for partial writes to buffers. * stream_libarchive: Fix hang when an out-of-bound seek happens. * stream_smb: Fix for crashes due to libsmbclient and threading (#5936). * vo_gpu: Fix for corruption when multiple compute shaders override each others' block sizes (#6083). * ytdl_hook: Always load "ytdl://" URLs with ytdl_hook first. * ytdl_hook: Fix audio streams not being picked up for some sites. OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=145
This commit is contained in:
parent
2a3aa78169
commit
5fe0ee6e2d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:772af878cee5495dcd342788a6d120b90c5b1e677e225c7198f1e76506427319
|
|
||||||
size 3057997
|
|
3
mpv-0.29.1.tar.gz
Normal file
3
mpv-0.29.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f9f9d461d1990f9728660b4ccb0e8cb5dce29ccaa6af567bec481b79291ca623
|
||||||
|
size 3059503
|
25
mpv.changes
25
mpv.changes
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 2 20:28:39 UTC 2018 - Martin Herkt <9+suse@cirno.systems>
|
||||||
|
|
||||||
|
- Update to version 0.29.1
|
||||||
|
Fixes and minor enhancements:
|
||||||
|
* af_rubberband: Fix for A-V drift on seeking.
|
||||||
|
* ao_alsa: Fixes to remove spam during pausing and end-of-file.
|
||||||
|
* ao_jack: Fix for mpv attempting to connect to non-standard devices such as MIDI.
|
||||||
|
* ao_openal: Drop support for Apple's bundled OpenAL due to lack of features to successfully build.
|
||||||
|
* ao_pulse: Fix for audio buffer length calculation.
|
||||||
|
* demux_lavf: Fix EDL playback of certain DASH streams.
|
||||||
|
* demux_lavf: Mark v4l streams as not seekable.
|
||||||
|
* demux_raw: Fix for gapless playback from raw audio input.
|
||||||
|
* drm_atomic: Fix to enable video output with devices without a video overlay plane.
|
||||||
|
* encode: Fix for crashes in case of failure to write to output.
|
||||||
|
* encode: Fix for encoding when utilizing lavfi-complex.
|
||||||
|
* Fix to strip HDR peak metadata if attached to SDR video (#6111)
|
||||||
|
* manpage: Misc fixups.
|
||||||
|
* stream_{smb,file}: Fix for partial writes to buffers.
|
||||||
|
* stream_libarchive: Fix hang when an out-of-bound seek happens.
|
||||||
|
* stream_smb: Fix for crashes due to libsmbclient and threading (#5936).
|
||||||
|
* vo_gpu: Fix for corruption when multiple compute shaders override each others' block sizes (#6083).
|
||||||
|
* ytdl_hook: Always load "ytdl://" URLs with ytdl_hook first.
|
||||||
|
* ytdl_hook: Fix audio streams not being picked up for some sites.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 22 17:03:48 UTC 2018 - aloisio@gmx.com
|
Sun Jul 22 17:03:48 UTC 2018 - aloisio@gmx.com
|
||||||
|
|
||||||
|
4
mpv.spec
4
mpv.spec
@ -15,13 +15,13 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _waf_ver 2.0.9
|
%define _waf_ver 2.0.9
|
||||||
%define _mbc_ver 3.3.17
|
%define _mbc_ver 3.3.17
|
||||||
%define _mpv_ver 0.29.0
|
%define _mpv_ver 0.29.1
|
||||||
%define lname libmpv1
|
%define lname libmpv1
|
||||||
Name: mpv
|
Name: mpv
|
||||||
Version: %{_mpv_ver}
|
Version: %{_mpv_ver}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user