commit
f403aecc50
@ -1,8 +1,9 @@
|
|||||||
## unreleased
|
## `v0.4.4` (2022-12-26)
|
||||||
|
|
||||||
* improve interop with Ubiquiti cameras by ignoring `fmtp` attributes in
|
* improve interop with Ubiquiti cameras by ignoring `fmtp` attributes in
|
||||||
SDP which have nothing (no required SP, no data) after the payload type.
|
SDP which have nothing (no required SP, no data) after the payload type.
|
||||||
* fix parsing of RTP packets with extensions.
|
* fix parsing of RTP packets with extensions, which broke with `v0.4.0`
|
||||||
|
(2e34bf92).
|
||||||
|
|
||||||
## `v0.4.3` (2022-09-28)
|
## `v0.4.3` (2022-09-28)
|
||||||
|
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1784,7 +1784,7 @@ checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "retina"
|
name = "retina"
|
||||||
version = "0.4.3"
|
version = "0.4.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64",
|
"base64",
|
||||||
"bitstream-io",
|
"bitstream-io",
|
||||||
|
@ -4,7 +4,7 @@ default-members = ["."]
|
|||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "retina"
|
name = "retina"
|
||||||
version = "0.4.3"
|
version = "0.4.4"
|
||||||
authors = ["Scott Lamb <slamb@slamb.org>"]
|
authors = ["Scott Lamb <slamb@slamb.org>"]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
2
fuzz/Cargo.lock
generated
2
fuzz/Cargo.lock
generated
@ -515,7 +515,7 @@ checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "retina"
|
name = "retina"
|
||||||
version = "0.4.3"
|
version = "0.4.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64",
|
"base64",
|
||||||
"bitstream-io",
|
"bitstream-io",
|
||||||
|
Loading…
Reference in New Issue
Block a user