Skip to content

Releases: apoint123/ffmpeg-audio

v0.2.0

Choose a tag to compare

@apoint123 apoint123 released this 20 Jul 16:15
v0.2.0
b2d3dfe

[0.2.0] - 2026-07-21

ffmpeg_audio

Breaking Changes

  • Changed log feature to be disabled by default.

Added

  • Added API to get raw PCM data directly, bypassing the resampler.

Refactored

  • Refactored HTTP stream implementation using tokio and reqwest to support cancellation at any point.
  • Refactored negative PTS handling to be unified across the codebase.
  • Refactored stream scanning to skip irrelevant streams.
  • Refactored cover stream scanning to continue after encountering invalid streams.
  • Refactored duration scanning for more precise results.
  • Refactored seeking for more precise position accuracy.
  • Refactored added more defensive code paths.

Fixed

  • Fixed unified audio timeline and hardened resampling safety boundaries.

ffmpeg_audio_sys

  • No functional changes in this release.

Full Changelog: v0.1.2...v0.2.0

v0.1.1

Choose a tag to compare

@apoint123 apoint123 released this 13 Jul 16:42
v0.1.1
9fd9109

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@apoint123 apoint123 released this 13 Jul 16:42
v0.1.0
4f6ccc8
v0.1.0