Skip to content

Releases: ystreet/rtp-types

v0.1.2

14 Nov 06:32
Compare
Choose a tag to compare

What's Changed

  • Add some benchmarks for parsing and writing RTP packets by @ystreet in #16
  • builder: fix calculating size of packet for extension data by @ystreet in #17
  • Deny a couple of lints (missing_documentation and missing_debug_implementation) by @ystreet in #18
  • Release 0.1.2 by @ystreet in #19

Full Changelog: v0.1.1...v0.1.2

v0.1.1

23 Feb 12:11
Compare
Choose a tag to compare

What's Changed

  • Declare and check MSRV
  • build: drop MSRV to 1.57.0
  • Make some getters public, add various new mutable/immutable APIs and improve docs a bit
  • Release 0.1.1

Full Changelog: v0.1.0...v0.1.1

v0.1.0

07 Feb 05:35
Compare
Choose a tag to compare

What's Changed

  • builder: implement writer that does not require preinitialisation
  • packet: support creating a builder from an existing packet
  • add edit functionality for editing the fixed parts of the rtp header
  • builder: implement support for custom payload/extension data types

Full Changelog: v0.0.1...v0.1.0