shithub: dav1d

Download patch

ref: 0c173fd19326435e575d884b6f40ca135aed1885
parent: 6a10a981e3e1b15b4a2986b1853f4bac229a10ff
author: Jean-Baptiste Kempf <jb@videolan.org>
date: Sat Dec 15 07:29:51 EST 2018

On the road to 0.1.1

--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Changes for 0.1.1 'Gazelle':
+----------------------------
+
+ - Fix installation of includes
+ - Rewrite inverse transforms to avoid overflows
+ - More AVX-2 assembly
+
+
 Changes for 0.1.0 'Gazelle':
 ----------------------------
 
--- 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.1.0',
+    version: '0.1.1',
     default_options: ['c_std=c99',
                       'warning_level=2',
                       'buildtype=release',