Accepting request 832587 from multimedia:apps
- 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/request/show/832587 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpv?expand=0&rev=89
This commit is contained in:
commit
f1834fde93
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/mpv-player/mpv.git</param>
|
||||
<param name="changesrevision">fc6c209cbd8a5077ebb444f58e31f52010a6173b</param></service></servicedata>
|
||||
<param name="changesrevision">f57b90b069f85336c2b18abfc60b75d436624bee</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d8428ac7d92e12729166ef3ff68e02e5cb3307478796e73bfff363d4d0f3d0c
|
||||
size 9299469
|
3
mpv-0.32.0+git.20200904T003159.f57b90b069.obscpio
Normal file
3
mpv-0.32.0+git.20200904T003159.f57b90b069.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd3b0a23e76d107b3c556c511a9acc4327433546e5357ebecb33fb8e85b0efce
|
||||
size 9285133
|
38
mpv.changes
38
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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user