ref: c0501f1f4f3947510b294dd52d5be76d1e4448a2
parent: 8bc73da35530a73c8c7c7887c5c3849de3ee8d9f
author: Jean-Baptiste Kempf <jb@videolan.org>
date: Mon Dec 10 17:34:59 EST 2018
On the way to 0.1.0
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,9 @@
-Changes for 0.0.1:
+Changes for 0.1.0:
------------------
-Initial release
+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
+ - Full acceleration for AVX-2 64bits processors, making it the fastest decoder
+ - Partial acceleration for SSSE3 processors
+ - Partial acceleration for NEON processors
--- a/meson.build
+++ b/meson.build
@@ -23,7 +23,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
project('dav1d', ['c'],
- version: '0.0.1',
+ version: '0.1.0',
default_options: ['c_std=c99',
'warning_level=2',
'buildtype=release',