Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

notedit

notedit starred onlook-dev/onlook
notedit pushed 26 commits to main webrtc-mirror/webrtc
  • Remove WebRTC-SetCodecPreferences-ReceiveOnlyFilterInsteadOfThrow killswitch which launched a while back. BUG=webrt... 7a79d68
  • Enable rust toolchain for bots that depend on chromium base/. The Android bots and the libfuzzer bots have an indire... 849549d
  • Add corruption detection header default as stopped. Bug: webrtc:358039777 Change-Id: I957638c4a84f26391b09af677cc7aa... 71ba9cb
  • Add RTC_DCHECK_IS_ON to unittest, as death is expected with DCHECK The problem is that in some opt builds we remove ... 9fb71e3
  • PipeWire camera: use better unique device name for camera devices Originally we used node id from PipeWire as an uni... a5d7100
  • Update fuzzer documentation. Change-Id: Id9dbaf42881a3ed3f377142b116151aebfd21192 Bug: None Reviewed-on: https://web... 2031ab5
  • Set default scalability mode for H.265 to L1T1. H.265 does not have software fallback, and it may have issue support... 775639e
  • Update WebRTC code version (2024-11-13T04:06:47). Bug: None Change-Id: Icf9312dd8536646896c74d61cc0e003f4cc39175 Rev... c3021ae
  • Remove deprecated CreateFromIvfFileFrameGenerator. Change-Id: Ic33c1fa0a61a8e4f35f951f0334df71f34cb212b Bug: b/37885... 019bca9
  • Fix video renderer slowdown by wrong RenderTime This commit fixes the issue of video playback in slow motion caused ... b7f5e7f
  • With stereo decoding and mono packets produce mono after CN/PLC The workaround in https://webrtc-review.googlesource... ebb11c4
  • Prevent upscaling when calculating sample values. Bug: webrtc:358039777 Change-Id: I33edc12f312d0d37eac0c39a913313a1... 4c171e8
  • Allow to specify a 'fps_hint' when creating a IvfVideoFrameGenerator. Change-Id: Id75694f9dccfa6523f383e03dd90067fb6... 90da065
  • Revert "Set default scalability mode for H.265 to L1T1." This reverts commit 775639e930f14a619974944594b40c633cc574a... 54ed3ad
  • srtp: remove deprecated non-span versions of key setters BUG=webrtc:357776213 Change-Id: Idca7defe99b6d3dafb538a8a7... d4a3002
  • Enable RFC 8888 feedback if negotiated This will turn on RFC 8888 feedback messages if "ack ccfb" is negotiated. Th... 0c6d319
  • Add third_party/zstd to the DEPS file. Dependency is required for Chromium roll in WebRTC. Change-Id: I284c55f97bae... 2578802
  • Fix rust DEPS. * This is a forward fix for https://webrtc-review.googlesource.com/c/src/+/367921. * Also add 'enable... 3b2402b
  • Cleanup WebRTC-LegacyTlsProtocols field trial from field trial list which is already gone from the code. BUG=webrtc... 8d8fc32
  • Update WebRTC code version (2024-11-15T04:04:53). Bug: None Change-Id: Icb6f055fbaafb5e4c0f52258bb4c2250f191628b Rev... 0b333f2
  • and 6 more ...

View on GitHub

notedit pushed 1 commit to main notedit/transflow

View on GitHub

notedit pushed 8 commits to main webrtc-mirror/webrtc
  • Update WebRTC code version (2024-11-08T04:06:14). Bug: None Change-Id: Ifbc02a61d7129f388981884998f51a37b4746cf3 Rev... 279858e
  • Deprecate AudioProcessingBuilder in favor of the BuiltinAudioProcessingBuilder Update comments and doc mentioning Au... c772fc2
  • Add missing licenses for the third_party target 'llvm-libc'. This is fixing `ios_api_framework` bot when rolling Chr... 6308db9
  • Remove unused vars (Java) Bug: None Change-Id: I713e4547fc2c9d10f0d0267e8fb562f4ce00fd73 Reviewed-on: https://webrtc... 6c8b8e0
  • Rename corruption related metrics according to WebRTC's Statistics API. See https://www.w3.org/TR/webrtc-stats/#dom-... 416cb49
  • Refactor RTC event log analyzer to work as const Bug: b/343650204 Change-Id: Ic1aeccc9b2113cecf633ddbe89359a27ebbd2a... badfd63
  • Checkout libFuzzer only when 'checkout_fuzzer' is True. Change-Id: Iad4141ca8be8595bcd0a1482e826f3989310b973 Bug: No... 8bc85f9
  • Update WebRTC code version (2024-11-09T04:02:55). Bug: None Change-Id: Ie1ce0569732b27da7780b84ad44987920e878475 Rev... 3c18829

View on GitHub

notedit pushed 11 commits to main webrtc-mirror/webrtc
  • Update WebRTC code version (2024-11-07T04:07:11). Bug: None Change-Id: Ib5437c47f64e79c9f1f433180909e8ea31d29d8a Rev... 757d6c3
  • Remove unused android //base dependency Bug: None Change-Id: I750720690624a4e18311cd8b18ba324e69b17f70 Reviewed-on:... 69af473
  • Change scale factor to 0.5 The tests shows that using a scale factor around 0.5 gives the best precision and F1 scor... a5676c1
  • SEA discards inactive encoders in implementation name Inactive encoders are included in the string when they are pau... e6f0c2f
  • Replace cricket::LeastCommonMultiple and cricket::GreatestCommonDivisor with std::lcm and std::gcd. The std::lcm and... 7589689
  • Add H.265 to codecs that supports temporal scalability. Also updated the test to cover IsTemporalLayersSupported() f... 4405d06
  • Fix "arithmetic on a pointer to void" warning. Error appears when rolling Chromium in WebRTC: https://ci.chromium.or... 04d97b6
  • With stereo decoding and mono packets produce mono DTX/concealment Adding a temporary workaround in the WebRTC Opus ... c7824db
  • Replace usage of AudioProcessingBuilder in EnableMediaWithDefaults Bug: webrtc:369904700 Change-Id: Ia4962ac751d62e1... 05e5c32
  • Reduce DTLS RSA certificate tests by going from cartesian product of combinations to an explicit minimal list. BUG=... f4abc03
  • Include H.265 support in RTP video frame assembler. This adds support of H.265 into the RTP video frame assembler, w... ff9e7cb

View on GitHub

notedit pushed 11 commits to main webrtc-mirror/webrtc
  • Update WebRTC code version (2024-11-04T04:02:56). Bug: None Change-Id: I55de7364df2909d8a89680579714d394538c34bc Rev... 7855622
  • Disable libevent task queue completely. The libevent task queue has been migrated to stdlib on Android, without issu... 13a020c
  • Delete deprecated overloads of the AudioprocFloat test helper Bug: webrtc:369904700 Change-Id: I731114914f7a3e995b20... 170a7b5
  • Delete android helper to create default AudioProcessing Users can use BuiltinAudioProcessingBuilder directly instead... 72b827c
  • Update WebRTC code version (2024-11-05T04:09:36). Bug: None Change-Id: I79b5bbe6348f483abb77f8d550756f135ad129ff Rev... 3bd3815
  • Extend ios RTCPeerConnectionFactoryBuilder to have custom audio processing builder and field trials Bug: webrtc:3699... 1a93080
  • Cleanup H.265 TODOs. Cleanup some of the TODOs for H.265. They are either invalid or their handling should be merged... faef5de
  • Disable use_fuzztest_wrapper for bots not using libfuzzer. This is to avoid a dependency on Chromium //base on bots ... 2cc99f1
  • Add llvm-libc dependency, now required for libc++. Change-Id: I9f40047ec1e165bdf46bd03b83a83b8378e3d648 Bug: None Re... 8702008
  • Update freshness of adaptation documentation Checked wording and that all links are functional. Bug: b/363184959 Ch... b444820
  • Add unit tests for `AudioDecoderOpusImpl` for stereo - With mono encoding and stereo decoding check that the decoded... a287ffa

View on GitHub

notedit starred gpt-omni/mini-omni2
notedit pushed 11 commits to main webrtc-mirror/webrtc
  • Update WebRTC code version (2024-11-01T04:03:56). Bug: None Change-Id: I64683ddac719667170794da8da3c2647d864898e Rev... 0469847
  • Add support for sending packets with ECT(1) based on packet options in native WebRTC. With L4S in WebRTC, only RTP p... 906deaf
  • Opus wrapper: remove misleading comment - WebRTC does use the libopus DTX implementation - The removed detail is any... db40c1c
  • Return a status in ParsedRtcEventLog instead of checked_cast. Bug: webrtc:375120297 Change-Id: I64bd6b9e5ef646c787d2... 661ed67
  • Remove webrtc::ToLogString as no longer needed These function were replaced with AbslStringify Bug: None Change-Id:... 141dfb0
  • In tests replace AudioProcessingBuilder with BuiltinAudioProcessingBuilder To move towards deprecating AudioProcessi... 037ab26
  • Add generation of CCFB in answer (RFC8888 support) Note: This still doesn't enable CCFB - it just completes the sign... 9317a30
  • Update WebRTC code version (2024-11-02T04:04:51). Bug: None Change-Id: Ied30506250bec2f1b178a0b2c37494c9184508a4 Rev... 397645b
  • Modify Demo for Linux Fallback to squared pixel generator if no camera exist. Remove render scaling and rendering o... 060ae59
  • Update WebRTC code version (2024-11-03T04:04:34). Bug: None Change-Id: I7145ddcfc6b49efc2ce8d6f1ba36f5c7a493aab2 Rev... 7c7290b
  • Send CCFB at least every 250ms even if BWE is zero. This aligns with current transport sequence number feedback Bug:... 1d3f516

View on GitHub

notedit pushed 1 commit to main notedit/bailian2openai

View on GitHub

notedit created a repository: notedit/bailian2openai

https://github.com/notedit/bailian2openai - 阿里百炼 to openai 兼容

notedit created a branch on notedit/bailian2openai

main - 阿里百炼 to openai 兼容

notedit created a branch on notedit/transflow

main - transflow

notedit created a repository: notedit/transflow

https://github.com/notedit/transflow - transflow

notedit pushed 7 commits to main webrtc-mirror/webrtc
  • Update WebRTC code version (2024-10-31T04:04:48). Bug: None Change-Id: I9feb38bee5d4fa58abb63350a04f7a88bca64119 Rev... caf943d
  • [reland] Comment unused variables in implemented functions 10\n Bug: webrtc:370878648 Change-Id: Icbfacf8113942f60ba... 297fe1a
  • Comment unused variables in implemented functions 13\n Increased the number of errors the automation is fixing to 15... 3fa21c8
  • Allow single-argument StrCat and modify DEPS files accordingly. This is done in support of the decision to encourage... aaaeb29
  • Update VoiceEngine tests to use BuiltingAudioProcessingBuilder instead of AudioProcessingBuilder Bug: webrtc:3699047... 87155fc
  • Change audioproc float test utility api to pass AudioProcessing with builder. New api ensures field trials are avail... 24c3575
  • Add generation of CCFB in offer (RFC8888 support) Bug: webrtc:42225697 Change-Id: I288a808c4aae852212b09fdf9551e20fe... a25c1c0

View on GitHub

notedit pushed 1 commit to main notedit/trtc-ai-api-check

View on GitHub

notedit pushed 1 commit to main Tencent-RTC/trtc-conversation-ai-example

View on GitHub

notedit pushed 24 commits to main webrtc-mirror/webrtc
  • Update WebRTC code version (2024-10-28T04:02:21). Bug: None Change-Id: Id7b3dc460d185a0c9bc71ada869153d0f944f4c4 Rev... d7d77da
  • Delete requested_resolution, the old name for scale_resolution_down_to. Now that Chromium and internal_compile_lite ... 440ef02
  • DTLS: cleanup extension permutation which shipped in M129. BUG=webrtc:42225803 Change-Id: I5021c7878069a1cd0eafd07... 0e5d735
  • Comment unused variables in implemented functions 6\n Bug: webrtc:370878648 Change-Id: Ied495f832ae93da4c7dfdb8d0aca... c4024d6
  • Comment unused variables in implemented functions 7\n Bug: webrtc:370878648 Change-Id: Id0a2c73b7055267de93d5301bd73... 90c67e7
  • Comment unused variables in implemented functions 8\n Bug: webrtc:370878648 Change-Id: If66e079ff5e455b5c3c483c4c42e... b52416e
  • Rename capture_time_identifier to presentation_timestamp After landing this change, we can change the corresponding ... c4f61fb
  • Guard against redefining a PT within a single codec list. Bug: webrtc:360058654 Change-Id: I433031a11f40a70cedc3862e... 75a1066
  • Rename PacketOptions.is_retransmit to is_media. It is used to distinguish between audio/video packets and everything... 7058da6
  • Update WebRTC code version (2024-10-29T04:03:27). Bug: None Change-Id: Ic8bcaec7fb3025e5f6bb895c994e1037f2b721e8 Rev... 902d7cb
  • Reduce RSA key size for SSLStreamAdapter test and remove the testing of the nondefault key size from the "server" pa... ddac9f2
  • Clean-up iLBC nits Bug: webrtc:372395680 Change-Id: Ic33295bdc6e14abe35404dd969d5d51008e698f6 Reviewed-on: https://w... e8c8218
  • Add TODO in the Opus encoder where the application param is set Bug: webrtc:376071290 Change-Id: Idd9017435bab9f8b53... 4a482a2
  • Rename AudioProcessingFactory to Builder To stress there is no intention to use each instance more than once. Bug: ... dc03d87
  • Fix typo in video_quality_analyzer_interface.h Bug: None Change-Id: I641a0861392225fc2100b0c096e7f80afd094e13 Review... 0f39556
  • Comment unused variables in implemented functions 9\n Bug: webrtc:370878648 Change-Id: I2cdc8456c9fe1131fa09f02cdb4b... bec7015
  • Comment unused variables in implemented functions 10\n Bug: webrtc:370878648 Change-Id: Ic2dda55058ed4474d898fa938c2... f5e0f03
  • Comment unused variables in implemented functions 11\n Bug: webrtc:370878648 Change-Id: Ic31d7744cc8516e4c014bc044fb... a154b73
  • Comment unused variables in implemented functions 12\n Bug: webrtc:370878648 Change-Id: Ia9b1db4f6c393a016c3769cd57c... c118881
  • Update WebRTC code version (2024-10-30T04:04:47). Bug: None Change-Id: I5178537f1bf472a64e21ac8ef86f0ab6e85f4a0e Rev... ff1f3fb
  • and 4 more ...

View on GitHub

notedit pushed 1 commit to main webrtc-mirror/webrtc
  • Update WebRTC code version (2024-10-27T04:04:55). Bug: None Change-Id: Ic3f3410ae77372d3da4cca8135d62e9305d4c54b Rev... 9912723

View on GitHub

notedit starred 78/xiaozhi-esp32
notedit pushed 16 commits to main webrtc-mirror/webrtc
  • Update WebRTC code version (2024-10-24T04:04:22). Bug: None Change-Id: Iacb94841fceb09838ff77ab3eed255d5b8efe01f Rev... c959d2b
  • Clean up deprecated variant of DTLS-SRTP key exporter follow-up from https://webrtc-review.googlesource.com/c/src/... ba957e4
  • Dont use SimulcastToSvcConverter if the middle stream is inactive Bug: chromium:375048794 Change-Id: I0acc3b0096c81e... ce45238
  • Remove temporary video_stream_api target Downstream usage has been removed. Bug: webrtc:373151158 Change-Id: Idfb19... 6127926
  • Cleanup: compute AverageReportedPacketLossRatio only once when a new observation is added. Prior to this change, we ... d814213
  • Fix regression caused by default action changed for h264:Nalu:kFiller This commit fixes the issue of discontinuous R... 521b09b
  • Rename `requested_resolution` to `scale_resolution_down_to`. This is a pure refactor/rename CL without any changes i... 82617ac
  • Revert "Rename `requested_resolution` to `scale_resolution_down_to`." This reverts commit 82617ac51e7825db53451818f4... af44d8f
  • Unregister previous external decoders when creating a new one. When switching between payload types on same ssrc, a ... b5289d7
  • Update WebRTC code version (2024-10-25T04:04:48). Bug: None Change-Id: Ia2ded6a6fa56535ecbb5ef7a5cb94da243e09dd9 Rev... 115aea4
  • Reland "Rename `requested_resolution` to `scale_resolution_down_to`." This is a reland of commit 82617ac51e7825db534... e8c97c0
  • Implement support for receiving feedback according to RFC 8888 Bug: webrtc:42225697 Change-Id: Ieb270b44da223436d2fd... 1d2f85d
  • In AudioProcessing Simulator move AudioProcessing construction closer to api layer Removing AudioProcessingBuilder f... 2b36b37
  • Do not remove the highest loss observation if we suddenly send a lot more. Bug: webrtc:12707 Change-Id: Iccb05694867... 6bf6cfb
  • Export webrtc::ScalabilityModeFromString. This function will be used by RTCVideoEncoderFactory for converting media:... 99058d9
  • Add RtpSender OnFirstPacketSent callback. It works in the same way as the first packet received callback and can be ... 68f4e27

View on GitHub

notedit pushed 19 commits to main webrtc-mirror/webrtc
  • Update WebRTC code version (2024-10-22T04:06:00). Bug: None Change-Id: I977aafad116671c8075277326211dc7992044091 Rev... 29a4ada
  • Review style guide for freshness No-Try: True Bug: b/374699518 Change-Id: I9060b03b29574f7a6e330a9bc185636210df0a9a ... d42640c
  • Cleanup: Move all comparator tests to codec_comparators_unittests This CL has no functional changes. Bug: webrtc:36... 7a3c07b
  • Comment unused variables in implemented functions 3\n Bug: webrtc:370878648 Change-Id: I40251cc529cc20fbf2b034fa2579... 6d58a43
  • Comment unused variables in implemented functions 4\n Bug: webrtc:370878648 Change-Id: I32d472174ce4f9f31b829ea89a82... ca07d54
  • Comment unused variables in implemented functions 5\n Bug: webrtc:370878648 Change-Id: I8ac032b5621fd0a75bce11541133... 3f1a04a
  • Propagate the corruption_score metric to `RTCInboundRtpStreamStats`. Bug: webrtc:358039777 Change-Id: I7e956188a5ef9... a2205e3
  • Move rtc_base/network/ecn_marking.h to api/transport For now, old file forward include api/transport/ecn_marking.h D... 3073c48
  • Rename rtc::Packet to rtc::VirtualSocketPacket Bug: webrtc:42222919 Change-Id: I476624e986d4ef9208ec8673d9f6968fe00e... c218010
  • Add method CompactNtpIntervalToTimeDelta Similar to CompactNtpRttToTimeDelta but can return negative values. Bug: w... 639494b
  • Alias instead of reimplement rtc::RefCountedObject Mentioned reasons for re-implementing it do not apply when simple... eba6831
  • Update WebRTC code version (2024-10-23T04:10:13). Bug: None Change-Id: I031393cc0e18f21d2e4de0b83b748d155326e563 Rev... 39e7d0e
  • Cleanup TransportFeedbackAdapter unittests In preparation for adding RFC8888 support. Bug: webrtc:42225697 Change-I... b7cac14
  • Avoid string duplication when returning StringBuilder strings The const-ref result of .str() must be copied into the... 7085a88
  • Use mutable lambda captures in AsyncDnsResolver::Start(). Otherwise, the captured variables are immutable, so a subs... a21152a
  • Revert "Use Payload Type suggester for all codec merging" This reverts commit 0bac2aae596771db020f01a57fee4828081fbc... b7abaee
  • Cleanup unused Obj-C VideoFrame constructors These interfaces were deprecated 6 years ago and have not been function... 5f324db
  • Allow not specifying `requested_resolution` on inactive encodings. This fixes the bug where scaleResolutionDownTo mu... 1c262bf
  • Function that Converts NtpTime to a Timestamp with UTC epoch in Clock. [email protected] suggested to add a conve... 05666b4

View on GitHub

notedit starred egoist/whispo
notedit starred deepseek-ai/Janus
notedit pushed 5 commits to main webrtc-mirror/webrtc
  • Update WebRTC code version (2024-10-21T04:04:50). Bug: None Change-Id: Ie46c3c8bfbe5ef21e7f2bb1e925aa521be387395 Rev... 78456fa
  • Let the existing TransportFeedback work with RFC8888 congesting control In the `MaybeProcess` method, a new variable... 6d815bd
  • Add IsSameRtpCodec method to Codec. This is similar to MatchesRtpCodec but not an exact match of parameters, unspeci... 929c02a
  • Add helper to inject custom implementation of audio processing as factory This would simplify migrating from PeerCon... 10e4d86
  • Refactor CongestionControllerFeedback logic CongestrionControllerGenerator tracks received packets per SSRC. Lost pa... 079a8b4

View on GitHub

notedit pushed 1 commit to main webrtc-mirror/webrtc
  • Update WebRTC code version (2024-10-20T04:05:53). Bug: None Change-Id: If6428c59f3df9bd13e2ff0d03ae1b34ce9f6db19 Rev... 14dc9fb

View on GitHub

notedit pushed 10 commits to main webrtc-mirror/webrtc
  • Disable WindowFinderTest.FindConsoleWindow due to flakiness Bug: webrtc:373792116 Change-Id: I5b5ec2a090934248d1ce5e... a5c5ff4
  • Update WebRTC code version (2024-10-18T04:06:16). Bug: None Change-Id: I3698e25540f2f23c2cb9d8b5c2589bcab23c7c92 Rev... ca932cb
  • remove proto_data_sources usages Indirect input deps for imported proto is now handled by deps in proto_library temp... 337f6f2
  • Preserve the requested order for RTC event log plots Also remove some unused using-declarations. Bug: None Change-I... cecee51
  • Let ZeroOnFreeBuffer do the memcpy for DTLS-SRTP key extraction and use uint8_t instead of unsigned char. Follow-up ... 03b2c9f
  • Prepare TransportFeedbackAdapter for RFC8888 Directly use RtpPacketToSend instead of RtpPacketSendInfo For RFC8888 ... 93e1778
  • fix h264 encoder don't generate template_structure after first keyframe Bug: webrtc:345993676 Change-Id: Ie71c08d9a2... c382c84
  • Remove unused field trial. Bug: webrtc:358039777 Change-Id: I47e6cebb2525035cfabed828129741eb93f445e8 Reviewed-on: h... cdc38b9
  • Use Payload Type suggester for all codec merging Bug: webrtc:360058654 Change-Id: Id475762253c427c1800c2352a60fc0121... 0bac2aa
  • Update WebRTC code version (2024-10-19T04:04:53). Bug: None Change-Id: I53d221489655339dbf52dc384e89788a6f0cd13e Rev... 915d555

View on GitHub

notedit pushed 22 commits to main webrtc-mirror/webrtc
  • Roll chromium_revision e82ec81396..03821003e7 (1368150:1368333) Change log: https://chromium.googlesource.com/chromi... 6f99dba
  • Post corruption score aggregation to worker thread. Bug: webrtc:358039777 Change-Id: Ia7196436aaa024019869a7521243da... 129f228
  • Callback to NetworkStateEstimateObserver before NetworkLinkRtcpObserver If RTCP compound message is received with bo... 2ee43d6
  • For test peer start/stop AEC dump using peer connection factory api Instead of using AudioProcessing API directly Wi... 2a569a2
  • Roll chromium_revision 03821003e7..030af8fbf0 (1368333:1368717) Change log: https://chromium.googlesource.com/chromi... 6d433af
  • Add BuiltinAudioProcessingFactory Its implementation is a copy of the AudioProcessingBuilder with intention to repla... 2dc95ba
  • Fix misaligned read in physical_socket_server which causes errors under ASAN/UBSAN BUG=None Change-Id: I36bf4ff706... e486aed
  • Enable corruption detection when the encrypted extension is present Credit: https://webrtc-review.googlesource.com/c... 183a522
  • Do not change crypto options in peer_connection.cc Bug: webrtc:358039777 Change-Id: Icae795a122e0113c64fabd69d0fc222... d356228
  • Remove legacy transitive include for RtcEventLogOutputFile BUG=webrtc:42231521 Change-Id: Id9bec9d762d2a273ac9683f4... db1c618
  • Replace AudioProcessingBuilderForTesting with the BuiltinAudioProcessingFactory Bug: webrtc:369904700 Change-Id: Ie9... 9c21f63
  • Change timestamps type from int64 to Timestamp in MediaReceiverInfo. We should use the Timestamp type, rather then i... 558c2dc
  • [reland] Comment unused variables in implemented functions Compiling webrtc with `-Werror=unused-parameters` is fail... 049b43b
  • PCLF: provide port allocator flags directly instead of providing only extra flags Bug: b/349563913 Change-Id: Ic2568... e8d27c7
  • Add begin()/end() to CopyOnWriteBuffer. This allows this type to meet the requirements of e.g. std::ranges::range, w... f29fb25
  • Update WebRTC code version (2024-10-17T04:07:50). Bug: None Change-Id: I6f376ede737916ef0dae82dfa04d0d4a33ee7d2c Rev... 3cc5835
  • Add value_type alias to EncodedImageBufferInterface It would allow to use EncodedImageBufferInterface with gtest con... 44e17f3
  • Add a basic end-to-end test for corruption detection. This adds a Call-based test, that sets up video-pipeline with ... b280cb9
  • Migrate CreateVoipEngine to take audio_processing_factory instead of audio_processing This would allow users of the ... ecb3ed7
  • Check return values in WindowFinderTest.FindConsoleWindow on win Bug: webrtc:373792116 Change-Id: I2213f12e11e469aa5... 27d3d74
  • and 2 more ...

View on GitHub