Accepting request 407558 from home:alois:branches:multimedia:apps
Update to version 0.18.1 OBS-URL: https://build.opensuse.org/request/show/407558 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=48
This commit is contained in:
parent
57f3f23d5d
commit
5de8c52725
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b656638d4f6bce2621baaacb60d8be384aa492fcd86dfd43996aaa2c16fee02b
|
|
||||||
size 2758960
|
|
3
mpv-0.18.1.tar.gz
Normal file
3
mpv-0.18.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e413d57fec4ad43b9f9b848f38d13fb921313fc9a4a64bf1e906c8d0f7a46329
|
||||||
|
size 2763392
|
55
mpv.changes
55
mpv.changes
@ -1,3 +1,58 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 10 07:30:12 UTC 2016 - aloisio@gmx.com
|
||||||
|
|
||||||
|
- Update to version 0.18.1
|
||||||
|
* Note: Running mpv with different versions of the
|
||||||
|
FFmpeg/Libav libraries than it was compiled with
|
||||||
|
is no longer supported. Even supposedly ABI-compatible
|
||||||
|
versions have been a source of trouble, and it creates
|
||||||
|
far too much complexity with little to no benefit,
|
||||||
|
coupled with absurd and unusable FFmpeg API artifacts.
|
||||||
|
Instead, mpv will exit with an error when such a
|
||||||
|
situation is detected.
|
||||||
|
This simply means that mpv needs to be rebuilt whenever
|
||||||
|
FFmpeg libraries change.
|
||||||
|
New Features:
|
||||||
|
* d3d: implement screenshots for --hwdec=d3d11va
|
||||||
|
* vo_opengl: add output_size uniform to custom shader
|
||||||
|
* vo_opengl: implement the Panasonic V-Log function
|
||||||
|
(#3157)
|
||||||
|
* vo_opengl: implement ARIB STD-B68 (HLG) HDR TRC
|
||||||
|
Options and oommands:
|
||||||
|
* command: pack sub image data in overlay-add command
|
||||||
|
* options: deprecate --heartbeat-cmd
|
||||||
|
* audio: deprecate --softvol
|
||||||
|
* audio: drop --softvol=no and --softvol=auto (#3322)
|
||||||
|
Fixes and minor enhancements:
|
||||||
|
* video: fix deinterlace filter handling on pixel
|
||||||
|
format changes
|
||||||
|
* x11: silence xdg-screensaver
|
||||||
|
* vo_opengl: angle: update the swapchain on resize
|
||||||
|
(#3301)
|
||||||
|
* vo_opengl: error out gracefully when trying to use
|
||||||
|
FBOs without FBO API
|
||||||
|
* vd_lavc: expose mastering display side data reference
|
||||||
|
peak (improves results with HDR content)
|
||||||
|
* vo_opengl: generalize HDR tone mapping mechanism
|
||||||
|
(#3293)
|
||||||
|
* vo_opengl: don't constantly resize the output FBO
|
||||||
|
* vo_opengl: use ringbuffer of PBOs
|
||||||
|
* Windows: make WM_NCHITTEST simpler and more accurate
|
||||||
|
* ao_oss: do not add an entry to audio-device-list if
|
||||||
|
device file missing
|
||||||
|
* dec_audio: fix segment boudnary switching
|
||||||
|
* ao_lavc, vo_lavc: Migrate to new FFmpeg encoding API
|
||||||
|
* vo_opengl: explicitly use main framebuffer when
|
||||||
|
reading window content (#3284)
|
||||||
|
* vo_xv: fix behavior with odd sizes
|
||||||
|
* audio: insert auto-inserted filters at end of chain
|
||||||
|
* x11: add missing FocusChangeMask (disables key repeat
|
||||||
|
when losing focus while a key is down)
|
||||||
|
* ao_coreaudio: error out when selecting invalid device
|
||||||
|
* ad_lavc: work around misbehavior of some FFmpeg
|
||||||
|
decoders like wmapro (#3297)
|
||||||
|
* player: cut off status line on terminal width
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 26 22:05:13 UTC 2016 - virtuousfox@gmail.com
|
Sun Jun 26 22:05:13 UTC 2016 - virtuousfox@gmail.com
|
||||||
|
|
||||||
|
2
mpv.spec
2
mpv.spec
@ -22,7 +22,7 @@
|
|||||||
%define _waf_ver 1.8.12
|
%define _waf_ver 1.8.12
|
||||||
%define lname libmpv1
|
%define lname libmpv1
|
||||||
Name: mpv
|
Name: mpv
|
||||||
Version: 0.18.0
|
Version: 0.18.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Advanced general-purpose multimedia player
|
Summary: Advanced general-purpose multimedia player
|
||||||
License: GPL-2.0+ and BSD-3-Clause
|
License: GPL-2.0+ and BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user