FLVMeta Changelog

What's new in FLVMeta 1.2.2

May 4, 2020
  • Fixed heap overflow in AVC resolution parsing.
  • Fixed invalid memory access in metadata name parsing.
  • Fixed invalid memory access when reading invalid AMF date.

New in FLVMeta 1.2.1 (Sep 1, 2016)

  • Fixed spelling in documentation.
  • Fixed changelog.

New in FLVMeta 1.1.2 (May 16, 2014)

  • Added JSON as output format for check reports. (#7)
  • Fixed automake distribution of the CmakeLists.txt file used to build the man page.
  • Added support for the Travis continuous integration platform.
  • Fixed inconsistencies in FLVMeta product spelling.
  • Removed man file from Windows binary packages.

New in FLVMeta 1.1.0 Beta (Sep 27, 2013)

  • All features should be considered relatively stable unless explicitely stated otherwise
  • Added proper command line handling and help
  • Added the possibility to overwrite the input file when the output file is not specified or when both files are physically the same
  • Added support for CMake builds in addition to autotools
  • It is now the official way to build flvmeta on Windows
  • Added metadata and full file dumping, integrating former flvdump functionality into flvmeta
  • Added support for XML, YAML, and JSON formats for dumping
  • Added XML schemas describing the various formats used by flvmeta
  • Added a file checking feature
  • Added the possibility to print output file metadata after a successful update using one of the supported formats
  • Added a feature to insert custom metadata strings while updating
  • Added an option to disable insertion of the onLastSecond event
  • Added an option to preserve existing metadata tags if possible
  • Added an option to fix invalid tags while updating (this is a highly experimental feature, should be used with caution)
  • Added an option to ignore invalid tags as much as possible instead of exiting at the first error detected
  • Added an option to reset the file timestamps in order to correctly start at zero, for example if the file has been incorrectly split by buggy tools
  • Added an option to display informative messages while processing not quite exhaustive for the moment)
  • Changed keyframe index generation so only the first keyframe for a given timestamp will be indexed. This behaviour can be overriden with the --all-keyframes/-k option

New in FLVMeta 1.0.6 (Jul 30, 2008)

  • Fixed a flvdump crash.