Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 760 Bytes

Changelog.md

File metadata and controls

33 lines (26 loc) · 760 Bytes

v0.4.0

  • Bug fix the H26x NAL support with large files
  • Add OBU annexB support

v0.3.3

  • Add es_extractor_new_with_read_func api
  • clean the clang-format as a pre-commit hook

v0.3.2

  • Add more tests to the test suite
  • Add es_extractor_set_options api
  • Add es_extractor_video_format api
  • Copy data to an Unleashed packet
  • Fix stream discovery after es_extractor_new
  • Add clang-format in ci

v0.3.1

  • Unify the API to use packet instead of frame keyword

v0.3.0

  • Redesign the library to support multiple format
  • Detach the reader from the parser
  • Add IVF support

v0.2.4:

  • First official revision
  • Add a smart logger to avoid logs in CTS

v0.2.3

  • Support H264 and H265 with alignment NAL and AU

v0.1.0:

  • First revision