Skip to content

Commit

Permalink
prep 0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
scottlamb committed Aug 19, 2024
1 parent d200667 commit ed81cc1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## `v0.4.9` (2024-08-19)

* added helpers for building `.mp4` `VisualSampleEntry` and `AudioSampleEntry`
for H.264, MJPEG, and AAC.
* shrunk `VideoParameters` from 112 bytes to 88 bytes and `AudioParameters`
from 80 bytes to 64 bytes (measured on a 64-bit platform).

## `v0.4.8` (2024-05-26)

* support MJPEG codec (contribution from [zanshi](https://github.com/zanshi))
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default-members = ["."]

[package]
name = "retina"
version = "0.4.8"
version = "0.4.9"
authors = ["Scott Lamb <[email protected]>"]
license = "MIT/Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion fuzz/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ed81cc1

Please sign in to comment.