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>2019-04-19 10:16:39 +0300
committerJean-Baptiste Kempf <jb@videolan.org>2019-04-19 10:16:39 +0300
commit1f7a7e8a6af739a05b320151d04f0f7509ae7579 (patch)
treef4aa4c2350c577842d83cb7cd418a0c4cfd6ac70
parent589e96a1f2cff8e803c79eec48509fa4a792f1d9 (diff)
Update NEWS for 0.2.20.2.2
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b3e31ca..5f60a51 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,14 @@
Changes for 0.2.2 'Antelope':
----------------------------
+ - Large improvement on MSAC decoding with SSE, bringing 4-6% speed increase
+ The impact is important on SSSE3, SSE4 and AVX-2 cpus
+ - SSSE3 optimizations for all blocks size in itx
+ - SSSE3 optimizations for ipred_paeth and ipref_cfl (420, 422 and 444)
+ - Speed improvements on CDEF for SSE4 CPUs
+ - NEON optimizations for SGR and loop filter
+ - Minor crashes, improvements and build changes
+
Changes for 0.2.1 'Antelope':
----------------------------