Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 861 Bytes

CHANGELOG.md

File metadata and controls

27 lines (20 loc) · 861 Bytes

Change Log

Unreleased

0.6.0 - 2022-08-08

  • BREAKING CHANGE: major simplification of the push API.
  • Annex B parser bugfixes.

0.5.0 - 2021-06-09

  • BREAKING CHANGE: changes to error enums; switched several h264_reader::rbsp::RbspBitReader methods to return RbspBitReaderError rather than bitreader::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 and read_se from h264_reader::rbsp::RbspBitReader, in favor of _named variants.

0.4.0 (31 Mar 2020, 5ef73dc)

...