Releases: nixxquality/FFMSSharp
Version 2.0.1
Fix a small bug and more importantly, join NuGet.
Version 2.0.0
We're a lot more stable now!
Honestly, if I was following semantic version properly, this 2.x should have happened a while ago.
Small mistake on my part that hopefully won't happen again.
So, what's new?
- Indexer.CancelIndexing
- Everything now handles UTF-8 paths as you'd expect it to
- Backend interop is improved, wrapping some IntPtrs into SafeHandles
This might or might not be production ready now. You decide.
Version 1.4.0
More annoying changes! FFMSsharp is now FFMSSharp!
But hey -- at least you don't have to deal with FFMSExceptions anymore.
Version 1.3.0
A lot of functions have been renamed as there's been a pretty big Code Analysis pass.
Some interop stuff is still pretty wonky, so I need to get that shit in order.
Version 1.2.0
There's been a few API improvements.
Functions that could cause "undefined behaviour" in the FFMS2 API have been secured, and the superfluous data classes have been removed.
Still weird, but it works now
Made some improvements so you should actually be able to use this as a library.
- FFMS# now targets .NET 4.0
- It now only compiles to x86, eliminating issues where there's a dumb mismatch between the ffms2.dll and the FFMSsharp.dll.
- The Index destructor works now
The first version
Please keep in mind that all this code is written by a newcomer to C#, so expect security holes, weird method naming and other things.
Please be patient and report issues and I will do my best to fix them.