aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Kempf <jb@videolan.org>2024-02-25 12:40:25 +0100
committerJean-Baptiste Kempf <jb@videolan.org>2024-03-08 22:49:10 +0000
commit162fb6d85ce9e49af64ad55f1a16df1ac07067d1 (patch)
tree69b995ed9ed13155b1b65090be6bb299619fb488
parentb9312c8dd890afbab5a66484bded0a1c5317fbcc (diff)
downloadlibdav1d-162fb6d85ce9e49af64ad55f1a16df1ac07067d1.tar.gz
Update to 1.4.1
-rw-r--r--NEWS16
-rw-r--r--meson.build2
2 files changed, 14 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 3645474..bab7ea5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Changes for 1.4.1 'Road Runner':
+--------------------------------
+
+- Optimizations for 6tap filters for NEON (ARM)
+- More RISC-V optimizations for itx (4x8, 8x4, 4x16, 16x4, 8x16, 16x8)
+- Reduction of binary size on ARM64, ARM32 and RISC-V
+- Fix out-of-bounds read in 8bpc SSE2/SSSE3 wiener_filter
+- Msac optimizations
+
+
Changes for 1.4.0 'Road Runner':
--------------------------------
@@ -26,7 +36,7 @@ Changes for 1.3.0 'Tundra Peregrine Falcon (Calidus)':
Changes for 1.2.1 'Arctic Peregrine Falcon':
--------------------------------------------
+--------------------------------------------
1.2.1 is a small release of dav1d, adding more SIMD and fixes
@@ -42,7 +52,7 @@ Changes for 1.2.1 'Arctic Peregrine Falcon':
Changes for 1.2.0 'Arctic Peregrine Falcon':
--------------------------------------------
+--------------------------------------------
1.2.0 is a small release of dav1d, adding more SIMD and fixes
@@ -55,7 +65,7 @@ Changes for 1.2.0 'Arctic Peregrine Falcon':
Changes for 1.1.0 'Arctic Peregrine Falcon':
--------------------------------------------
+--------------------------------------------
1.1.0 is an important release of dav1d, fixing numerous bugs, and adding SIMD
diff --git a/meson.build b/meson.build
index ebb0b06..e371415 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: '1.4.0',
+ version: '1.4.1',
default_options: ['c_std=c99',
'warning_level=2',
'buildtype=release',