2021-06-28 21:28:48 +04:00
|
|
|
## unreleased
|
|
|
|
|
2021-06-29 01:13:18 +04:00
|
|
|
## v0.0.3 (2021-06-28)
|
|
|
|
|
2021-06-29 00:36:02 +04:00
|
|
|
* BREAKING CHANGE: `Session<Playing>` now directly implements `Stream` instead of
|
|
|
|
through `pkts()`.
|
2021-06-28 21:28:48 +04:00
|
|
|
* Performance improvements.
|
|
|
|
|
2021-06-26 03:47:30 +04:00
|
|
|
## v0.0.2 (2021-06-25)
|
|
|
|
|
2021-06-29 00:36:02 +04:00
|
|
|
* BREAKING CHANGE: Video frames are now provided as a single, contiguous `Bytes`, and
|
2021-06-26 03:47:30 +04:00
|
|
|
H.264 depacketization is more efficient ([#4](https://github.com/scottlamb/retina/issues/4)).
|
|
|
|
|
|
|
|
## v0.0.1 (2021-06-09)
|
|
|
|
|
|
|
|
Initial release.
|