Skip to content

Releases: caffeinetv/webrtc

v70.2-libcaffeine

11 Jun 20:38
024e28c
Compare
Choose a tag to compare
v70.2-libcaffeine Pre-release
Pre-release

Added boringssl headers

v70.1-libcaffeine

05 Jun 19:14
Compare
Choose a tag to compare
v70.1-libcaffeine Pre-release
Pre-release

This release fixes an issue in m70 where the log severity is not reported to logsinks. This issue was fixed in later versions of webrtc

v72: M72 merge: Return early from VP9EncoderImpl::Encode() if all layers i…

02 Dec 15:07
Compare
Choose a tag to compare
…nactive

Bug: chromium:927027
Change-Id: Ib3eab2ca782619b2b2a595f67db630b009c3ffba
Reviewed-on: https://webrtc-review.googlesource.com/c/121407
Reviewed-by: Stefan Holmer <[email protected]>
Commit-Queue: Erik Språng <[email protected]>
Cr-Original-Commit-Position: refs/heads/master@{#26534}(cherry picked from commit bfa5d5d9aadb1443ef10444ae935b41cd637733b)
Reviewed-on: https://webrtc-review.googlesource.com/c/122462
Cr-Commit-Position: refs/branch-heads/72@{#27}
Cr-Branched-From: 6b3d18164b4ac2eb954663d162644a12eeb13ea6-refs/heads/master@{#25798}

v70

22 Apr 18:41
Compare
Choose a tag to compare
v70 Pre-release
Pre-release
Deliver partial SCTP messages when the SID is (unexpectedly) changed.

We're receiving SCTP messages one chunk at a time. The sender is supposed to set the MSG_EOR bit on the last chunk of a message. A crash (RTC_CHECK) happened when the sender started a new message without indicating the end of the previous message. This is likely due to an SCTP implementation that doesn't (correctly) support the MSG_EOR bit.

This change, rather than calling RTC_CHECK, delivers partial messages when SID is (unexpectedly) changed, which is what happened before we paid attention to the MSG_EOR bit ourselves.

[email protected]

(cherry picked from commit ad5465b443cc5fda563dca4b40e52580e14cb621)

Bug: chromium:884926
Change-Id: I18c773bb60ae724b735a83933eedd030f6360a3c
Reviewed-on: https://webrtc-review.googlesource.com/c/103023
Commit-Queue: Jeroen de Borst <[email protected]>
Reviewed-by: Steve Anton <[email protected]>
Reviewed-by: Qingsi Wang <[email protected]>
Cr-Original-Commit-Position: refs/heads/master@{#24935}
Reviewed-on: https://webrtc-review.googlesource.com/c/106145
Reviewed-by: Jeroen de Borst <[email protected]>
Cr-Commit-Position: refs/branch-heads/70@{#17}
Cr-Branched-From: f18b35284288ac851b77db88df3e2e8d2273db97-refs/heads/master@{#24472}