SHA256
1
0
forked from pool/dav1d

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

- Update to version 1.0.0
  * Automatic thread management.
  * Add support for AVX-512 acceleration.
  * x86 code speedup (from SSE2 to AVX2).
  * New grain API to ease acceleration on the GPU.
  * New API call to get information of which frame failed to
    decode, in error cases.
  * Numerous small bug fixes.
- Bump soversion to 6

OBS-URL: https://build.opensuse.org/request/show/962892
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/dav1d?expand=0&rev=50
This commit is contained in:
2022-03-18 16:34:05 +00:00
committed by Git OBS Bridge
parent ea969210da
commit 5056fc4ae5
5 changed files with 20 additions and 7 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Mar 18 16:02:49 UTC 2022 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 1.0.0
* Automatic thread management.
* Add support for AVX-512 acceleration.
* x86 code speedup (from SSE2 to AVX2).
* New grain API to ease acceleration on the GPU.
* New API call to get information of which frame failed to
decode, in error cases.
* Numerous small bug fixes.
- Bump soversion to 6
-------------------------------------------------------------------
Fri Sep 3 17:07:36 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>