1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 6 hours ago.
Jun 02, 2023 — Jun 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed missing exit when no input file is given. More... almost 15 years ago
Fixed some warnings. Fixed AMF string XML dumping. More... almost 15 years ago
Fixed XML schemas to make generation easier. Fixed sample XML dumps accordingly. Completed XML full file dumping and onMetaData dumping. Removed useless AMF event-based `parser'. More... almost 15 years ago
Fixed XML generation to comply with the schema. Added documentation for the future commands allowing to extract audio and video data. More... almost 15 years ago
Fixed video resolution detection causing a crash in the case the video tag data body has less data than required. More... almost 15 years ago
Fixed file keywords properties. More... almost 15 years ago
Fixed file keywords. More... almost 15 years ago
Renamed update.* into inject.*. Merged NEWS from 1.0.x branch. More... almost 15 years ago
Modified the `update' command into `inject' to better reflect its role. More... almost 15 years ago
Fixed error messages showing bad filenames. Fixed timestamp handling again. Improved invalid file handling, specifically in the case there is invalid data after the last tag. Fixed invalid information reading when reading invalid tags which could potentially lead to memory overflow and creation of invalid files. Removed unused XSD schema variable. Fixed invalid test message. More... almost 15 years ago
Added XML schemas for FLV and AMF0. Added an event based AMF iterator (incomplete). Added and fixed the msjson JSON parser. Partially implemented XML FLV file dump. Implemented a full FLV parsing API, with stream objects and an event based API. Deleted flvdump.c. Added support for the -l, --no-lastsecond option. More... about 15 years ago
Updated ChangeLog. More... about 15 years ago
Added support for the --add option. Added support for the --verbose option. Added support for the --ignore option. Fixed large file support definitions for Win32. More... about 15 years ago
Fixed cmake build and added support for windows binary distribution generation. Made cmake the official Win32 build platform. Removed unused files, memory mapping support is not used anymore. Fixed header include in amf.c. Cleaned up large file support. General code organisation cleanup. More... about 15 years ago
Backported changes from the 1.0.x branch. - large file support - AVC codec support - new codecs and frame types support - fixed AMF date handling - many other minor fixes More... about 15 years ago
Fixed a bug where two consecutive tags of different types and with decreasing timestamps would cause extended timestamps to be incorrectly used for the next tags (first fixed in the 1.0.x branch). More... about 15 years ago
Added an indentation space to the command line options help. More... over 15 years ago
stream.c compilation fixes. Updated copyright notices. Cosmetic change to src/CMakeLists.txt. Fixed redundant definition from config-cmake.h.in. More... over 15 years ago
Fixed CMakeLists and config-cmake.h.in for Win32. Added stream.h and stream.c. More... over 15 years ago
Fixed CMakeLists.txt file names. Added config-cmake.h.in for cmake builds. Fixed types.h to include stdint.h if necessary. More... over 15 years ago
Added experimental support for CMake builds for Windows. Fixed compilation as C code in Visual C++. Do not use C++ exceptions in Visual C++. Do not fopen outputfile as "w+b" but "wb". More... over 15 years ago
Fixed options mismatch. Fixed update_metadata declaration. Got rid of non-portable strcmpi. Fixed an uninitialized variable. More... over 15 years ago
Compilation fix. More... over 15 years ago
Put update code into update.c and update.h. types.h does not depend on flvmeta.h anymore. Command-line parsing. More... over 15 years ago
Added some command-line switches. More... over 15 years ago
Added support for JPEG video frames. More... over 15 years ago
Updated THANKS, README, and NEWS. Added invalid timestamps correction. Fixed command-line usage. More... over 15 years ago
flvdump.c: Fixed a bug causing the FLV parsing to lose track of tags in the case of malformed metadata. flvdump.c: Added invalid timestamp correction. More... over 15 years ago
Added flv.c to flvmeta.vcproj. More... over 15 years ago
Removed duplicate linefeeds. More... over 15 years ago