Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Kempf <jb@videolan.org>2020-02-09 16:35:57 +0300
committerJean-Baptiste Kempf <jb@videolan.org>2020-02-10 23:17:12 +0300
commit2e68c1f36e560af6fa05fcb77c9ae77a76cfef6a (patch)
treee3bef03313a51bc58ee072369bdc2cf27b9508ba
parent8974c15504eab3565f0a0e17c2fa8fa2f61927da (diff)
Update NEWS for 0.6.0
-rw-r--r--NEWS18
-rw-r--r--meson.build2
2 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9ed950e..f7f4f7c 100644
--- 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':
------------------------------------
diff --git a/meson.build b/meson.build
index 85598e7..971b700 100644
--- 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',