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
diff options
context:
space:
mode:
authorJean-Baptiste Kempf <jb@videolan.org>2019-05-11 18:23:10 +0300
committerJean-Baptiste Kempf <jb@videolan.org>2019-05-11 18:23:10 +0300
commitc9427fd43a17d654402f49f8ce28c4991c7024da (patch)
treebe4885962ad7208eced898835d82fda8ccd5fd8c
parent6bb75a9d76f0bb7dd9f2c7b9056a19db0baf9015 (diff)
Update NEWS and version for 0.3.10.3.1
-rw-r--r--NEWS9
-rw-r--r--meson.build2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index aeb2d85..69de42e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Changes for 0.3.1 'Sailfish':
+------------------------------
+
+ - Fix a buffer overflow in frame-threading mode on SSSE3 CPUs
+ - Reduce binary size, notably on Windows
+ - SSSE3 optimizations for ipred_filter
+ - ARM optimizations for MSAC
+
+
Changes for 0.3.0 'Sailfish':
------------------------------
diff --git a/meson.build b/meson.build
index 35aabf2..0d28019 100644
--- 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.0',
+ version: '0.3.1',
default_options: ['c_std=c99',
'warning_level=2',
'buildtype=release',