Skip to content

Releases: radek-k/FFMediaToolkit

FFMediaToolkit-v2.1.1

11 Dec 19:45
5a00354
Compare
Choose a tag to compare
  • Fixed crash when disposing a MediaFile (#15)
  • Fixed decoding failure on Mac OS (#16)

FFMediaToolkit-v2.1.0

10 Nov 17:18
Compare
Choose a tag to compare
  • Add multimedia chapters parsing support (#10).
  • Fixed a duration overflow issue in HEVC files (#8).
  • Improved video seek accuracy (by a completely new algorithm for calculating timestamps).
  • Added a file info property to the MediaInfo class.
  • Redesigned some internal classes.
  • Improved documentation.

FFMediaToolkit-v2.0.0

13 Jul 17:43
879155c
Compare
Choose a tag to compare
  • Added support for .NET Core 2.2 (by multi-targetting)
  • Renamed the BitmapData struct to ImageData to fix type name conflict with System.Drawing.Imaging.BitmapData.
  • Added new overloads to the ImageData constructors.
  • Normalized pixel format names.
  • Added a default settings overload for the MediaFile.Open method.
  • Replaced the FFDictionary class with the standard .NET dictionary.
  • Added the video seek threshold property to the MediaOptions.

FFMediaToolkit-v1.1.0

20 Jun 17:24
Compare
Choose a tag to compare
  • Remove the unnecessary MediaMode enum from the public API.

FFMediaToolkit-v1.0.0

19 Jun 14:49
Compare
Choose a tag to compare

First FFMediaToolkit release.