Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@cchampet cchampet released this 06 Nov 13:08

API changes

  • StreamProperties:
    • add getStreamType()
    • getAVFormatContext() is a const method
  • PixelProperties: add getMaxNbBitsInChannels()
  • IInputStream:
    • remove getStreamType()
    • remove getDuration()
  • OutputFile: new constructor with parameters to set format and mime type

Enhancement
Improve performances (less time spent in logger)

Fix
Negative seek (do not add stream start time before each seek)