Skip to content
This repository has been archived by the owner on Oct 16, 2022. It is now read-only.

Releases: xBaank/FFWrapper

v0.2.1

02 May 11:28
31a1792
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

22 Mar 20:47
cca5f13
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • Added PipeError()
  • Added SetInputBuffer() and SetOutputBuffer() to set Buffer sizes in I/O operations
  • Changed Format to Action in methods of FFmpegClient
  • Added WithCancellationToken() to set the cancellationToken
  • Added ProcessResult as return object (Contains the exit code and the result if it's needed)

v0.1.1

08 Mar 20:13
22fcd6d
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release
  • Added support for net 5.0 and netcoreapp 3.1

v0.1.0

04 Mar 08:37
fdc7ff7
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
Version 0.1.0

* Added more tests and removed unused libraries

* Added coverage results to gitignore

* Added PathUtils

* Added WaitForFinish when deserializing

* Create dotnet.yml

* Update and install ffmpeg

* Changes for linux systems

* Updated .csproject

* Conditions to copy to outputDirectory

* Removed client paths in tests

* Added more tests and removed unused code

* Removed cases

* Try solve CI test error

* Pipes cleanup

* Reduced tests

* Update dotnet.yml

* Changed order of pipes

* Profile changes

* Reduced amount of test

* Update dotnet.yml

* csproject changes

* Removed Nebml

* Update dependencies

* Remove ffprobe tests

* Fix workflow (#15)

* Changed verbosity

* Add condition to pipes

* Add  ffprobe tests that doesnt use input pipe

* More tests changes

* Remove filestream being a property

* Tests updated

* Remove stream as a property

* More refactored tests

* More changes

* Updated tests

* Update dotnet.yml

* Update dotnet.yml

* Disable test parallelization

Co-authored-by: Bank <robertobl022@gmail.com>

* Remove unused attributes

* More tests changes

* Removed ConvertToPipe methods because they were the same as subscribing to the output event

* Fix test

* Create LICENSE (#16)

* Rename LICENSE to LICENSE.md

* More tests added

* Update dotnet.yml

* Version updated

Co-authored-by: Bank <robertobl022@gmail.com>