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>2020-11-23 13:13:01 +0300
committerJean-Baptiste Kempf <jb@videolan.org>2020-11-23 23:17:09 +0300
commit2ca1bfc39fe5c182d885f2750779d5b1678d8ef9 (patch)
treeefa9cebf5b0ecd64bce62908bb008aad7460df7c
parent236e1122da50c23d95766682590d546f787684ea (diff)
Update NEWS for 0.8.00.8.0
-rw-r--r--NEWS15
-rw-r--r--meson.build2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1294dc5..302a2f7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Changes for 0.8.0 'Eurasian hobby":
+-----------------------------------
+
+0.8.0 is a major update for dav1d:
+ - Improve the performance by using a picture buffer pool;
+ The improvements can reach 10% on some cases on Windows.
+ - Support for Apple ARM Silicon
+ - ARM32 optimizations for 8bit bitdepth for ipred paeth, smooth, cfl
+ - ARM32 optimizations for 10/12/16bit bitdepth for mc_avg/mask/w_avg,
+ put/prep 8tap/bilin, wiener and CDEF filters
+ - ARM64 optimizations for cfl_ac 444 for all bitdepths
+ - x86 optimizations for MC 8-tap, mc_scaled in AVX2
+ - x86 optimizations for CDEF in SSE and {put/prep}_{8tap/bilin} in SSSE3
+
+
Changes for 0.7.1 'Frigatebird':
------------------------------
diff --git a/meson.build b/meson.build
index 4b72388..8c936fd 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.7.1',
+ version: '0.8.0',
default_options: ['c_std=c99',
'warning_level=2',
'buildtype=release',