Skip to content

Release 2.16

Latest
Compare
Choose a tag to compare
@nschlia nschlia released this 10 Jun 18:45
· 28 commits to master since this release
11efa6b
  • Bugfix: Closes [#160](#160): Fix build with FFmpeg 7.0. [Debian Bug #1072412](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1072412). write_packet() now with const buffer as of Libavformat 61+.
  • Fixed deprecation: 2014-05-18 - 68c0518 / fd05602 - lavc 55.63.100 / 55.52.0 - avcodec.h
    Add avcodec_free_context(). From now on it should be used for freeing AVCodecContext.
  • Fixed deprecation: 2023-05-15 - 7d1d61cc5f5 - lavc 60 - avcodec.h
    Depreate AVCodecContext.ticks_per_frame in favor of
    AVCodecContext.framerate (encoding) and
    AV_CODEC_PROP_FIELDS (decoding).