We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bc73da commit c0501f1Copy full SHA for c0501f1
2 files changed
NEWS
@@ -1,4 +1,9 @@
1
-Changes for 0.0.1:
+Changes for 0.1.0:
2
------------------
3
4
-Initial release
+Initial release of dav1d, the fast and small AV1 decoder.
5
+ - Support for all features of the AV1 bitstream
6
+ - Support for all bitdepth, 8, 10 and 12bits
7
+ - Full acceleration for AVX-2 64bits processors, making it the fastest decoder
8
+ - Partial acceleration for SSSE3 processors
9
+ - Partial acceleration for NEON processors
meson.build
@@ -23,7 +23,7 @@
23
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24
25
project('dav1d', ['c'],
26
- version: '0.0.1',
+ version: '0.1.0',
27
default_options: ['c_std=c99',
28
'warning_level=2',
29
'buildtype=release',
0 commit comments