diff --git a/mpv-0.26.0.tar.gz b/mpv-0.26.0.tar.gz deleted file mode 100644 index 2a4ef4a..0000000 --- a/mpv-0.26.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:daf3ef358d5f260f2269f7caabce27f446c291457ec330077152127133b71b46 -size 2916212 diff --git a/mpv-0.27.0.tar.gz b/mpv-0.27.0.tar.gz new file mode 100644 index 0000000..4d76173 --- /dev/null +++ b/mpv-0.27.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:341d8bf18b75c1f78d5b681480b5b7f5c8b87d97a0d4f53a5648ede9c219a49c +size 2956816 diff --git a/mpv.changes b/mpv.changes index 4dab956..8d93250 100644 --- a/mpv.changes +++ b/mpv.changes @@ -1,3 +1,73 @@ +------------------------------------------------------------------- +Wed Sep 13 05:45:26 UTC 2017 - aloisio@gmx.com + +- Update to version 0.27.0 + Added features: + * libmpv: options: add a thread-safe way to notify option updates + * vd_lavc/vo_opengl: support embedded ICC profiles + * vo: rendering API abstraction for future non-GL video outputs + * vo_opengl: add a gamut warning feature to highlight + out-of-gamut colors (--gamut-warning) + * vo_opengl: add direct rendering support (--vd-lavc-dr) + * vo_opengl: implement (faster) compute shader based EWA kernel + * vo_opengl: implement HLG OOTF inverse + * vo_opengl: support HDR peak detection (--hdr-compute-peak) + * vo_opengl: support float input pixel formats + * vo_opengl: support loading custom user textures (#4586) + * vo_opengl: support user compute shaders + Removed features: + * Remove video equalizer handling from vo_direct3d, vo_sdl, + vo_vaapi, and vo_xv (GPL, not worth the effort to support legacy + VOs) + Added options and commands: + * player: add --track-auto-selection option + Changed options and commands: + * input: use mnemonic names for mouse buttons, same as Qt: + https://doc.qt.io/qt-5/qt.html#MouseButton-enum + * options: change --loop semantics + * player: make --lavfi-complex changeable at runtime + * vf_eq: remove this filter (GPL; uses libavfilter’s eq filter + now, with changed semantics) + * video: change --deinterlace behavior + * vo_opengl: generalize HDR tone mapping to gamut mapping, + --hdr-tone-mapping → --tone-mapping + Removed options and commands: + * --field-dominance (GPL-only author, no chance of relicensing) + * input: drop deprecated "osd" command + * options: drop --video-aspect-method=hybrid (GPL-only) + Fixes and minor enhancements: + * TOOLS/autocrop.lua: fix cropdetect black limit for 10-bit + videos + * TOOLS/lua/autodeint: update to lavfi-bridge + * TOOLS/lua/status-line: improve and update + * af_lavrresample: don't call swr_set_compensation() unless + necessary (#4716) + * ao_oss: fix period_size calculation (#4642) + * ao_rsound: allow setting the host + * audio: fix spdif mode + * filter_kernels: correct spline64 kernel + * options: fix --include (#4673) + * player: fix --end with large values (#4650) + * player: fix confusion in audio resync code (#4688) + * player: make refresh seeks slightly more robust (#4757) + * player: readd smi subtitle extension (#4626) + * vd_lavc: change auto-probe order to prefer cuda over vdpau-copy + * vd_lavc: fix device leak with copy-mode hwaccels (#4735) + * vd_lavc: fix hwdec compatibility with yuvj420p formats + * vd_lavc: fix mid-stream hwdec fallback + * vf_vapoursynth: fix inverted sign and restore 10 bit support + (#4720) + * video: increase --monitorpixelaspect range + * vo_opengl: adjust the rules for linearization (#4631) + * vo_opengl: scale deband-grain to the signal range + * vo_opengl: tone map on the maximum signal component + * x11: fix that window could be resized when using embedding + (#4784) + * ytdl_hook: resolve relative paths when joining segment urls + (#4827) + * ytdl_hook: support fragments with relative paths, fixes + segmented DASH + ------------------------------------------------------------------- Wed Aug 23 08:48:13 UTC 2017 - alarrosa@suse.com diff --git a/mpv.spec b/mpv.spec index 66537ac..11f06de 100644 --- a/mpv.spec +++ b/mpv.spec @@ -21,7 +21,7 @@ %define _waf_ver 1.9.13 %define _mbc_ver 3.3.15 -%define _mpv_ver 0.26.0 +%define _mpv_ver 0.27.0 %define lname libmpv1 Name: mpv Version: %{_mpv_ver}