shithub: dav1d

Download patch

ref: c688d5b24690c52294620e1a859f8948b349ec85
parent: be60b142e734c0f24be50049e616c0cdf149a1b6
author: Jean-Baptiste Kempf <jb@videolan.org>
date: Wed Oct 9 04:55:25 EDT 2019

Update NEWS for 0.5.0

--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Changes for 0.5.0 'Asiatic Cheetah':
+----------------------------
+
+0.5.0 is a medium release fixing regressions and minor issues,
+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 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
+ - SSE4 optimizations for warp_affine
+ - 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
+
+
 Changes for 0.4.0 'Cheetah':
 ----------------------------
 
@@ -38,7 +58,7 @@
  - 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)
+ - SSSE3 optimizations for ipred_paeth and ipred_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
--- 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.4.0',
+    version: '0.5.0',
     default_options: ['c_std=c99',
                       'warning_level=2',
                       'buildtype=release',