Releases: radek-k/FFMediaToolkit
Releases · radek-k/FFMediaToolkit
FFMediaToolkit-v2.1.1
FFMediaToolkit-v2.1.0
FFMediaToolkit-v2.0.0
- Added support for .NET Core 2.2 (by multi-targetting)
- Renamed the
BitmapData
struct toImageData
to fix type name conflict withSystem.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
- Remove the unnecessary
MediaMode
enum from the public API.
FFMediaToolkit-v1.0.0
First FFMediaToolkit release.