- BREAKING CHANGE: major simplification of the push API.
- Annex B parser bugfixes.
- BREAKING CHANGE: changes to error enums; switched several
h264_reader::rbsp::RbspBitReader
methods to returnRbspBitReaderError
rather thanbitreader::BitReaderError
. - bug fixes, mostly found by fuzzing.
- API additions:
h264_reader::rbsp::decode_nal
.h264_reader::nal::sps::SeqParameterSet::rfc6381
h264_reader::nal::sps::SeqParameterSet::pixel_dimensions
- exposed fields in
h264_reader::nal::sps::TimingInfo
- exposed inner u8 value of
h264_reader::nal::sps::ConstraintFlags
- removed
read_ue
andread_se
fromh264_reader::rbsp::RbspBitReader
, in favor of_named
variants.
...