Skip to content

BabitMF Release 0.0.11

Latest
Compare
Choose a tag to compare
@taoboyang taoboyang released this 07 Aug 09:12

Changes from github community

Changes from bytedance internal

  1. Fix inconsistency logic in ffmpeg_encoder with ffmpeg in graph with no ffmpeg_filter
  2. ffmpeg_filter: error eof handling
  3. Fix oom bad case in generator mode
  4. Fix bad case in push_mode rawstream
  5. Add push frame mode in ffmpeg_encoder
  6. Add single in single out ffmpeg filter api and python binding
  7. Fix ffmpeg filter merge bug
  8. The input of the ffmpeg_filter is no longer required to necessarily contain the private AVFrame.
  9. Add merge ci for windows platform, fix problems with windows test case.
  10. Fix running problems in colab demos
  11. update the distro of base image used for release from centos7 to Almalinux 8
  12. upgrade the version of cuda in build pipeline to 12.2

New Contributors

Full Changelog: v0.0.9...v0.0.11