shithub: dav1d

Download patch

ref: 5f63e531b9d10a09afe0a6b4875ca4852a7e58c1
parent: afee1ac744864f31b2ff3da5ef48ddb186a00dad
author: Jean-Baptiste Kempf <jb@videolan.org>
date: Fri Aug 2 19:35:51 EDT 2019

dav1d 0.4.0

--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,7 @@
  - Improve speed on 32bits systems
  - Optimization in obmc blend
  - Reduce RAM usage significantly
- - The initial PPC SIMD code
+ - The initial PPC SIMD code, cdef_filter
  - NEON optimizations for blend functions on ARM
  - NEON optimizations for w_mask functions on ARM
  - NEON optimizations for inverse transforms on ARM64
--- 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.3.1',
+    version: '0.4.0',
     default_options: ['c_std=c99',
                       'warning_level=2',
                       'buildtype=release',