Skip to content

MP4v2 v2.1.2

Compare
Choose a tag to compare
@enzo1982 enzo1982 released this 09 Feb 23:59
· 36 commits to main since this release

Changes since the MP4v2 v2.1.1 release:

  • Fixed a file-seeking a issue observed on Windows when compiled with _WIN32_WINNT < 0x600 and linked against modern CRT DLLs.
  • Fixed superfluous null terminators in udta.name fields not being stripped.
  • Added checks to handle insufficient buffer size in MP4File::MakeTrackName() and MP4File::MakeTrackEditName().
  • GNU Autotools builds now support the SOURCE_DATE_EPOCH environment variable to enable reproducible builds (thanks @jelly).
  • Added support for building with CMake versions down to 3.0.
  • Fixed several CMake warnings (thanks @ax487).