diff options
| author | Markus Volk <f_l_k@t-online.de> | 2026-02-18 13:26:46 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-02-20 23:34:18 -0800 |
| commit | 87a9e44a8d8771825600bede4cad80d3b9a80e90 (patch) | |
| tree | 74b1121128f687842d1c163d513a2512c45b8dda | |
| parent | 051eaf06fdb9759b81b84e5835b6fc928e2520a9 (diff) | |
| download | meta-openembedded-87a9e44a8d8771825600bede4cad80d3b9a80e90.tar.gz | |
dav1d: update 1.5.2 -> 1.5.3
Changes for 1.5.3 'Sonic':
--------------------------
1.5.3 is a minor release of dav1d, focused on RISC-V and maintenance:
- Misc small optimizations
- RISC-V assembly optimizations for ipred, emu_edge and w_mask,
and VLEN 512 for blend functions
- Fix issue with ivf files with 0 frames in tools
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-multimedia/recipes-multimedia/dav1d/dav1d_1.5.3.bb (renamed from meta-multimedia/recipes-multimedia/dav1d/dav1d_1.5.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.5.2.bb b/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.5.3.bb index e8f4126a9a..6c092c1649 100644 --- a/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.5.2.bb +++ b/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.5.3.bb | |||
| @@ -7,7 +7,7 @@ LICENSE = "BSD-2-Clause" | |||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=48d9210a87a24f62609b5a4f777d8dfe" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=48d9210a87a24f62609b5a4f777d8dfe" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://code.videolan.org/videolan/dav1d.git;protocol=https;nobranch=1" | 9 | SRC_URI = "git://code.videolan.org/videolan/dav1d.git;protocol=https;nobranch=1" |
| 10 | SRCREV = "c720f4d3556a01916324aea155555d3efba842e8" | 10 | SRCREV = "b546257f770768b2c88258c533da38b91a06f737" |
| 11 | 11 | ||
| 12 | DEPENDS:append:x86 = " nasm-native" | 12 | DEPENDS:append:x86 = " nasm-native" |
| 13 | DEPENDS:append:x86-64 = " nasm-native" | 13 | DEPENDS:append:x86-64 = " nasm-native" |
