SHA256
1
0
forked from pool/dav1d

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

- Update to version 0.2.0
  * ARM64 and ARM optimizations using NEON instructions
  * SSSE3 optimizations for both 32 and 64bits
  * More AVX-2 assembly, reaching almost completion
  * Fix installation of includes
  * Rewrite inverse transforms to avoid overflows
  * Snap packaging for Linux
  * Updated API (ABI and API break)
  * Fixes for un-decodable samples

OBS-URL: https://build.opensuse.org/request/show/681527
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/dav1d?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2019-03-04 18:47:57 +00:00
committed by Git OBS Bridge
parent 96116fc01b
commit b2f6a68261
4 changed files with 21 additions and 8 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Mar 4 17:31:53 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 0.2.0
* ARM64 and ARM optimizations using NEON instructions
* SSSE3 optimizations for both 32 and 64bits
* More AVX-2 assembly, reaching almost completion
* Fix installation of includes
* Rewrite inverse transforms to avoid overflows
* Snap packaging for Linux
* Updated API (ABI and API break)
* Fixes for un-decodable samples
-------------------------------------------------------------------
Thu Dec 13 13:21:36 UTC 2018 - Jan Engelhardt <jengelh@inai.de>