Skip to content

v0.5.0

Compare
Choose a tag to compare
@cchampet cchampet released this 20 Jan 10:24
· 654 commits to develop since this release

API changes:

  • Remove Pixel, Context, and CodecContext classes
  • Add PixelDescription class in mediaProperty folder
  • Add preloadCodecsAndFormats function in common.hpp
  • Split essenceStream folder into decoder and encoder folders (+ rename their classes consequently)
  • Rename codedStream folder to stream folder (+ rename their classes consequently)

Fixes:

  • Decoding issue of some codecs (h264)
  • Bit rate value in AudioProperties
  • avplay app
  • Seek of InputFile

Features:

  • A video profile does not need framerate (option 'r')
  • A video profile can contain width and height information ('width' and 'height' options)

Other:

  • Add license (GPL or LGPL v3)
  • Build need CMake 2.8.11 or upper
  • Add python tests of transcoding