1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed file offset when checking for data tags overflows. Fixed flv file dump stopping when encountering an empty tag body. More... about 13 years ago
Added more checks. More... about 13 years ago
Fixed metadata dumping so that all occurrences of an event are dumped when using the -e/--event option. More... about 13 years ago
Added an option (-e/--event) to dump specific metadata events. More... about 13 years ago
Fixed a few more memory leaks introduced by the new AMF data error handling code. More... about 13 years ago
Fixed two memory leaks. Fixed a GCC warning. More... about 13 years ago
Improved AMF reading error reporting so an error is not considered as an end-of-file condition anymore (experimental). Fixed video format change checking, to only compare video codecs, instead of the whole tag. More... about 13 years ago
Raised max `acceptable' tag body length. Added more checks (need to organize message codes). More... about 13 years ago
Fixed a crash at the end of the check procedure. Added more checks. More... over 13 years ago
Unified function linkage in header files. Reversed file include order in info.c to fix a GCC warning. More... over 13 years ago
Added more checks. Added a function to compute metadata for checking purpose. Fixed some line encodings. More... over 13 years ago
Updated copyright notices to 2011. Fixed configure.ac so flvmeta can be built without pkg-config installed. Moved information gathering functions to their own file. Changed the "first timestamp should be zero" warning into an error. More... over 13 years ago
Reverted previous commit: using Subversion_WC_INFO causes an error if we're not in a working copy. More... over 13 years ago
Modified CMakeLists.txt to use the FindSubversion script. More... over 13 years ago
Empty tags are not considered as errors by default. More... over 13 years ago
Do not give up updating when encountering an empty tag in --ignore mode. More... over 13 years ago
Updated README and TODO. More... over 13 years ago
Fixed empty tag error message displayed as write open error. Modified invalid checked file error code from 9 to 10 because of the missing code for empty tag error. More... over 13 years ago
Fixed program help. Added latest modifications to changelog. More... over 13 years ago
Do not generate keyframe indices with duplicate timestamps. Added --all-keyframes/-k option to index all keyframes regardless of timestamp. More... over 13 years ago
Refactored command-line parsing to have better control over code paths. Fixed additional metadata deallocation if not used. More... almost 14 years ago
Fixed typo. More... almost 14 years ago
Fixed compilation in Visual C++ 2010. More... almost 14 years ago
Fixed generation of Windows 64bit packages. More... almost 14 years ago
Added video frame type and codec check. More... almost 14 years ago
Added support for the --quiet option. Added audio tags checking. Fixed handling of empty body tags in flv functions. Fixed check exit code in case the file has errors. More... almost 14 years ago
Added more checks. Added flv_get_offset and flv_tag_get_stream_id. More... almost 14 years ago
Used the new flv_tag_get_body_length api where applicable. More... almost 14 years ago
Removed redundant code checking for the flv header signature. More... about 14 years ago
Added checks for the flv header. Added helper macros to deal with flv structures. More... about 14 years ago