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

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Kempf <jb@videolan.org>2022-03-12 20:28:30 +0300
committerJean-Baptiste Kempf <jb@videolan.org>2022-03-15 09:41:00 +0300
commita05a1cfd1f5998c1d7f3ef31f4ae042a4a3cb398 (patch)
tree99f94a97a04100f359b2368fde0d06e18416ff96
parentb1a5189c9d37c837099ce50852b6ce9597b89b0c (diff)
NEWS
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6158d78..6e0c542 100644
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,8 @@ an automatic thread management.
It also adds support for AVX-512 acceleration, and adds speedups to existing x86
code (from SSE2 to AVX2).
-1.0.0 adds new grain API to ease acceleration on the GPU.
+1.0.0 adds new grain API to ease acceleration on the GPU, and adds an API call
+to get information of which frame failed to decode, in error cases.
Finally, 1.0.0 fixes numerous small bugs that were reported since the beginning
of the project to have a proper release.