Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
notedit pushed 20 commits to main webrtc-mirror/webrtc
- Update WebRTC code version (2024-12-16T04:09:11). Bug: None Change-Id: I1cfbd42472d99f81ce5bfc0567236799369e84e0 Rev... 5a4b06f
- Enable negotiation of encrypted headers by default. The negotiation of encrypted header extensions has already been ... 78ab1cf
- add missing includes for the build with use_libcxx_modules This is to fix build error when we set use_libcxx_modules... 5c5bb5b
- Replace use of PrintTo with AbslStringify for RTC stat types This allows other tests using RTC stats to get pretty p... 108cde2
- Refactor PC tests to use non-global field trials In particular that avoids lifetime issues with the field trials pas... acf26ce
- Roll chromium_revision 3b2a49da2f..3eaf33e2cc (1396525:1396694) Change log: https://chromium.googlesource.com/chromi... eb1d53f
- Remove ExternalTimeController It is not used so we don't need it. Bug: webrtc:384483059 Change-Id: I99a4c3dca0881c5... c36f8dc
- Roll chromium_revision 3eaf33e2cc..5ef1114e1a (1396694:1396821) Change log: https://chromium.googlesource.com/chromi... 4b9cb69
- Add more clocks for WaitUntil support There are many different clocks used for testing. One day there will only be o... 17ad2f4
- Clean up p2p:rtc_p2p target and remove webrtc dependency removing the last vestiges of the p2p/ dependencies and sto... e500d46
- Introduce the CodecList class Lists of codecs have a lot of cross references (RTX/APT and the like). We should intro... 611d7f6
- doc: remove mention of SDES srtp_filter BUG=None No-Try: True Change-Id: Iaf4d5382886b87666b37518e2ff35becf05a368a ... b0e49bf
- Roll chromium_revision 5ef1114e1a..93ed652727 (1396821:1397027) Change log: https://chromium.googlesource.com/chromi... 7e9f071
- Remove corpus for dtls fuzzer Using corpus from another component doesn't seems to work in chromium and blocks webrt... 6ef206a
- Fix H26xPacketBuffer Behavior Changes for Padding Packets This commit fixes the issue of H26xPacketBuffer not suppor... 6f86634
- Roll chromium_revision 93ed652727..d05e8f8b88 (1397027:1397274) Change log: https://chromium.googlesource.com/chromi... 69f8321
- Make I420DataSize trigger a crash in case of int overflow. Bug: chromium:371686447 Fixes: chromium:371686447 Change-... 0dec089
- IWYU: process a list of files for easy integration with git diff-tree --no-commit-id --name-only -r HEAD which get... 588dbe6
- Adjust AnalyzingVideoSink to work with empty requested resolution - avoid trying to log requested resolution when it... b766572
- Roll chromium_revision d05e8f8b88..e559f5136a (1397274:1397573) Change log: https://chromium.googlesource.com/chromi... c509525
notedit pushed 15 commits to main webrtc-mirror/webrtc
- Update WebRTC code version (2024-12-13T04:08:05). Bug: None Change-Id: Iba3e119b2ecf1c03a464874979d95624e6edbf21 Rev... e754fcf
- Revert "Validate frame consistency when writing DependencyDescriptor" This reverts commit 200fd82771ae29d23b2be40194... 81aa059
- Roll chromium_revision 702f5ba9c5..63b5b0ce1f (1395550:1395832) Change log: https://chromium.googlesource.com/chromi... 2bee784
- In PacketBuffer do not attempt to clear before 1st packet ClearTo logic relies on clear to sequence number follows f... 29a3f92
- Fix tsan issue with PeerConnectionCongestionControlTest. https://ci.chromium.org/ui/p/webrtc/builders/ci/Linux%20Tsa... 90e080d
- Always checkout libFuzzer It's supported at least on Mac, so gating it on Linux prevents developers using Mac to run... 021cf5a
- test: do not use SDP munging to enable corruption detection BUG=webrtc:358039777 Change-Id: Ibe3fc1f230185b542ee631... 316d93b
- fuzzers: add DTLS fuzzer to fuzz the code parsing DTLS packets for DTLS-STUN piggybacking BUG=webrtc:367395350 Cha... adacadb
- Reland "Validate frame consistency when writing DependencyDescriptor" This reverts commit 81aa059b85949001dabbedaaf9... 3e98919
- Starting using propagated field trials in the AudioProcessingImpl Bug: webrtc:369904700 Change-Id: Ibc9a2e5349f0d1ba... 4c73d1a
- Roll chromium_revision 63b5b0ce1f..a627794244 (1395832:1396119) Change log: https://chromium.googlesource.com/chromi... d77a0d7
- Follow codec preference order for sending codec fallback. When encoder selector is not enabled, currently we always ... 1ad3e14
- Roll chromium_revision a627794244..e06dd8a7f4 (1396119:1396256) Change log: https://chromium.googlesource.com/chromi... 0a8201c
- Update WebRTC code version (2024-12-14T04:06:28). Bug: None Change-Id: I6cc68156098769c24b866815b24c76f7abe04bff Rev... c8cf48a
- Roll chromium_revision e06dd8a7f4..bca3bfd267 (1396256:1396414) Change log: https://chromium.googlesource.com/chromi... a973c72
notedit pushed 13 commits to main webrtc-mirror/webrtc
- Update WebRTC code version (2024-12-12T04:05:15). Bug: None Change-Id: Ia9db1370993a12af3f2214bc8b338728a6c75fb1 Rev... adc536a
- Revert "Disable Chromium bots on CQ." This reverts commit b97cbbcde41772dc77b3af83847769428d9af6fa. Reason for reve... ef35daf
- Revert "srtp: use SRTP_SRCTP_INDEX_LEN define from libsrtp 2.6.0" This reverts commit 7738bc23ed7fee0d4856bdfe7b8898... 56395a6
- Roll chromium_revision bee9ae94e9..704371e22e (1394922:1395294) Change log: https://chromium.googlesource.com/chromi... 15fc228
- Fix dcsctp handling of dtls restart dtls_transport will when detecting a new fingerprint (e.g by usage of pranswer) ... 575d323
- Delete FrameToRender from VCMReceiveCallback The `FrameToRender` method is deprecated and has been replaced by `OnFr... 3a1f2e6
- Add fallback #DEFINE SRTP_SRCTP_INDEX_LEN https://webrtc.googlesource.com/src/+/7738bc23ed7fee0d4856bdfe7b8898586582... a0d3abf
- Roll chromium_revision 704371e22e..a86330b1b9 (1395294:1395425) Change log: https://chromium.googlesource.com/chromi... aa4fced
- Remove libevent task queue. Previous CLs that disabled the rtc_enable_libevent build flag did not reveal issues. Now... 74ace1a
- Validate frame consistency when writing DependencyDescriptor To write DependencyDescriptor frame properties should b... 200fd82
- Roll chromium_revision a86330b1b9..702f5ba9c5 (1395425:1395550) Change log: https://chromium.googlesource.com/chromi... dd373b8
- Delete deprecated AudioProcessingBuilder BuiltinAudioProcessingBuilder should be used instead. This would allow Audi... 1bb49e9
- Reland "Use PayloadTypePicker for video PT assignment" This reverts commit e046787a5a80a9d292b3aec7e946644e025a2b95.... 882b32d
notedit pushed 20 commits to main webrtc-mirror/webrtc
- Update WebRTC code version (2024-12-10T04:06:01). Bug: None Change-Id: I8f6eea2d364ee715971c1dc480d48d788dc0f176 Rev... 77485c7
- Roll chromium_revision 872845b531..8c8eda9309 (1393983:1394101) Change log: https://chromium.googlesource.com/chromi... 33501e4
- Update fft/README.chromium to conform to guidelines. No-Try: true Bug: webrtc:42234774, chromium:362397270 Change-Id... 5038764
- Update info for spl_sqrt_floor There were a few typos in the README file. Bug: chromium:362397579 Change-Id: Ib0aa8... dbd4bca
- Set version to N/A in spl_sqrt_floor README file Bug: chromium:362397579 Change-Id: Ibf15f0790995aea755c00ff4e6d0c13... 919e3ac
- Roll chromium_revision 8c8eda9309..0148002d14 (1394101:1394244) Change log: https://chromium.googlesource.com/chromi... 6d0ecac
- Move DTLS related code from p2p/base to p2p/dtls BUG=webrtc:367395350 Change-Id: I3fd1551f974705ce6b10e2c757f4d406a... 740d726
- Allow absl map and set containers in WebRTC Bug: None No-Try: True Change-Id: I84218daf71de115af74e0484bc26e798f125... d004aee
- dtls-1.3 Add SSLProtocolVersion for TLS13 and DTLS13 Allow setting max version to 13 (for BoringSSL) Don't change an... dcf0ffa
- Roll chromium_revision 0148002d14..88a4a3f183 (1394244:1394390) Change log: https://chromium.googlesource.com/chromi... e528a2c
- Remove nullability compatible tag in scoped_refptr as obsolete As of https://github.com/abseil/abseil-cpp/commit/485... 36a764f
- Roll chromium_revision 88a4a3f183..062f7773a1 (1394390:1394528) Change log: https://chromium.googlesource.com/chromi... e3f5910
- Update WebRTC code version (2024-12-11T04:08:00). Bug: None Change-Id: I211fcd645a127b47386f69491e3878f0c82e7c2c Rev... 1394336
- ssci: mark fft as "canonical" Based on the description, this dependency have no meaningful upstream, and is maintain... 4ef6ddd
- Disable Chromium bots on CQ. No-Try: True Change-Id: I8d3a47b7228f553e4c2e1d654feb5926bea9b8c7 Bug: webrtc:383513652... b97cbbc
- Add test for payload type H.264 profile-level-id behavior Bug: webrtc:360058654 Change-Id: I055af71c455e398af88c7758... afe5d2f
- srtp: use SRTP_SRCTP_INDEX_LEN define from libsrtp 2.6.0 BUG=webrtc:42222036 Change-Id: Ibf5c6b200501c114b9709b7668... 7738bc2
- Roll chromium_revision 062f7773a1..bee9ae94e9 (1394528:1394922) Change log: https://chromium.googlesource.com/chromi... c260f02
- Clean up p2p:rtc_p2p target removing the webrtc need for having sources in it. BUG=webrtc:42226155 Change-Id: I40f... 8898459
- add missing includes for the build with use_libcxx_modules This is to fix build error when we set use_libcxx_modules... 000f043
notedit pushed 12 commits to main webrtc-mirror/webrtc
- Add target_environment on iOS bots. * It is now mandatory since https://chromium-review.googlesource.com/c/chromium/... 2ca8f15
- Add first L4S test using PeerScenario framework The purpose is to be able to add more tests that verify that BWE sti... 67f9d7b
- Add missing include in native_test_launcher.cc Bug: webrtc:42223878 Change-Id: Ice9f4f92e32b6f824b2ded6e84f99a414a7c... 768f78f
- Add helper class for determining ACD filter settings. Further, add use of it in libvpx_vp8_encoder and with tuning f... 4c56c9f
- Suppress "UnusedMethod" warning on methods only used on native code. Change-Id: Ide048fd06d20b6a7a7ef0f74db9d6d267ab... a01f34c
- Test that caller adapts to link capacity using CCFB Fix todo to ensure TransportSequence numbers are generated if CC... 1554354
- Restrict max number of threads in dav1d settings Dav1d expects Dav1dSettings::n_threads to be in range [0,256]. http... 93f5f9e
- Remove srtpfilter_unittest rule from DEPS srtpfilter was a SDES thing which is gone. BUG=None Change-Id: I060582b5... 65fbc51
- Add build_java dependency explicitely. This is required after https://chromium-review.googlesource.com/c/chromium/sr... b00c469
- Roll chromium_revision 030af8fbf0..edc5771bf9 (1368717:1393593) Change log: https://chromium.googlesource.com/chromi... 8d5b344
- Roll chromium_revision edc5771bf9..91cb2eade9 (1393593:1393832) Change log: https://chromium.googlesource.com/chromi... da2a3d6
- Roll chromium_revision 91cb2eade9..872845b531 (1393832:1393983) Change log: https://chromium.googlesource.com/chromi... a2c84a7
notedit pushed 8 commits to main webrtc-mirror/webrtc
- Provide default implementation of IceTransportInternal::config() to be deleted when downstream consumers are upgrade... cab60a0
- Remove stun_prober The STUN prober shows the old RFC 3489 way of determining the NAT type by pinging two different s... 03f56d7
- Update WebRTC code version (2024-12-06T04:03:34). Bug: None Change-Id: Ia92f9b26b9ff1bf11b5b312be8a7502f41addac5 Rev... 002d004
- Create a custom test launcher for android Set use_default_launcher=false in rtc_test on android Bug: webrtc:4222387... 711e1a8
- Revert "Remove stun_prober" This reverts commit 03f56d75d5a4bbbc6b6fe93e119f73c69ff98267. Reason for revert: Breaks... 4147065
- Update infra/tools/luci DEPS Bug: None Change-Id: I66a299e07e9949d0be088c79163a6393eab237fe Reviewed-on: https://web... c8b6694
- Update WebRTC code version (2024-12-07T04:03:07). Bug: None Change-Id: I150cfc4e8a795b454e6bc0561b4db3981d5d0d26 Rev... c23fe2f
- Update WebRTC code version (2024-12-08T04:05:53). Bug: None Change-Id: I8bcf06b32200b080e70ecd3ebd3f4a76ff9fb037 Rev... 1537a8d
notedit created a repository: notedit/TransRouter
https://github.com/notedit/TransRouter - Trans Router
notedit pushed 6 commits to main webrtc-mirror/webrtc
- Update WebRTC code version (2024-12-05T04:09:18). Bug: None Change-Id: Icc4ee1a17ecaa131dc509bc07f62f7e79395da45 Rev... 67de21e
- Reset encoder on simulcast layer maxFramerate changes Without this, Firefox wasn't passing WPT webrtc/simulcast/setP... 0c282c4
- Add IceConfig getter to IceTransportInternal(Interface) and misc cleanup BUG=webrtc:367395350 No-Iwyu: remaining IW... 1cf342a
- Make MapCodecs return error rather than empty list when failing. The video engine MapCodecs function returned an emp... b7bc1aa
- Add android_build_tools/nullaway to DEPS Bug: None Change-Id: Ic8a0ac65343c482ab56ad0485385aa1201cbd83b Reviewed-on:... 9d0799f
- Introduce p2p DTLS utils for (partially) parsing DTLS packets and extracting the msg_seqs BUG=webrtc:367395350 Cha... 89b0f2e
notedit pushed 5 commits to main webrtc-mirror/webrtc
- Update WebRTC code version (2024-12-04T04:04:17). Bug: None Change-Id: I5d175f8f850225bd95b50b3e598c605f68425587 Rev... ab4f8e1
- Add dependancy on the java side of the generated code The next step of the migration is to use the generated java wr... 6c7ac74
- Make PC capability APIs pure virtual Bug: None Change-Id: I22fdc44d5e164cab025c9d7884881eebd5160816 Reviewed-on: htt... fac1baf
- Add utility WaitUntil for testing for an eventual condition This replaces the WaitUntilCondition function that was u... 1d2f30b
- dcsctp: Add handover test for interleaved streams This test was missing, which made me believe that it wasn't suppor... b0acde3
notedit pushed 15 commits to main webrtc-mirror/webrtc
- Update WebRTC code version (2024-12-02T04:05:21). Bug: None Change-Id: I51a365eeeb3d0b4ca81a64d1609f0a48f2c02eeb Rev... 230e5a2
- Fix setCodecPreference issue with asymmetrical send/recv level For an offer in sendrecv direction, if for example it... c596dd5
- Fix corruption score not being calculated on higher spatial layers. This is a re-upload of https://webrtc-review.goo... 5fc7489
- Cleanup H264 packetization unit tests improve consistency, formatting and style BUG=None Change-Id: Iad382d9a7194b... b0be928
- doc: add example how to test deprecated functions by temporarily disabling -Wdeprecated-declarations BUG=None No-T... 5a4a69f
- Fix sign error in UMA for AbsCapture.Delta Bug: webrtc:380712819 Change-Id: Icfb42f0455718058a54391e5a586f409cd28728... 10c7d73
- Update WebRTC code version (2024-12-03T04:03:43). Bug: None Change-Id: I284305b7bee1f0cb3a5827a0587e3e813b1cd896 Rev... 7401d55
- Deflake VideoSendStreamTest::TestNackRetransmission. Rewrites some of the logic to better takine account RTX padding... 00ec2af
- Mark sigslot version as N/A and include explanation of source access. Bug: chromium:362397798 Change-Id: I7af673ffe... 07d7ca0
- Remove orphis from OWNERS files also fix a few TODOs Bug: None Change-Id: I2d287ed1a58f71ef32d5dc5624879ae8c63348b5... ad63489
- Add support for receiving congestion control messages to rtcp transceiver Congestion control feedback messages follo... ae1ad04
- Fix maybe incorrect spatial id when reading corruption detection message In addition, avoid empty conversion when no... 94f2b91
- Fixed counting of index 'send_codec_position' For-loop has a 'continue' statement that skips increment of the index.... 45f58d7
- Use PayloadTypePicker for video PT assignment This includes changes that change the order of codecs. It is preparato... e504894
- Revert "Use PayloadTypePicker for video PT assignment" This reverts commit e5048949b0fcc275264e24f3b2a4c658fcc84aa3.... e046787
notedit pushed 7 commits to main webrtc-mirror/webrtc
- dcsctp: Add handover state for received MIDs The next expected MID to use (which applies to both ordered and unorder... 58562a8
- dcsctp: Rename test module A few tests in dcsctp_socket_test was named DcSctpSocketResendInitTest instead of DcSctpS... a79c709
- Allow enums that have AbslStringify to be logged as text When an enum has AbslStringify, we log the text coming from... 23438de
- Deflake VP9_SimulcastDeactiveActiveLayer_StandardSvc Two fixes to deflake, 1. Increase the ramp up time for all lay... 934c983
- Tolerate very large deltas in abs-capture-timestamp Cases above 100 ms have been observed on mac; use 60 seconds as ... 8d08542
- Update WebRTC code version (2024-11-30T04:03:38). Bug: None Change-Id: Idee4a24780c5042f32185a74fd2ec33950cf5509 Rev... 19b5b3a
- Update WebRTC code version (2024-12-01T04:04:25). Bug: None Change-Id: I5bac2d6da5e7539268c5a5805f72963d491e266e Rev... a62e5b8
notedit pushed 7 commits to main webrtc-mirror/webrtc
- spanify SSLStreamAdapter::SetPeerCertificateDigest BUG=webrtc:357776213 Change-Id: Ie6189ac21b9f76f7ce5ddb3e4208c08... 4060745
- In ParseNonParameterSetNalu check BitstreamReader::Ok before returning early ~BitstreamReader() DCHECKs that the las... 4a6a746
- Make SSLStreamAdapter::SetPeerCertificateDigest use of const uint8_t This allows it to accept rtc::CopyOnWriteBuffer... 1bda6a6
- Fix delta computation in abs-capture statistics Previous computation assumed that local clock is UTC. It isn't. Addi... 56c5507
- Update WebRTC code version (2024-11-28T04:11:10). Bug: None Change-Id: I0110c5a07e31d51fa69c6d4a871103da7cbdebc6 Rev... caa3eff
- Clean up legacy variant of DTLS-SRTP key exporter BUG=webrtc:357776213 Change-Id: Id383c3a2a8627e3d0aceb80da30db14e... c75fbe2
- Fix bug that can cause invalid reset of corruption detection state. `VideoStreamEncoder` should not recreate the `Fr... b4d09df
notedit created a repository: notedit/awesome-mcp-list
https://github.com/notedit/awesome-mcp-list - Awesome Model Context Protocol Service List
notedit created a branch on notedit/awesome-mcp-list
main - Awesome Model Context Protocol Service List
notedit pushed 14 commits to main webrtc-mirror/webrtc
- Default max limit probe to 2x current bwe If max allocated bitrate change, default max limit probe to 2x current BWE... 06723ea
- Set voice RTCP mode based on the RemoteContent and not based on the LocalContent. The RTCP mode is a send property f... b40c559
- Revert "Add InsertPacket method that takes RtpPacketInfo." This reverts commit 38ddea5ee3320bf3441aeb3654e099b3695c9... a08189b
- h264: skip empty NAL units, do not reject them BUG=webrtc:380291923 Change-Id: If05268bde2ac0c600dcef479c88ca54dce7... b7cb8fe
- Set default simulcast temporal layer to 1 if not configured. For H.265 when scalability mode is not configured for s... d171832
- Make CreateSendChannel and CreateReceiveChannel methods pure virtual These methods previously had a default implemen... 98b3588
- Reland "Add InsertPacket method that takes RtpPacketInfo." This is a reland of commit 38ddea5ee3320bf3441aeb3654e099... ff88950
- Add counter of ECN marking to EmulatedNetwork stats Bug: webrtc:42225697 Change-Id: I99c68afafe20fcdbc785d489a8b484c... 0a69daf
- Minor ClearChannel() and SetChannel() simplifications Bug: none Change-Id: I3ee302429b1412143fecf3036766c89a5226f8e7... d257b4a
- Clean up temp files in WavWriterTest.LargeFile Bug: webrtc:379973428 Change-Id: Ide7d8b3d348a25270d8c99a602bec475fca... 05cf9c7
- Add histograms for Abs-Capture-Timestamp Bug: webrtc:380712819 Change-Id: I5f56caffe33a257432551321f7c097c852b134dd ... e9193d7
- Test both WriteSamples overloads in WavWriterTest.LargeFile Bug: webrtc:379973428 Change-Id: Id856e76dc521027bfd5952... 72b5769
- Add default constructor to relative units types 0 is natural default value for types that can be accumulated Having ... e0a524b
- Make PercentileFilter usable with DataRate and other types Return default value T() if no values have been added to ... f4ee1a1
notedit pushed 10 commits to main webrtc-mirror/webrtc
- Update WebRTC code version (2024-11-22T04:05:20). Bug: None Change-Id: I6e509615a6eaf2d78c051aaafb42911b4f1a53b2 Rev... 319892c
- Reduce the moving median window size in Remote ntp time estimator. Too big median window will cause errors with larg... 1b0371a
- Opus decoder: stereo decoding by default (behind field trial) - Add `WebRTC-Audio-OpusDecodeStereoByDefault` field t... cd013b1
- Propagate ECN information through Network Emulation Bug: webrtc:42225697 Change-Id: Idbd1ded3b5401c86d9afc6fd74f6da5... 394da76
- Report all usage patterns to UKM This stores usage for all cases, making it easier to discover abusive usages on une... 24992e9
- Add optional corruption filter settings to EncodedImage. This is a prerequisite for enabling implementation-specific... e5f6f1f
- Deprecate PeerConnectionFactoryDependencies::audio_processing Bug: webrtc:369904700 Change-Id: Ic0982abcff2097e4e52e... c63e43f
- Add InsertPacket method that takes RtpPacketInfo. The version which only passes receive_time will be removed (once m... 38ddea5
- Update WebRTC code version (2024-11-24T04:08:23). Bug: None Change-Id: Ifdd62847941018c9e0431a2fce7d12f0de3b0df5 Rev... 89432bc
- Use 16bit unsigned for channel id for TURN Bug: webrtc:345518625 Change-Id: I0ee879e9a35cd9831e035a661d54201dc6defac... 924dc08
notedit pushed 5 commits to main webrtc-mirror/webrtc
- Update WebRTC code version (2024-11-21T04:06:03). Bug: None Change-Id: I092b703fcd557f2536fef3237858cd66a4ac2573 Rev... 00e86b3
- setParameters should not throw when only level mismatch. According to latest requirement, when the level reported by... 5ad1dae
- Don't use transport-cc if RFC8888 feedback is negotiated. Bug: webrtc:378698658 Change-Id: I06536445d32577b7b4d24ae7... 2e7e049
- Avoid depending on codec info for audio jitter stat. The clock rate is already known by the RTP statistician. Also ... 8da15c4
- Fix AV1 encoder do't set end_of_picture when the top layer is dropped Bug: webrtc:357721007 Change-Id: I4e318618192... 253b846
notedit pushed 12 commits to main webrtc-mirror/webrtc
- Update WebRTC code version (2024-11-19T04:07:36). Bug: None Change-Id: I9d956188867acee11f3342c93ca34fa5bdd1723b Rev... aae790e
- Implement playout stats for ios AudioDeviceModule Bug: webrtc:378966976 Change-Id: I30169b43f7fc8aba4832a77043566129... 999f02b
- Use default probe duration if target higher than networkstate estimate Use default probe duration and probe delta if... 8337c96
- Align Int16FrameData test class with AudioFrame This updates test code that tests interleaved audio frames to use so... 5f163fc
- Correct H.265 level-id in fmtp line for offer/answer. On a sendrecv m-line, the offered level-id represents the maxi... 2d47c93
- Verify that transport-cc is used when RFC8888 field trial is off. This is preparatory to ensuring that transport-cc ... fb62f90
- Use 'checkout_linux' instead of 'checkout_fuzzer' to checkout libFuzzer. Using 'checkout_fuzzer' breaks the autoroll... d63aacb
- Update WebRTC code version (2024-11-20T04:03:13). Bug: None Change-Id: I5e38b728b8f2915b82d898561c2e4c50f4f42a36 Rev... 4c5e72e
- Comment unused variables in implemented functions 15\n Bug: webrtc:370878648 Change-Id: I4529c17f54c653864cca27097e4... da7b7ca
- Remove an unused conversion function. Followup to https://webrtc-review.googlesource.com/c/src/+/366943 Bug: None C... 2a69ddb
- Add debug logging in WavWriterTest.LargeFile Also CHECK in OutputPathWithRandomDirectory. This function is used in t... c181432
- Avoid potential deadlock due to queue in corruption detection. In particular, some platforms have a limited pool of ... 9aeed0c
notedit pushed 12 commits to main webrtc-mirror/webrtc
- Update WebRTC code version (2024-11-18T04:04:38). Bug: None Change-Id: Ia97424876545632ec904d87a4466105650745297 Rev... ab0b188
- Always compile rtc_base/trace_categories.{h,cc}. Instead use the preprocessor to avoid compiling Perfetto related co... 79c380c
- Remove all references to codec-level transport-cc functions and flags. This seems to have no effect on tests, so it ... 7522352
- Reland "Set default scalability mode for H.265 to L1T1." This is a reland of commit 775639e930f14a619974944594b40c63... c79be57
- Add histogram WebRTC.Video.EstimatedClockDrift_ppm TimestampExtrapolator maps RTP timestamps of received video frame... bda11ca
- Comment unused variables in implemented functions 14\n Bug: webrtc:370878648 Change-Id: I7c48313e64fafb8f23121e9bae1... 69cc695
- Fix lint warnings in TaskQueueStdlib Bug: None Change-Id: I4fd89dac39c0585793601d7adb5181a6ac15a64f Reviewed-on: htt... 3ffe943
- Add graph for ecn packet count in incoming/outgoing CCFB Also add a plot group l4s. Usage: event_log_visualizer --p... 17554c1
- Ensure accurate FPS calculation for low frame rates When receiving streams with frame rates around 1 fps, the decode... 7f775bc
- Remove `py_quality_assessment` and old TODOs in `conversational_speech` Bug: webrtc:379542219 Change-Id: I7a6c087ce4... 331ca30
- AGC2 test: add missing include Bug: webrtc:42232605 Change-Id: I8fcb66cf8ee27bf630433cdfee4a3386138cd7a7 Reviewed-on... 56085ea
- Remove/update TODOs assigned to alessiob Bug: webrtc:379542219 Change-Id: I1da54a9a13187d9e7d836dd4e1a85e49b685d971 ... 4c9dbd5