Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 2.24 KB

CHANGELOG.md

File metadata and controls

40 lines (27 loc) · 2.24 KB

Changelog

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.

[Unreleased]

0.2.0 - 2025-02-21

⚠️ Breaking changes

  • feat: switch to rusty_ffmpeg instead of ffmpeg-sys-next (#290) (@TroyKomodo)
  • fix: VideoFrame and AudioFrame are now valid upon instantiation, using the builder 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 and VideoFrame::set_height were removed due to a soundness hole (#303) (@Juliapixel)

🛠️ Non-breaking changes

  • chore: update to rust edition 2024 (#373) (@TroyKomodo)
  • chore: Update rand dependency to 0.9 (#365) (@TroyKomodo)
  • feat: AudioFrame data is now accessible via the data and data_mut methods (#303) (@Juliapixel)
  • feat: new Resampler type exposes libswresample functionality (#303) (@Juliapixel)

0.1.3 - 2025-02-11

  • Fixed windows build (#238)

0.1.2 - 2025-02-10

0.1.1 - 2025-02-10