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
path: root/NEWS
diff options
context:
space:
mode:
authorJean-Baptiste Kempf <jb@videolan.org>2021-06-28 20:36:02 +0300
committerJean-Baptiste Kempf <jb@videolan.org>2021-07-19 22:54:30 +0300
commit14b373acc0c38a3e4b3dad7575f929e6eb847f27 (patch)
tree91f20b02dc1430c321c5c7bf832c7a56efb178b8 /NEWS
parent42978746f425351e450381525628edc83e372727 (diff)
News for 0.9.1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 190122e..ab91830 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Changes for 0.9.1 'Golden Eagle':
+---------------------------------
+
+0.9.1 is a middle-size revision of dav1d, adding notably 10b acceleration for SSSE3:
+ - 10/12b SSSE3 optimizations for mc (avg, w_avg, mask, w_mask, emu_edge),
+ prep/put_bilin, prep/put_8tap, ipred (dc/h/v, paeth, smooth, pal, filter), wiener,
+ sgr (10b), warp8x8, deblock, film_grain, cfl_ac/pred for 32bit and 64bit x86 processors
+ - Film grain NEON for fguv 10/12b, fgy/fguv 8b and fgy/fguv 10/12 arm32
+ - Fixes for filmgrain on ARM
+ - itx 4x4 for SSE4
+ - Misc improvements on SSE2, SSE4
+
+
Changes for 0.9.0 'Golden Eagle':
---------------------------------