shithub: dav1d

Download patch

ref: 2e68c1f36e560af6fa05fcb77c9ae77a76cfef6a
parent: 8974c15504eab3565f0a0e17c2fa8fa2f61927da
author: Jean-Baptiste Kempf <jb@videolan.org>
date: Sun Feb 9 09:35:57 EST 2020

Update NEWS for 0.6.0

--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Changes for 0.6.0 'Gyrfalcon':
+------------------------------
+
+0.6.0 is a major release for dav1d:
+ - New ARM64 optimizations for the 10/12bit depth:
+    - mc_avg, mc_w_avg, mc_mask
+    - mc_put/mc_prep 8tap/bilin
+    - mc_warp_8x8
+    - wiener
+    - cdef
+ - New AVX-512 optimizations for prep_bilin, prep_8tap, cdef_filter
+ - New SSSE3 optimizations for film grain
+ - New AVX2 optimizations for msac_adapt16
+ - Fix rare mismatches against the reference decoder, notably because of clipping
+ - Improvements on ARM64 on msac, cdef optimizations
+ - Improvements in the C version for itxfm, cdef_filter
+
+
 Changes for 0.5.2 'Asiatic Cheetah':
 ------------------------------------
 
--- a/meson.build
+++ b/meson.build
@@ -23,7 +23,7 @@
 # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 project('dav1d', ['c'],
-    version: '0.5.2',
+    version: '0.6.0',
     default_options: ['c_std=c99',
                       'warning_level=2',
                       'buildtype=release',