MP4v2 v2.1.2
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()
andMP4File::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).