summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.4.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* dav1d: update 1.4.3 -> 1.5.0Markus Volk2025-01-101-20/+0
| | | | | | | | | | | | | | | | | | | | | | | Changes for 1.5.0 'Sonic': -------------------------- 1.5.0 is a major release of dav1d, that: - WARNING: we removed some of the SSE2 optimizations, so if you care about systems without SSSE3, you should be careful when updating! - Add Arm OpenBSD run-time CPU feature - Optimize index offset calculations for decode_coefs - picture: copy HDR10+ and T35 metadata only to visible frames - SSSE3 new optimizations for 6-tap (8bit and hbd) - AArch64/SVE: Add HBD subpel filters using 128-bit SVE2 - AArch64: Add USMMLA implempentation for 6-tap H/HV - AArch64: Optimize Armv8.0 NEON for HBD horizontal filters and 6-tap filters - Power9: Optimized ITX till 16x4. - Loongarch: numerous optimizations - RISC-V optimizations for pal, cdef_filter, ipred, mc_blend, mc_bdir, itx - Allow playing videos in full-screen mode in dav1dplay Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dav1d: Disable asm code on rv32Khem Raj2024-09-171-0/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dav1d: update 1.4.2 -> 1.4.3Markus Volk2024-07-191-0/+17
- set nobranch=1 to fix: This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. Changes for 1.4.3 'Road Runner': -------------------------------- 1.4.3 is a small release focused on security issues - AArch64: Fix potential out of bounds access in DotProd H/HV filters - cli: Prevent buffer over-read Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>