All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.2.0 - 2025-02-21
- 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)
- chore: update to rust edition 2024 (#373) (@TroyKomodo)
- chore: Update rand dependency to 0.9 (#365) (@TroyKomodo)
- feat:
AudioFrame
data is now accessible via thedata
anddata_mut
methods (#303) (@Juliapixel) - feat: new
Resampler
type exposeslibswresample
functionality (#303) (@Juliapixel)
0.1.3 - 2025-02-11
- Fixed windows build (#238)