FFmpegSource2 Changelog
- 2.13
- Fixed a bug where the Avisynth plugin would drop the last frame when converting to CFR (lanwcp)
- The Avisynth plugin will now attempt to detect and use NTSC fractional framerates for CFR files if applicable, instead of reporting something based on the average framerate (astrange, TheFluff)
- The errorhandling parameter to FFIndex() will now actually do what the documentation claims it does (TheFluff)
- Fixed a progress reporting crash when opening images (TheFluff)
- Replaced the CMake build system with an autotools one that hopefully works better (Kovensky)
- Fixed various compilation issues with MinGW (TheFluff)
- Fixed h264 in mkv which was remuxed from bd sources, there are no longer decoding artifacts after seeking
- Use pts instead of dts for seeking with lavf, fixes various timecode problems on mp4 files with certain obscure delay headers
- Now compresses the index files with zlib to save space
- Removed the boost dependency
- Fixed the framerate calculation for AVC video in the RFF modes
- Improved/fixed the NVOP detection in MPEG4 and how timestamps are calculated (lanwcp, Myrsloik)
- Fixed an issue where the first 15 audio frames would never be redecoded if needed again
- Fixed/added support for uncompressed video and audio formats in matroska, fixes Blank.Clip.720p.x264-darkhold.mkv (Emess)
- The indexer and test is now statically linked so no extra runtimes are needed
- FFmpeg is now compiled with runtime cpu detection, allows opterons and old cpus to work properly
- Updated FFmpeg to rev 21782
- 2.12
- Added support for (L)PCM in TS/PS
- Fixed some possible memory corruption on initialization in the indexers
- Improved the API slightly by making resolution and colorspace frame properties only like they actually are
- Fixed adjustdelay=-1 when no video track is present, previously it would crash
- Updated FFmpeg to rev 19824, FFmpeg-mt unchanged at 24/08/2009 - with faad2, opencore-amr nb/wb, and pthreads
- 2.11
- Now 100% less beta
- FFMSIndex can now write timecode files
- Optimized index reading and writing, file opening should be faster especially for big files
- Fixed a crash bug on zlib compressed streams in matroska
- Added an argument to FFAudioSource that makes it automatically adjust the delay relative to the first video track (default), the specified track (any track type possible) or relative to the zero timestamp, no adjustment is done for files with no video track in the default mode
- Now exports the colorimetry info in a format easily usable with ColorMatrix, see FFCOLOR_SPACE and FFCOLOR_RANGE in the manual, the reported information may be unreliable
- Added an FFImageSource() function to ffms2.avsi which invokes FFVideoSource with the optimal settings for use on images
- Now exports the actual frame presentation time in FFVFR_TIME, added the general information function FFInfo() and FFFormatTime() functions to ffms2.avsi in addition to fixing the missing backslash
- The seek/read method has been changed in the matroska video source to only need the information in the index and nothing more, this matches the audio source and should make seeking faster in some cases
- No longer drops the last audio frame
- It is now possible to force indexing of broken tracks when using FFIndex and from the API, this can in many cases help when the last frame of an avi file is corrupted which would otherwise prevent indexing of all working data
- Fixed a bug that would prevent the SWScale and FFPP filters from working because of randomly added flags
- Added support for RFF flags, the three possible modes should be equivalent to the ones found in DGDecode
- Added a workaround for mpeg4 files with NVOPs
- Fixed a bug where the first frame would be corrupted if the colorspace/dimensions were set for the output
- Now VC1 in TS decoding works in many cases
- Added the missing install target to CMake and changed the default output library name (Kovensky)
- Now reverts to using LAVF if Haali's splitter isn't installed (note that LAVF is VERY bad at seeking in these formats)
- Now requires the boost headers (but not libraries) to compile because boost::format is so convenient
- More API changes to return proper error codes and more source cleanups
- Updated FFmpeg to rev 19776, FFmpeg-mt to 24/08/2009 - with faad2, opencore-amr nb/wb, and w32threads (pthreads for FFmpeg-mt)
- 2.00 beta 10
- Possibly fixed h264 in transport stream decoding, now a suitable bitstream filter is added (could theoretically break other h264 in ts files so make sure to report if any such files stop working)
- Now returns the frame type as a character to make presentation easier and to remove the random numbers from the API
- Fixed the identification of certain codecs (like VC1) in some transport streams
- Fixed a bug introduced in SeekMode=1 by the changes in beta 6, prevents an access violation from happening in very rare conditions
- Some (but not all) stream properties are now retrieved from the container and passed to libavcodec, this makes a few more formats work like vc1 in mkv/ts
- It is now possible to specify the desired output colorspace and resolution in FFVideoSource, this is mostly useful for file where the resolution changes to avoid excessive up/downscaling
- Added support for files where the video frames have changing size and colorspace
- The library part can now be compiled to accept UTF8 encoded strings, this allows full unicode support on windows when FFmpeg is compiled with a small patch applied (TheFluff)
- Added proper detection of when the opened file and index is mismatched and throws an error when it happens instead of undefined behavior, should not add a noticable delay to file opening
- Added a proper cmake based build system and vs2008 project files to make developement and use easier (TheFluff, JEEB, Kovensky)
- Added API documentation by TheFluff and revised many argument descriptions to reflect how they currently work
- The output audio filename can now be specified in avisynth (was ignored previously) with variables such as track number and delay possible to use
- Indexing with Haali's splitters should now show progress in most cases
- Fixed a few more memory leaks in indexing
- Now checks for failed seeking when LAVF is used and retries with more aggressive seeking options before failing
- Updated FFmpeg to rev 19479 (now compiled with the opencore amr decoder)
- 2.00 beta 9
- Dumping audio now actually implies indexing too in FFIndex, previously nothing would be done if the index mask wasn't set as well
- FFAudioSource will now first load the index and returns the first indexed audio track with track=-1, if no audio tracks are indexed or the chosen track isn't indexed the equivalent of FFIndex(indexmask = -1, overwrite = cache) is executed first
- Codec lookup for non-lavf opened files now to a large part use the same lookup tables as lavf, this should improve the number of properly recognized codecs
- Now uses the average framerate for files opened with Haali's splitters, before it was always reported as 30 fps
- Implemented audio decoding using Haali's splitters, FFAudioSource now works on ts, ps and ogm
- Can now be compiled with ICL 10.1 (probably other versions too)
- How indexing works has been split internally so the track numbers and types are reported, this makes it possible to create an interactive GUI or ask which audio tracks are to be indexed
- Now has stricter index checking to detect when different FFmpeg versions were used to create an index of the same version
- Fixed memory leaks when audio sources were destroyed and when errors happened during indexing
- Fixed access violations occurring when a track of the wrong type was specified or didn't exist in FFVideoSource and FFAudioSource
- Fixed access violations occurring when unindexed or empty audio tracks in matroska/lavf read files were opened
- Less type conversion/signedness warnings
- When audio track dumping is performed a custom callback can now be supplied to name the tracks
- The audio track delay is now exposed in the API in the same way as video tracks
- A big type and argument name cleanup in the API, many things have been renamed to be clearer and ffms.h should be completely C friendly now
- Removed FFNoLog and replaced it with FFSetLogLevel and FFGetLogLevel, the default logging is now also set to quiet, the magical numbers to supply it can be found in avutil/log.h
- Updated FFmpeg to rev 18972 (now with faad2 again by popular demand, updated to GCC 4.4.0 for compiling all libraries)
- 2.00 beta 8
- Improved the audio decoding quality a lot by adding a simple cache, no more seeking is done when playing a file linearly and pops and other artifacts should be much more uncommon
- Fixed a bug that would most of the time drop frame 0 and sometimes frame 1
- Updated Haali's matroska parser code to the latest version
- Updated FFmpeg to rev 18774
- 2.00 beta 7
- Using ffms2 as a library no longer requires an installed pixfmt.h from libavutil, it is however still required to compile ffms2 and the avisynth plugin part
- Fix a crash bug at the end of files with b-frames in beta 6 caused by uninitialized null packets
- Includes TheFluff's wrapper function for 1.21 style syntax
- Added a simple regression test application to the source
- Removed a few pointless functions from the API
- Fixed the accessing of codecprivate data with Haali's splitters
- Timecode output should be fixed to include decimals AND not be in scientific format
- Fixed a memory leak when using Haali's splitters
- Updated FFmpeg to rev 18717
- 2.00 beta 6
- Haali's splitters have been improved for video and now have audio dumping during indexing implemented
- SeekMode=1 has improved logic which will make it go back and decode more frames if necessary to figure out where it is, in theory SeekMode=0 should now be mostly obsolete
- Haali's splitters are now used to open mpeg ps and ogm in addition to mpeg ts, only ogm is frame accurate at this time
- Negative timecodes and other bugs caused by an integer overflow fixed
- Updated FFmpeg to rev 18442 (once again compilation fixes for the changes)
- 2.00 beta 5
- FFMSIndex should now print the progress properly when another application reads its output
- Added missing variables and explanations to the manual
- Can now directly be compiled as a library for use in *nix
- Fixed the missing decimals in saved timecode files
- 2.00 beta 4
- Added the function FFNoLog which suppresses all messages from ffmpeg
- Experimental new TS parsing using Haali's splitter (with bugs)
- Everything is now compiled with VS2008 and GCC 4.3.2
- Updated FFmpeg to rev 16383 (no libfaad2 this time)
- 2.00 beta 3
- Compiled with libfaad2 again (has anyone seen a single aac file lavc can open right now?)
- More API changes (and even more are likely to come)
- Several access violations and memory leaks on opening and indexing files fixed
- Added a VFR to CFR mode
- Readded FFAudioSource support for other containers (glitches still present now and then but no separate raw cache is required and possibly less buggy)
- Renamed the dll to FFMS2.dll, FFMS2 is now the official short name of the project
- Updated FFmpeg to rev 15522
- 2.00 beta 2
- More API changes (and more are likely to come)
- Includes a simple CLI indexing application
- FFIndex now takes a few more arguments
- Readded FFAudioSource (only matroska supported for now)
- Updated FFmpeg to rev 15396
- 2.00 beta 1
- Can now be used as a stand alone library for making indices and retrieving frames
- Rewrote most things
- Updated FFmpeg to rev 15301