[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
tokioandreqwestto 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