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 a potential crash if the input file contains an invalid tag bigger than the biggest detected valid tag. Added missing calls to `free'. More... over 14 years ago
Reverted a change in header files inclusion order which had broken LFS. More... over 14 years ago
Fixed a variable initialisation-related warning. More... over 14 years ago
Added a replacement function for tmpfile on Win32. Added support for in-place updating of flv files. More... over 14 years ago
Fixed stat return value check. More... over 14 years ago
Fixed a GCC 4.4 compilation warning. More... over 14 years ago
Fixed a compilation warning in update.c. Added a function to accurately determine whether two paths physically represent the same file. More... over 14 years ago
Credited Anton Gorodchanin for his patches. Added package vendor CMakeLists.txt. Removed dependancy to structure packing by using the flv.h functions in update.c. More... over 14 years ago
Merged patches from anton.gorodchanin: - Fixed a crash when the output file is not specified for the --update command - Fixed AVC resolution calculated incorrectly when frame cropping rectangle is used More... over 14 years ago
Removed useless flvmeta.h inclusion from amf.c. Renamed flvmeta_fseek/ftell to lfs_fseek/ftell to better reflect their role. Fixed metadata dumping performance by stopping the parsing as soon as onMetadata has been found. Fixed flv stream reading not to depend on non-portable structure packing anymore ; this should fix flv file dumping on Solaris/SPARC (not metadata updating yet). Added flv_reset implementation. More... over 14 years ago
Fixed CMake packaging. Fixed an MJSON compilation warning. More... over 14 years ago
Updated MJSON to version 1.2. Updated JSON dumping to use MJSON new features. More... over 14 years ago
Fixed a CMake build issue. Fixed memory leaks in amf.c thanks to [email protected]. Fixed a video resolution detection bug in the case the first video frame is not a keyframe thanks to podawan. More... over 14 years ago
Fixed 0xF000 => 0xF00000 (15728640). More... over 14 years ago
changed inject.* back into update.* in prevision of the future injection from file functionality. Fixed timestamp handling so extended timestamps will only be used if the difference between consecutive decreasing tags is > 0xF000. More... over 14 years ago
Removed unneeded case scoping. More... over 14 years ago
Added output of the FLV signature in the JSON export. Fixed a bug caused by invalid compiler optimizations. More... over 14 years ago
Added JSON full file dumping (-Fj). Fixed a bug causing the creation of NULL AMF strings. More... over 14 years ago
Fixed strict-aliasing rule violations in mjson. Removed outdated patch. More... over 14 years ago
Fixed compilation warnings. More... over 14 years ago
Added support for JSON metadata dumping (--dump --dump-format=json). Simplified metadata dumping callbacks. More... over 14 years ago
Updated the mjson parser to version 1.1. Added the patch to mjson library. More... over 14 years ago
Fixed GCC warnings. Fixed configure.ac to include schemas subdirectory. More... over 14 years ago
Fixed metadata preservation so flvmeta-computed tags take precedence over existing ones. Fixed cuePoints insertion so original cuepoints won't be replaced by an empty array. More... over 14 years ago
Added support for the --preserve option. Added an API to clone AMF data objects. Added an API to set AMF associative arrays and objects elements by name. Modified amf_object_add so const char * are used from the user standpoint. More... over 14 years ago
Added schemas to the automake files. More... over 14 years ago
Updated AUTHORS, THANKS, and NEWS. More... over 14 years ago
Fixed amf_data_dump numeric format. Fixed extended timestamp handling. More... over 14 years ago
Small fix in the FLV schema. Removed flv.c dependency to flvmeta.h. Cleaned up error codes. More... almost 15 years ago
Fixed duplicate command switch for --extract-video (not implemented yet). More... almost 15 years ago