Skip to content

v1.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jul 20:08
· 24 commits to master since this release

Changelog

  • 2ba7dc3 Update AV1 Payloader to work with libwebrtc
  • 259db6f Readd non-breaking version of #119
  • cde5bca Add non-breaking version of #160
  • a2b2381 Update AUTHORS.txt
  • bbb0c03 Update AUTHORS.txt
  • 417b628 Fix API breakage on Header.Unmarshal
  • 5d59489 Bump Go version
  • b85163e Fix Packet.Raw population
  • e655591 Implement packet clone method
  • a11a460 Minimize changes
  • 8fc8b94 Sync asset files with .goassets
  • 5549a8e Update CI configs to v0.10.9
  • 2ff897d Update CI configs to v0.10.8
  • 2db826a Fix golangci-lint warnings
  • 89a87bd Make repo REUSE compliant
  • 37af8d4 Update CI configs to v0.10.7
  • 6138672 Harmonize sections in README
  • 2c12670 Update AUTHORS.txt
  • dcc94b2 Cleanup common sections in README
  • b94e3b9 Fix errShortPacket with H264 EOS NALUs
  • 2aa7175 Fix compatibility with gofmt
  • d182aaf Fix parsing of VP8 packets with degenerate header
  • 0aced6a Fix multiple crashes when using VP9 depacketizer
  • a51bc4f Add experimental header extensions
  • 6ef1c2c Set CSRC as a empty (not nil) slice by default
  • abb1453 Update CI configs to v0.6.9
  • 4d482fd Update CI configs to v0.7.2
  • f9d0169 Update CI configs to v0.7.1
  • 78185d3 Update CI configs to v0.7.0
  • fe205b2 Add bounds check to AV1 Frame
  • 5ac507d Move AV1 Frame to new frame pkg
  • e57513f Fix AV1 /v2 imports
  • 7be36e8 Add AV1 Support
  • 7e578c6 Remove pointer from constant functions
  • 8148b76 Update CI configs to v0.6.8
  • 182ae42 Update CI configs to v0.6.7
  • f3627cb Update CI configs to v0.6.6
  • 9745ae5 Add IsPartitionHead and IsPartitionTail to H265
  • 26d9f39 Adds zero-copy header extensions
  • 4c55064 Update CI configs to v0.6.4
  • 8a0dd17 Replace <= with == since mtu cannot be negative
  • 5055564 Update CI configs to v0.6.2
  • 919adef Add PaddingSize to rtp.Packet
  • 597a8bb Update CI configs to v0.6.0
  • 8265264 Fix unmarshal of packets with padding
  • 6033c9a Implement partition head in Depacketizer
  • 3c1e1ed Pack SPS and PPS in one STAP-A packet
  • 3b47cb1 Make MTU a uint16
  • ae7623a Implement a H265/HEVC packet decoder
  • 3cf5c5e Update CI configs to v0.5.9
  • bd30a99 Add Z bit to VP9 unmarshaller
  • b019f08 Update CI configs to v0.5.6
  • 9cfc943 Make VP8 PictureID optional
  • d8a4cf0 Update CI configs to v0.5.4
  • 6e39a73 Revert to 4e87540 (last commit before v2)
  • c5ca73a Update CI configs to v0.10.9
  • c5a4d4f Update CI configs to v0.10.8
  • 62977fe Fix golangci-lint warnings
  • 1a23b62 Make repo REUSE compliant
  • df40cb1 Update CI configs to v0.10.7
  • 30f0c25 Harmonize sections in README
  • 61a078e Update AUTHORS.txt
  • c3fa0c3 Cleanup common sections in README
  • 0e2d3fe Fix errShortPacket with H264 EOS NALUs
  • 648b9ad Fix compatibility with gofmt
  • 9f0d145 Fix multiple crashes when using VP9 depacketizer
  • cf0f407 Update CI configs to v0.10.3
  • fdab6b1 Update CI configs to v0.10.2
  • c66a254 Update CI configs to v0.9.0
  • 8516abc Fix parsing of VP8 packets with degenerate header
  • d13e8b6 Update CI configs to v0.8.1
  • 0bd9553 Add experimental header extensions
  • 9a6e1d0 Update CI configs to v0.7.10
  • 3f0cbb7 Update CI configs to v0.7.9
  • 64678eb Update CI configs to v0.7.8
  • 659eb67 Update CI configs to v0.7.5
  • 60e45a6 Update CI configs to v0.7.3
  • 93ba2fc Set CSRC as a empty (not nil) slice by default
  • f578f82 Update CI configs to v0.7.2
  • 7106201 Update CI configs to v0.7.1
  • 33c5bd7 Update CI configs to v0.7.0
  • c9c161c Add bounds check to AV1 Frame
  • 3c835ca Move AV1 Frame to new frame pkg
  • 62d6782 Add AV1 Support
  • b08333e Update CI configs to v0.6.9
  • 7772c8f Make Packet.MarshalTo() thread-safe
  • beba640 Remove pointer from constant functions