Skip to content

Releases: BabitMF/bmf

BabitMF Release 0.0.11

07 Aug 09:12
Compare
Choose a tag to compare

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

v0.0.10

26 Jan 04:39
Compare
Choose a tag to compare
add bmf cpu Dockerfile

BabitMF Release 0.0.9

15 Dec 09:26
Compare
Choose a tag to compare

Fix problems:

  1. Link hmp lib error problem;
  2. Missing c_module problem in mac platform;
  3. Colab problems with v0.0.8;
  4. GPU build pipeline problems in build wheel pipeline

v0.0.8

21 Aug 04:23
Compare
Choose a tag to compare
remove redundant command

video model and other files

17 Jul 05:07
Compare
Choose a tag to compare
Pre-release

This assets mainly used to provide videos, models and other needed files for bmf demos, examples and compile option, etc.
Please ignore the source code zip files added by default.
"files.tar.gz" includes videos material
"models.tar.gz" includes some model files using in some demos and tests
"breakpad.tar.xz" is a prebuild breakpad library for bmf enalbed BMF_ENABLE_BREAKPAD by compilation base on Linux