Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 935 Bytes

CHANGELOG.md

File metadata and controls

18 lines (11 loc) · 935 Bytes

re_mp4 Changelog

0.3.0 - 2024-11-13 - Handle time shifts

  • Account for video with DTS shift and resulting negative dts values #16 by @Wumpf
  • Shift DTS & CTS by minimum CTS to mimick ffprobe's behavior #17 by @Wumpf

0.2.1 - 2024-11-12 - Bug fixes

  • Fix integer overflow when ctts contains entries with negative offsets #14 by @Wumpf
  • Handle negative data_offset in TrunBox #15 by @Wumpf

0.2.0 - 2024-11-11 - Faster video parsing

  • Optimize mp4 parse times by not copying video data #12 by @jprochazk

0.1.0 - 2024-10-14

Initial release