diff --git a/CHANGELOG.md b/CHANGELOG.md index d033afe..446db81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 0.14.2 + +- Bump `rusty_ffmpeg` to "0.13.2" + +- Add `AVInputFomat::find` + +- Add fmt and options parameter for `AVFormatContextInput::open` + +## 0.14.1 + +- Drop support for FFmpeg <4.3 + +- Bump `rusty_ffmpeg` to "0.13.1" + ## 0.14.0 - Feature `ffmpeg5` and `ffmpeg6` are added to support FFmpeg `4.*/5.*/6.*` in parallel