Welcome to mirror list, hosted at ThFree Co, Russian Federation.

NEWS - github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/NEWS
blob: f1e690d0f2a881e1870c5aaf056553d3ea0f603b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Changes for 0.1.1 'Gazelle':
----------------------------

 - Fix installation of includes
 - Rewrite inverse transforms to avoid overflows
 - More AVX-2 assembly


Changes for 0.1.0 'Gazelle':
----------------------------

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
 - Support for all chroma subsamplings 4:2:0, 4:2:2, 4:4:4 *and* grayscale
 - Full acceleration for AVX-2 64bits processors, making it the fastest decoder
 - Partial acceleration for SSSE3 processors
 - Partial acceleration for NEON processors