diff --git a/mpv-0.18.0.tar.gz b/mpv-0.18.0.tar.gz deleted file mode 100644 index 5d8636c..0000000 --- a/mpv-0.18.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b656638d4f6bce2621baaacb60d8be384aa492fcd86dfd43996aaa2c16fee02b -size 2758960 diff --git a/mpv-0.18.1.tar.gz b/mpv-0.18.1.tar.gz new file mode 100644 index 0000000..348c38e --- /dev/null +++ b/mpv-0.18.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e413d57fec4ad43b9f9b848f38d13fb921313fc9a4a64bf1e906c8d0f7a46329 +size 2763392 diff --git a/mpv.changes b/mpv.changes index 1cf753a..9cc57dd 100644 --- a/mpv.changes +++ b/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 diff --git a/mpv.spec b/mpv.spec index 5a35fef..1285308 100644 --- a/mpv.spec +++ b/mpv.spec @@ -22,7 +22,7 @@ %define _waf_ver 1.8.12 %define lname libmpv1 Name: mpv -Version: 0.18.0 +Version: 0.18.1 Release: 0 Summary: Advanced general-purpose multimedia player License: GPL-2.0+ and BSD-3-Clause