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>2019-10-11 11:57:27 +0300
committerJean-Baptiste Kempf <jb@videolan.org>2019-10-11 11:57:27 +0300
commit5f86e719ec4e24023e30cd61dc080be3ddba1a31 (patch)
treed59c518d39705dd116f8f302e1a7f512d3342706 /NEWS
parent5d014b41b8a2e09a5c786e26eaa8c61e676e24ea (diff)
Update news for 0.5.0: z2-avx2, ipred-neon and wiener-vsx0.5.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 4f8661f..aca5e54 100644
--- a/NEWS
+++ b/NEWS
@@ -6,16 +6,18 @@ and improving speed significantly:
- Export ITU T.35 metadata
- Speed improvements on blend_ on ARM
- Speed improvements on decode_coef and MSAC
- - NEON optimizations for blend*, w_mask_, ipred_dc|h|v functions for ARM64
+ - NEON optimizations for blend*, w_mask_, ipred functions for ARM64
- NEON optimizations for CDEF and warp on ARM32
- SSE2 optimizations for MSAC hi_tok decoding
- SSSE3 optimizations for deblocking loopfilters and warp_affine
- - AVX-2 optimizations for film grain
+ - AVX-2 optimizations for film grain and ipred_z2
- SSE4 optimizations for warp_affine
+ - VSX optimizations for wiener
- Fix inverse transform overflows in x86 and NEON asm
- Fix integer overflows with large frames
- Improve film grain generation to match reference code
- Improve compatibility with older binutils for ARM
+ - More advanced Player example in tools
Changes for 0.4.0 'Cheetah':
@@ -31,6 +33,7 @@ Changes for 0.4.0 'Cheetah':
- NEON optimizations for blend functions on ARM
- NEON optimizations for w_mask functions on ARM
- NEON optimizations for inverse transforms on ARM64
+ - VSX optimizations for CDEF filter
- Improve handling of malloc failures
- Simple Player example in tools