From a0084f8e5f360af43d33ae87aec51f7ea5cf6a46ff19e24c35c50d378c99dcb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sun, 6 Sep 2020 08:52:30 +0000 Subject: [PATCH] - Update to version 0.32.0+git.20200904T003159.f57b90b069: * 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 * encode: undeprecate * ring: remove this * audio_buffer: remove this * audio: refactor how data is passed to AO * DOCS: fix minor issue on the --video-latency-hacks explanation * Update compile-windows.md * manpage: reorder sentence * f_async_queue: add various helper functions * f_async_queue: don't count EOF frames as samples * f_async_queue: change reset behavior OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=234 --- _servicedata | 2 +- ...2.0+git.20200827T184057.fc6c209cbd.obscpio | 3 -- ...2.0+git.20200904T003159.f57b90b069.obscpio | 3 ++ mpv.changes | 38 +++++++++++++++++++ mpv.obsinfo | 6 +-- mpv.spec | 2 +- 6 files changed, 46 insertions(+), 8 deletions(-) delete mode 100644 mpv-0.32.0+git.20200827T184057.fc6c209cbd.obscpio create mode 100644 mpv-0.32.0+git.20200904T003159.f57b90b069.obscpio diff --git a/_servicedata b/_servicedata index 8a2d44e..d2e007e 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/mpv-player/mpv.git - fc6c209cbd8a5077ebb444f58e31f52010a6173b \ No newline at end of file + f57b90b069f85336c2b18abfc60b75d436624bee \ No newline at end of file diff --git a/mpv-0.32.0+git.20200827T184057.fc6c209cbd.obscpio b/mpv-0.32.0+git.20200827T184057.fc6c209cbd.obscpio deleted file mode 100644 index 43b4e40..0000000 --- a/mpv-0.32.0+git.20200827T184057.fc6c209cbd.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d8428ac7d92e12729166ef3ff68e02e5cb3307478796e73bfff363d4d0f3d0c -size 9299469 diff --git a/mpv-0.32.0+git.20200904T003159.f57b90b069.obscpio b/mpv-0.32.0+git.20200904T003159.f57b90b069.obscpio new file mode 100644 index 0000000..67a4906 --- /dev/null +++ b/mpv-0.32.0+git.20200904T003159.f57b90b069.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd3b0a23e76d107b3c556c511a9acc4327433546e5357ebecb33fb8e85b0efce +size 9285133 diff --git a/mpv.changes b/mpv.changes index ba2592f..82a8d5d 100644 --- a/mpv.changes +++ b/mpv.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Sun Sep 06 05:23:47 UTC 2020 - idonmez@suse.com + +- Update to version 0.32.0+git.20200904T003159.f57b90b069: + * 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 + * encode: undeprecate + * ring: remove this + * audio_buffer: remove this + * audio: refactor how data is passed to AO + * DOCS: fix minor issue on the --video-latency-hacks explanation + * Update compile-windows.md + * manpage: reorder sentence + * f_async_queue: add various helper functions + * f_async_queue: don't count EOF frames as samples + * f_async_queue: change reset behavior + * filter: add filter priority thing + * manpage: slightly improve property list note + * sd_ass: replace deprecated ASS_OVERRIDE_BIT_FONT_SIZE + * osd_libass: don't use deprecated ass_set_aspect_ratio + ------------------------------------------------------------------- Fri Aug 28 07:00:34 UTC 2020 - idonmez@suse.com diff --git a/mpv.obsinfo b/mpv.obsinfo index 8932026..3e0f704 100644 --- a/mpv.obsinfo +++ b/mpv.obsinfo @@ -1,5 +1,5 @@ name: mpv -version: 0.32.0+git.20200827T184057.fc6c209cbd -mtime: 1598546457 -commit: fc6c209cbd8a5077ebb444f58e31f52010a6173b +version: 0.32.0+git.20200904T003159.f57b90b069 +mtime: 1599172319 +commit: f57b90b069f85336c2b18abfc60b75d436624bee diff --git a/mpv.spec b/mpv.spec index eff95c4..caa74fd 100644 --- a/mpv.spec +++ b/mpv.spec @@ -22,7 +22,7 @@ %define _waf_ver 2.0.9 %define lname libmpv1 Name: mpv -Version: 0.32.0+git.20200827T184057.fc6c209cbd +Version: 0.32.0+git.20200904T003159.f57b90b069 Release: 0 Summary: Advanced general-purpose multimedia player License: GPL-2.0-or-later