SHA256
1
0
forked from pool/dav1d

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

- Update to version 1.2.1
  * Fix a threading race on task_thread.init_done
  * NEON z2 8bpc and high bit-depth optimizations
  * SSSE3 z2 high bit-depth optimziations
  * Fix a desynced luma/chroma planes issue with Film Grain
  * Reduce memory consumption
  * Improve dav1d_parse_sequence_header() speed
  * OBU: Improve header parsing and fix potential overflows
  * OBU: Improve ITU-T T.35 parsing speed
  * Misc buildsystems, CI and headers fixes

OBS-URL: https://build.opensuse.org/request/show/1090363
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/dav1d?expand=0&rev=67
This commit is contained in:
2023-06-01 15:43:18 +00:00
committed by Git OBS Bridge
parent 9bffb40569
commit 5962114496
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Jun 1 14:49:36 UTC 2023 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 1.2.1
* Fix a threading race on task_thread.init_done
* NEON z2 8bpc and high bit-depth optimizations
* SSSE3 z2 high bit-depth optimziations
* Fix a desynced luma/chroma planes issue with Film Grain
* Reduce memory consumption
* Improve dav1d_parse_sequence_header() speed
* OBU: Improve header parsing and fix potential overflows
* OBU: Improve ITU-T T.35 parsing speed
* Misc buildsystems, CI and headers fixes
-------------------------------------------------------------------
Wed May 31 21:02:21 UTC 2023 - Jan Engelhardt <jengelh@inai.de>