SHA256
1
0
forked from pool/dav1d

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

- Update to version 0.4.0
  * Fix playback with unknown OBUs
  * Add an option to limit the maximum frame size
  * SSE2 and ARM64 optimizations for MSAC
  * Improve speed on 32bits systems
  * Optimization in obmc blend
  * Reduce RAM usage significantly
  * The initial PPC SIMD code, cdef_filter
  * NEON optimizations for blend functions on ARM
  * NEON optimizations for w_mask functions on ARM
  * NEON optimizations for inverse transforms on ARM64
  * Improve handling of malloc failures
  * Simple Player example in tools
- Dropped dav1d.armv6.patch (merged upstream)
- Bumped SOVERSION to 2

OBS-URL: https://build.opensuse.org/request/show/721087
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/dav1d?expand=0&rev=22
This commit is contained in:
2019-08-05 15:06:26 +00:00
committed by Git OBS Bridge
parent e032b7c190
commit a31b34b9f3
6 changed files with 27 additions and 26 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Aug 5 14:55:40 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 0.4.0
* Fix playback with unknown OBUs
* Add an option to limit the maximum frame size
* SSE2 and ARM64 optimizations for MSAC
* Improve speed on 32bits systems
* Optimization in obmc blend
* Reduce RAM usage significantly
* The initial PPC SIMD code, cdef_filter
* NEON optimizations for blend functions on ARM
* NEON optimizations for w_mask functions on ARM
* NEON optimizations for inverse transforms on ARM64
* Improve handling of malloc failures
* Simple Player example in tools
- Dropped dav1d.armv6.patch (merged upstream)
- Bumped SOVERSION to 2
-------------------------------------------------------------------
Mon May 13 19:48:51 UTC 2019 - olaf@aepfle.de