Skip to content

Commit

Permalink
prep v0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
scottlamb committed May 26, 2024
1 parent a97f721 commit 825683f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 12 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## unreleased
## `v0.4.8` (2024-05-26)

* support MJPEG codec (contribution from [zanshi](https://github.com/zanshi))
* permit `MP2T/` protocol in media description (contribution from
(yujincheng08)[https://github.com/yujincheng08)]).
* [#102](https://github.com/scottlamb/retina/102): support Reolink cameras
which have extraneous bytes following the SPS.

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.7"
version = "0.4.8"
authors = ["Scott Lamb <slamb@slamb.org>"]
license = "MIT/Apache-2.0"
edition = "2021"
Expand Down
24 changes: 15 additions & 9 deletions fuzz/Cargo.lock

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

0 comments on commit 825683f

Please sign in to comment.