Releases: ReferenceType/H264Sharp
v1.4.1
v1.4.0
- Added parallelization support for image format converters for platforms other than Windows.
- Added Trace level options for Encoder/Decoder.
- Minor improvements.
H264Sharp contains the cross platform dll for .Net applications
Rest of the zip files are necessary native dlls/.so files depending on the platform.
Note: OpenH264 is not bumped into 2.5.0 due to bugs on LTR frame system.
v1.3.1
Release Notes
- Minor Bug fixes.
- Encoded Frames now dynamically allocated by using map.
v1.3.0
Release notes
- Added CMake
- Added linux support, tested on linux.
- Added downscale methods for Converter.
- Bumped cisco openh264 version to latest.
Note linux release will not be on Nuget yet. Please add .so files manually to your executable directory.
v1.2.0
- Extended wrapper for full functionality and all advanced features.
- Performance optiomisation on Image format conversions(YUV420<->RGB). It is now faster than OpenCV implementation.
v0.2.0
Release notes
- C++/CLI libraris are now deprecated.
- Added new library H264Pinvoke.
-
- Encoder and decoder is now handled with Pinvoke calls.
-
- Added nuget package https://www.nuget.org/packages/H264Sharp
-
- Dependencies and native dlls are automatically handled for 32 and 64 bit.
-
- Upgraded OpenH264 to v2.4.0
-
- Bug fixes and betterr memory management.
v0.1.3
Release Notes:
- Added runtime check for AVX2 instruction support before loading Converter Dlls.
- Enabled SSEI on encoder
- Decoder .Decode() will now return true when !dsErrorFree cases, if frame is possible to retrieve. This means we still have a stream but there is an error in the sequence.(you might see artifacts) Check the status code from decode and request IDR(Key Frame) frame from encoding end. This is done due to freezing while waiting for IDR on realtime streaming.
Usage:
H264Sharp dll is directly usable on your C# project, just reference it.
Cisco's openh264 dll must be added on executable directory.
Optionally you can add converter dll on your executable directory. Its recommended if your CPU support AVX2 instructions.
v0.1.2
Release notes:
- Added runtime fps and bit-rate control
H264Sharp dll is directly usable on your C# project, just reference it.
Cisco's openh264 dll must be added on executable directory.
Optionally you can add converter dll on your executable directory. Its recommended if your CPU support AVX2 instructions.
v0.1.1
Release notes:
- Updated managed API on decoder and raw image formats.
Inside All-In-One zip you will find everything you need.
H264Sharp dll is directly usable on your C# project, just reference it.
Cisco's openh264 dll must be added on executable directory.
Optionally you can add converter dll on your executable directory. Its recommended if your CPU support AVX2 instructions.
v0.1.0
Inside All-In-One zip you will find everything you need.
- H264Sharp dll is directly usable on your C# project, just reference it.
- Cisco's openh264 dll must be added on executable directory.
- Optionally you can add converter dll on your executable directory. Its recommended if your CPU support AVX2 instructions.