diff --git a/mpv-0.19.0.tar.gz b/mpv-0.19.0.tar.gz deleted file mode 100644 index f933ab3..0000000 --- a/mpv-0.19.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3df5811942cd1d71f48eb4720092fdafec11885bf6dd6d1d3e6413f32e5d67e2 -size 2770618 diff --git a/mpv-0.20.0.tar.gz b/mpv-0.20.0.tar.gz new file mode 100644 index 0000000..a5794f3 --- /dev/null +++ b/mpv-0.20.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe6ec9d2ded5ce84b963f54b812d579d04f944f4a737f3ae639c4d5d9e842b56 +size 2775740 diff --git a/mpv.changes b/mpv.changes index 0473e6a..7c429e6 100644 --- a/mpv.changes +++ b/mpv.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Fri Aug 26 18:17:38 UTC 2016 - aloisio@gmx.com + +- Update to version 0.20.0 + Added options and commands: + * aspect: add --video-unscaled=downscale-big + * player: add --image-display-duration option to control + duration of image display (#3425) + * vo_opengl: angle: new flag (dcomposition) to control + DirectComposition + Fixes and minor enhancements: + * af_lavrresample: fix error if resampler could not be + recreated + * audio: avoid missed wakeups with ab-loops + * audio: do not apply --audio-channels if spdif passthrough is + in use (#3445) + * cache: don't use a backbuffer if the cache is as large as + the file + * command: prevent O(n^2) behaviour for playlist property + * demux: close underlying stream if it's fully read anyway + (#3456) + * demux: fix undefined behavior with ogg metadata update + (#3451) + * player: make looping slightly more seamless + * player: refresh very low framerate video on filter changes + (#3435) + * stream_memory: disable stream cache + * vf_rotate: allow arbitrary rotation (#3434) + * vo: be more trusting to estimated display FPS (#3433) + * w32_common: use hooks to detect parent window resize + * x11: work around mutter fullscreen issue (#2072) + * This listing is not complete. Check + DOCS/client-api-changes.rst for a history + of changes to the client API, and DOCS/interface-changes.rst + for a history of changes to other user-visible interfaces. + ------------------------------------------------------------------- Mon Aug 15 14:23:25 UTC 2016 - aloisio@gmx.com @@ -84,7 +120,6 @@ Mon Aug 15 14:23:25 UTC 2016 - aloisio@gmx.com * x11: skip ICC update on every window move * ytdl: Error out with http_dash_segments (unsupported for now) - - Updated waf to 1.9.2 ------------------------------------------------------------------- diff --git a/mpv.spec b/mpv.spec index 3879e91..4776438 100644 --- a/mpv.spec +++ b/mpv.spec @@ -22,7 +22,7 @@ %define _waf_ver 1.9.2 %define lname libmpv1 Name: mpv -Version: 0.19.0 +Version: 0.20.0 Release: 0 Summary: Advanced general-purpose multimedia player License: GPL-2.0+ and BSD-3-Clause