Expand description
Release 0.2.0 (2025-02-21)
§⚠️ Breaking changes
- feat: switch to rusty_ffmpeg instead of ffmpeg-sys-next (#290) (@TroyKomodo)
- fix:
VideoFrame
andAudioFrame
are now valid upon instantiation, using thebuilder
method on each (#303) (@Juliapixel) - fix:
VideoFrame
data accesses no longer cause undefined behavior and respect inverse iteration order (#303) (@Juliapixel) - fix:
VideoFrame::set_width
andVideoFrame::set_height
were removed due to a soundness hole (#303) (@Juliapixel)