Skip to content

Releases: BabitMF/bmf

test ci

08 Jan 10:46
Compare
Choose a tag to compare
v0.0.12_test_v10

Update setup.py's version to 0.0.12

BabitMF Release 0.0.12

06 Jan 03:20
Compare
Choose a tag to compare

Changes from github community

Changes from bytedance internal

  1. Upgrade and compat the version of pybind11 to v2.12.1, The BMF framework now theoretically supports python versions up to 3.13.
  2. upgrade the cuda version of gpu image to 12.2
  3. Released an audio robot effect demo showcasing the typical processes of an audio module, including format validation, audio buffering, and packet merging.
  4. Add fuzz tests using the Fuzztest framework
  5. Refactor codebase to use "hmp" naming consistently ("hml" deprecated) - interface change for Python/C++ sdk
  6. Simplified third party dependency management using the CMake FetchContent module
  7. Add clang CI job which compiles and runs some basic fuzz tests

New Contributors

Full Changelog: v0.0.11...v0.0.12

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