diff options
author | Markus Volk <f_l_k@t-online.de> | 2023-05-22 08:03:13 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-05-23 08:48:17 -0700 |
commit | c3cdaee57aa67cfb0c8137527d1231677e36c56d (patch) | |
tree | 87aa0cc7b4365e715710ae04efe976dd4da8b9cd /meta-multimedia/recipes-multimedia/dav1d/dav1d_1.2.0.bb | |
parent | 5a1942ebb8daeed04b4d854cc291365ae1f458d3 (diff) | |
download | meta-openembedded-c3cdaee57aa67cfb0c8137527d1231677e36c56d.tar.gz |
dav1d: update 1.1.0 -> 1.2.0
Changes for 1.2.0 'Arctic Peregrine Falcon':
-------------------------------------------
1.2.0 is a small release of dav1d, adding more SIMD and fixes
- Improvements on attachments of props and T.35 entries on output pictures
- NEON z1/z3 high bit-depth optimizations and improvements for 8bpc
- SSSE3 z2/z3 8bpc and SSSE3 z1/z3 high bit-depth optimziations
- refmvs.save_tmvs optimizations in SSSE3/AVX2/AVX-512
- AVX-512 optimizations for high bit-depth itx (16x64, 32x64, 64x16, 64x32, 64x64)
- AVX2 optimizations for 12bpc for 16x32, 32x16, 32x32 itx
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-multimedia/dav1d/dav1d_1.2.0.bb')
-rw-r--r-- | meta-multimedia/recipes-multimedia/dav1d/dav1d_1.2.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.2.0.bb b/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.2.0.bb new file mode 100644 index 000000000..5d43921b0 --- /dev/null +++ b/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.2.0.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | SUMMARY = "dav1d AV1 decoder" | ||
2 | DESCRIPTION = "Targeted to be small, portable and fast." | ||
3 | HOMEPAGE = "https://code.videolan.org/videolan/dav1d" | ||
4 | SECTION = "multimedia" | ||
5 | LICENSE = "BSD-2-Clause" | ||
6 | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=c8055cfe7548dfdaa3a6dc45d8793669" | ||
8 | |||
9 | SRC_URI = "git://code.videolan.org/videolan/dav1d.git;protocol=https;branch=master" | ||
10 | SRCREV = "676a864a11af2c0522e1f992e770589543894686" | ||
11 | |||
12 | S = "${WORKDIR}/git" | ||
13 | |||
14 | DEPENDS:append:x86 = " nasm-native" | ||
15 | DEPENDS:append:x86-64 = " nasm-native" | ||
16 | |||
17 | inherit meson | ||