Skip to content

Commit c0501f1

Browse files
committed
On the way to 0.1.0
1 parent 8bc73da commit c0501f1

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

NEWS

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
Changes for 0.0.1:
1+
Changes for 0.1.0:
22
------------------
33

4-
Initial release
4+
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2424

2525
project('dav1d', ['c'],
26-
version: '0.0.1',
26+
version: '0.1.0',
2727
default_options: ['c_std=c99',
2828
'warning_level=2',
2929
'buildtype=release',

0 commit comments

Comments
 (0)