-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
Changes for 0.1.0: | ||
------------------ | ||
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 |