dav1d/NEWS

62 lines
2.0 KiB
Plaintext
Raw Normal View History

2019-05-11 17:23:10 +02:00
Changes for 0.3.1 'Sailfish':
------------------------------
- Fix a buffer overflow in frame-threading mode on SSSE3 CPUs
- Reduce binary size, notably on Windows
- SSSE3 optimizations for ipred_filter
- ARM optimizations for MSAC
2019-04-24 11:42:54 +02:00
Changes for 0.3.0 'Sailfish':
------------------------------
This is the final release for the numerous speed improvements of 0.3.0-rc.
It mostly:
- Fixes an annoying crash on SSSE3 that happened in the itx functions
Changes for 0.2.2 (0.3.0-rc) 'Antelope':
-----------------------------
2019-03-13 23:39:00 +01:00
2019-04-19 09:16:39 +02:00
- Large improvement on MSAC decoding with SSE, bringing 4-6% speed increase
The impact is important on SSSE3, SSE4 and AVX-2 cpus
- SSSE3 optimizations for all blocks size in itx
- SSSE3 optimizations for ipred_paeth and ipref_cfl (420, 422 and 444)
- Speed improvements on CDEF for SSE4 CPUs
- NEON optimizations for SGR and loop filter
- Minor crashes, improvements and build changes
2019-03-13 23:39:00 +01:00
2019-03-04 18:15:48 +01:00
Changes for 0.2.1 'Antelope':
----------------------------
2019-03-09 10:55:02 +01:00
- SSSE3 optimization for cdef_dir
- AVX-2 improvements of the existing CDEF optimizations
- NEON improvements of the existing CDEF and wiener optimizations
- Clarification about the numbering/versionning scheme
2019-03-04 18:15:48 +01:00
2019-03-01 18:48:01 +01:00
Changes for 0.2.0 'Antelope':
2018-12-15 12:29:51 +01:00
----------------------------
2019-03-01 18:48:01 +01:00
- ARM64 and ARM optimizations using NEON instructions
- SSSE3 optimizations for both 32 and 64bits
- More AVX-2 assembly, reaching almost completion
2018-12-15 12:29:51 +01:00
- Fix installation of includes
- Rewrite inverse transforms to avoid overflows
2019-03-01 18:48:01 +01:00
- Snap packaging for Linux
- Updated API (ABI and API break)
- Fixes for un-decodable samples
2018-12-15 12:29:51 +01:00
2018-12-11 15:14:56 +01:00
Changes for 0.1.0 'Gazelle':
----------------------------
2018-12-10 22:34:59 +01:00
Initial release of dav1d, the fast and small AV1 decoder.
- Support for all features of the AV1 bitstream
- Support for all bitdepth, 8, 10 and 12bits
2018-12-11 15:14:56 +01:00
- Support for all chroma subsamplings 4:2:0, 4:2:2, 4:4:4 *and* grayscale
2018-12-10 22:34:59 +01:00
- Full acceleration for AVX-2 64bits processors, making it the fastest decoder
- Partial acceleration for SSSE3 processors
- Partial acceleration for NEON processors