NEWS: update for latest AV1 changes

This commit is contained in:
Moritz Bunkus 2018-10-07 22:11:14 +02:00
parent 3571f4ab4c
commit 8a242267be
No known key found for this signature in database
GPG Key ID: 74AF00ADF2E32C85

11
NEWS.md
View File

@ -11,6 +11,17 @@
substreams. Implements #2377.
* mkvmerge, mkvextract: simple text subtitles: added a workaround for simple
text subtitle tracks that don't contain a duration. Implements #2397.
* mkvmerge: AV1 parser: updated the code for the finalized AV1 bitstream
specification. Part of the implementation of #2261.
* mkvmerge: AV1 packetizer: updated the code for the finalized AV1-in-Matroska
& WebM mapping specification. Part of the implementation of #2261.
* mkvmerge: AV1 support: the `--engage enable_av1` option has been removed
again. Part of the implementation of #2261.
* mkvmerge: MP4 reader: added support for AV1. Part of the implementation of
#2261.
* mkvextract: added support for extracting AV1 to IVF. Part of the
implementation of #2261.
## Bug fixes