Created
March 23, 2022 16:17
-
-
Save Sean-Der/4bb42d390ddea96936ba3059c87bf01e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit c8ae82a0bdca9171d297b6fa9739225f4d2f399a | |
Author: Sean DuBois <[email protected]> | |
Date: Mon Mar 21 14:28:00 2022 -0400 | |
Unlock on error in internal/mux | |
Resolves #2154 | |
commit 24c1ad6abcab1cb874a0767ec7a4d26a6a5e78d8 | |
Author: Pion <[email protected]> | |
Date: Mon Mar 21 17:31:41 2022 +0000 | |
Update CI configs to v0.6.9 | |
Update lint scripts and CI configs. | |
commit 93b0f2a75eae5139362faf5346f0b6d53cfbf20d | |
Author: rob <[email protected]> | |
Date: Fri Mar 18 18:20:46 2022 -0700 | |
Wait and re-try when Mux destination ErrFull | |
Resolves #2152 | |
commit 655daa9689576421c194059dd4f3a05cae544a07 | |
Author: Renovate Bot <[email protected]> | |
Date: Thu Mar 17 05:00:08 2022 +0000 | |
Update module github.com/pion/rtp to v1.7.9 | |
Generated by renovateBot | |
commit 1b6598c60c916d6ab782c7a490f34d2ff0c317e1 | |
Author: Renovate Bot <[email protected]> | |
Date: Wed Mar 16 02:06:58 2022 +0000 | |
Update dependency golang to v1.18 | |
Generated by renovateBot | |
commit 6c3d4fc20d987cc1fee7c94354cba3aed2156377 | |
Author: Renovate Bot <[email protected]> | |
Date: Tue Mar 15 23:13:29 2022 +0000 | |
Update module github.com/stretchr/testify to v1.7.1 | |
Generated by renovateBot | |
commit 9346f0d13316fd660a759195fcce315943fc8733 | |
Author: Leslie Wang <[email protected]> | |
Date: Thu Mar 10 22:43:04 2022 -0800 | |
Return actual error during h264 stream read | |
current h264reader will not return actual error, thus, as a user, I | |
don't know error is caused by EOF, or socket close, or other failures. | |
The fix will return the error to caller for debugging and | |
troubleshooting | |
commit 4fb426c8fc89105f87989fa15e797bf8111d6818 | |
Author: Renovate Bot <[email protected]> | |
Date: Mon Mar 14 21:02:23 2022 +0000 | |
Update module github.com/pion/interceptor to v0.1.10 | |
Generated by renovateBot | |
commit 8088eb88e9f854dee11866668b1631aaad342a05 | |
Author: Renovate Bot <[email protected]> | |
Date: Mon Mar 14 19:04:38 2022 +0000 | |
Update module github.com/pion/rtp to v1.7.7 | |
Generated by renovateBot | |
commit 659653a5a3ba22bef72648813240540f137c045e | |
Author: Leslie Wang <[email protected]> | |
Date: Wed Mar 9 15:47:10 2022 -0800 | |
Pre-allocate buffer for H264Reader.read | |
Use one temp buffer per H264Reader instead of allocating every read | |
call. | |
commit f912b2d0d84cfe3c958ffc0ff67938269302fede | |
Author: Renovate Bot <[email protected]> | |
Date: Thu Mar 10 05:30:19 2022 +0000 | |
Update module github.com/pion/interceptor to v0.1.9 | |
Generated by renovateBot | |
commit 1765e9b913535f5e6aeacf91e7d4b75d1dbcdc9f | |
Author: Renovate Bot <[email protected]> | |
Date: Thu Mar 3 03:56:12 2022 +0000 | |
Update actions/setup-node action to v3 | |
Generated by renovateBot | |
commit eca54ea39488162ef9585a73f024ca85d51428fb | |
Author: Renovate Bot <[email protected]> | |
Date: Thu Mar 3 03:51:00 2022 +0000 | |
Update actions/checkout action to v3 | |
Generated by renovateBot | |
commit 54c8e4d26a2de2b2ba949a227e6a5a2c22142934 | |
Author: Renovate Bot <[email protected]> | |
Date: Wed Mar 2 21:44:13 2022 +0000 | |
Update module github.com/pion/interceptor to v0.1.8 | |
Generated by renovateBot | |
commit 946bb109bdebd286e6a8462fd5ae92e3a295ac24 | |
Author: Renovate Bot <[email protected]> | |
Date: Wed Mar 2 19:38:21 2022 +0000 | |
Update module github.com/pion/ice/v2 to v2.2.2 | |
Generated by renovateBot | |
commit d35eacd4912be4e02f4b8de30b4b96256bf44977 | |
Author: Renovate Bot <[email protected]> | |
Date: Wed Mar 2 19:38:12 2022 +0000 | |
Update golang.org/x/net commit hash to 27dd868 | |
Generated by renovateBot | |
commit 622c233f4892fa38410ddbb568b07440c75df699 | |
Author: Pion <[email protected]> | |
Date: Wed Mar 2 18:59:43 2022 +0000 | |
Update CI configs to v0.6.8 | |
Update lint scripts and CI configs. | |
commit af9285ee31cf3ea2cf60df679e4862a51e2597f7 | |
Author: Pion <[email protected]> | |
Date: Sun Feb 27 00:15:40 2022 +0000 | |
Update CI configs to v0.6.7 | |
Update lint scripts and CI configs. | |
commit 37e16a3b15a3a474573b88eb7eeb728afaeb3c58 | |
Author: boks1971 <[email protected]> | |
Date: Tue Feb 22 15:20:27 2022 +0530 | |
Bolting on send side simulcast | |
Introduces AddEncoding method in RTP sender to add simulcast encodings. | |
Added UTs for AddEncoding. | |
Also modified the Simulcast send test to use the new API. | |
commit e2b8d4c1d79eb6d780458f1057d3473dd06f081e | |
Author: Sean DuBois <[email protected]> | |
Date: Tue Feb 22 15:22:49 2022 -0500 | |
Update module github.com/pion/dtls/v2 to v2.1.3 | |
Generated by renovateBot | |
commit 106f5e4c96cb5c6b6fa06718c62de26f6896eda6 | |
Author: Renovate Bot <[email protected]> | |
Date: Tue Feb 22 18:17:10 2022 +0000 | |
Update module github.com/pion/ice/v2 to v2.2.1 | |
Generated by renovateBot | |
commit b45852835031afc94b53da157431bbf64465f11d | |
Author: Sean DuBois <[email protected]> | |
Date: Fri Feb 18 22:40:26 2022 -0500 | |
Simplify examples/ice-tcp | |
Example was copied from play-from-disk-renegotation and contained | |
a global PeerConnection. Instead create a PeerConnection on each inbound | |
request | |
commit 94262c1b2b38ebfc0a090763aa8c3cee22486f60 | |
Author: Sean DuBois <[email protected]> | |
Date: Mon Feb 7 14:43:02 2022 -0500 | |
Add DTLS, ICE and SCTP Transport to WASM | |
Only available in the browser, not in wrtc yet. | |
Resolves #2099 | |
commit 5dfbe0808ddb78480e264b293079313119913a87 | |
Author: Pion <[email protected]> | |
Date: Sun Feb 6 18:26:25 2022 +0000 | |
Update CI configs to v0.6.6 | |
Update lint scripts and CI configs. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment