Accepting request 423268 from home:alois:branches:multimedia:apps

Update to 0.20.0

OBS-URL: https://build.opensuse.org/request/show/423268
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=55
This commit is contained in:
Martin Pluskal
2016-08-26 18:33:08 +00:00
committed by Git OBS Bridge
parent 4c83996eda
commit f0e9b0ffeb
4 changed files with 41 additions and 4 deletions

View File

@@ -1,3 +1,40 @@
-------------------------------------------------------------------
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