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:
authorJanne Grunau <janne-vlc@jannau.net>2021-01-01 23:26:05 +0300
committerJanne Grunau <janne-vlc@jannau.net>2021-01-01 23:36:25 +0300
commit6ed5fafb42c651c24b6a65fd4f50ed426fd72d65 (patch)
tree26a84d8741067a66a148231fe935e9d8a7f6919c
parent7424f8e896b229ee07e828b3ad995e846e49a024 (diff)
Update NEWS for 0.8.10.8.1
-rw-r--r--NEWS12
-rw-r--r--meson.build2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 302a2f7..b8adebc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Changes for 0.8.1 'Eurasian hobby":
+-----------------------------------
+
+0.8.1 is a minor update on 0.8.0:
+ - Keep references to buffers valid after dav1d_close(). Fixes a regression
+ caused by the picture buffer pool added in 0.8.0.
+ - ARM32 optimizations for 10bit bitdepth for SGR
+ - ARM32 optimizations for 16bit bitdepth for blend/w_masl/emu_edge
+ - ARM64 optimizations for 10bit bitdepth for SGR
+ - x86 optimizations for wiener in SSE2/SSSE3/AVX2
+
+
Changes for 0.8.0 'Eurasian hobby":
-----------------------------------
diff --git a/meson.build b/meson.build
index 8c936fd..07b2586 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.8.0',
+ version: '0.8.1',
default_options: ['c_std=c99',
'warning_level=2',
'buildtype=release',