Skip to content

Releases: israel-fl/bitmap2video

v2.0.0

02 Jul 18:22
f74462b

Choose a tag to compare

Description

  • Updates README to reflect current use of the library
  • Rewrites all of the code to use Kotlin
  • Creates proper configuration objects that should be easier to extend for custom configuration and codecs
  • Abstracts the API logic into an easy to use class
  • Introduces the use of co-routines for projects that support it
  • Introduces a callback method for Java projects
  • Cleans up the sample app

Motivation and context

The previous structure of the library made changing configuration somewhat difficult. This should hopefully make the library easier to use, and allow it to be more extensible.

Initial release

02 Nov 19:40
de3b306

Choose a tag to compare

Hardware accelerated 2D encoder