SHA256
1
0
forked from pool/dav1d

Accepting request 1158158 from home:alois:branches:multimedia:libs

- Update to version 1.4.1
  * 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

OBS-URL: https://build.opensuse.org/request/show/1158158
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/dav1d?expand=0&rev=78
This commit is contained in:
2024-03-15 08:11:50 +00:00
committed by Git OBS Bridge
parent 14715c0835
commit cf53db5c02
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Mar 15 07:49:30 UTC 2024 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 1.4.1
* 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
-------------------------------------------------------------------
Wed Feb 14 20:10:15 UTC 2024 - Luigi Baldoni <aloisio@gmx.com>