v1.56.1
Vanilagy/mediabunnyv1.56.1Sep 9, 2026by Vanilagy
AI Summary
This release updates metadata handling for Vorbis-style formats by exposing repeated keys as arrays and fixes bugs in the FLAC muxer and AVC software decoder. It addresses date priority issues in FLAC files and corrects a critical decoding error where B-frames were being dropped.
Key Highlights
- Repeated Vorbis/Ogg/FLAC metadata keys are now surfaced as `string[]` in the `raw` object.
- Fixed FLAC muxer to correctly prioritize the `date` field over `raw.date`.
- Fixed AVC software decoder dropping B-frames.
New Features
- Array support for repeated Vorbis-style metadata keys (Ogg, FLAC).
- Enhanced metadata handling for FLAC files.
Full Release Notes
- Repeated metadata keys for Vorbis-style metadata (Ogg, FLAC) are now surfaced as `string[]` in `raw` (#490) - Fixed FLAC muxer preferring `raw.date` over `date` for metadata - Fixed AVC software decoder dropping B-frames (#488)