- c310889 Revert "Reland "Refactors UlpFec and FlexFec to use a common interface."" by Erik Språng · 4 years, 8 months ago
- 49734dc Reland "Refactors UlpFec and FlexFec to use a common interface." by Erik Språng · 4 years, 8 months ago
- 9526c55 Refactoring mock_transport to be used separately by Tim Na · 4 years, 9 months ago
- 95800f6 Authenticate video header when dependency descriptor is sent by Danil Chapovalov · 4 years, 9 months ago
- e209fe6 Do not propagate generic descriptor on receiving frame by Danil Chapovalov · 4 years, 9 months ago
- cb4d380 Revert "Refactors UlpFec and FlexFec to use a common interface." by Erik Språng · 4 years, 9 months ago
- 11af1d7 Refactors UlpFec and FlexFec to use a common interface. by Erik Språng · 4 years, 9 months ago
- bc1750d Revert "Do not propagate generic descriptor on receiving frame" by Danil Chapovalov · 4 years, 9 months ago
- abf73de Do not propagate generic descriptor on receiving frame by Danil Chapovalov · 4 years, 9 months ago
- d0e1885 Clean up dead code in RtpSenderVideo. by Erik Språng · 4 years, 9 months ago
- 56e611b Reland "Remove PlayoutDelayOracle and make RtpSenderVideo guarantee delivery" by Erik Språng · 4 years, 9 months ago
- 632a03c Revert "Remove PlayoutDelayOracle and make RtpSenderVideo guarantee delivery" by Erik Språng · 4 years, 9 months ago
- 4f68f53 Remove PlayoutDelayOracle and make RtpSenderVideo guarantee delivery by Erik Språng · 4 years, 9 months ago
- 670af26 in RtpSenderVideo add support for writing DependencyDescriptor header extension by Danil Chapovalov · 4 years, 9 months ago
- 67dcb4b Publish DependencyDescriptor structures in the api by Danil Chapovalov · 4 years, 10 months ago
- 64f1f3f Replace RTC_FALLTHROUGH with ABSL_FALLTHROUGH_INTENTED by Danil Chapovalov · 4 years, 10 months ago
- d06588a Change Av1 depacketizer to implement VideoRtpDepacketizer interface by Danil Chapovalov · 4 years, 10 months ago
- b42aeaa Move RtpDepacketizerH264 into own files by Danil Chapovalov · 4 years, 10 months ago
- 27f4d32 Add VideoRtpDepacketizerGeneric by Danil Chapovalov · 4 years, 11 months ago
- 32fe4ef Move vp9 rtp depacketization to VideoRtpDepacketizerVp9 by Danil Chapovalov · 4 years, 11 months ago
- eae6896 Move vp8 rtp depacketization to VideoRtpDepacketizerVp8 by Danil Chapovalov · 5 years ago
- 80bc1ac Add implementations of the VideoRtpDepacketizer interface by Danil Chapovalov · 5 years ago
- fc50e44 Introduce VideoRtpDepacketizer interface to replace RtpDepacketizer by Danil Chapovalov · 5 years ago
- 096a46f Implement AV1 RtpPacketizer class by Danil Chapovalov · 5 years ago
- 038fd99 Add RtpDepacketizerAv1::AssembleFrame function by Danil Chapovalov · 5 years ago
- ccf12c6 Reland "Add AV1 RtpDepacketizer class" by Danil Chapovalov · 5 years ago
- 9f99175 Revert "Add AV1 RtpDepacketizer class" by Yves Gerey · 5 years ago
- 49470c2 Add AV1 RtpDepacketizer class by Danil Chapovalov · 5 years ago
- bae1275 Using unit types in TransportFeedbackAdapter. by Sebastian Jansson · 5 years ago
- 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 5 years ago
- 671b403 Split RTPSender into pre- and post-pacer parts. by Erik Språng · 5 years ago
- 75acef3 Reject invalid spatial index by Kuang-che Wu · 5 years ago
- 834a554 Include module_common_types.h only where needed by Niels Möller · 5 years ago
- e24557f Declare api:libjingle_peerconnection_api dependency on media:media_base by Niels Möller · 5 years ago
- 6ed60e3 Implement Dependency Descriptor writer by Danil Chapovalov · 5 years ago
- 693bf1e Delete modules/rtp_rtcp local DivideRoundToNearest in favor on one in rtc_base by Danil Chapovalov · 5 years ago
- 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
- f5dec1c Implement Dependency Descriptor reader by Danil Chapovalov · 5 years ago
- eaaaf41 Introduce api/crypto/BUILD.gn. by Mirko Bonadei · 5 years ago
- 16cb1f6 Stop using rtc_event.h forward header by Danil Chapovalov · 5 years ago
- a837030 Split out RtpSource from libjingle_peerconnection_api by Niels Möller · 5 years ago
- 25eb47c Make the RtpHeaderParserImpl available to tests and tools only. by Tommi · 5 years ago
- 6dcd4dc New target for api/rtp_parameters.h and api/media_types.h. by Niels Möller · 5 years ago
- 05f8f1d Add helper classes to send and receive abs-capture-time extensions. by Chen Xing · 5 years ago
- 83bbe91 Delete deprecated rtc_event_log header by Danil Chapovalov · 5 years ago
- b56cca3 Remove the old `ContributingSources` class. by Chen Xing · 5 years ago
- aa59eca Move RtpPacketSender and merge it with RtpPacketPacer. by Erik Språng · 5 years ago
- e1795f4 Adds remote estimate RTCP packet. by Sebastian Jansson · 5 years ago
- 52e5242 Add trait to Build/Parse DependencyDescriptor rtp header extension by Danil Chapovalov · 5 years ago
- f53cfa9 Add new RtpPacketPacer interface, with callback. by Erik Språng · 5 years ago
- 9c16af7 Add a tracker for RTCRtpContributingSource and RTCRtpSynchronizationSource. by Chen Xing · 5 years ago
- eceb537 Add RtpPacketHistory::SetSendTime() by Erik Språng · 5 years ago
- 5d24b16 Prepare for splitting the api/video:video_frames build rule. by Chen Xing · 5 years ago
- e86af2c Allowing buffering a LNTF (loss notification) feedback message in RTCPSender by Elad Alon · 5 years ago
- f204787 ReportBlockData and observer added, for stats collection in future CLs. by Henrik Boström · 5 years ago
- abbc50e Move frame_type member from RtpDepacketizer::ParsedPayload to RTPVideoHeader by Niels Möller · 6 years ago
- b55015e Replacing SequencedTaskChecker with SequenceChecker. by Sebastian Jansson · 6 years ago
- f88aa97 Introduce RtpSequenceNumberMap by Elad Alon · 6 years ago
- 9d8eaac Delete unneeded direct includes of common_types.h by Niels Möller · 6 years ago
- 91c2606 Use Abseil container algorithms in modules/rtp_rtcp/ by Steve Anton · 6 years ago
- a7de698 Add functions IsLegalMidName and IsLegalRsidName by Niels Möller · 6 years ago
- 741daaf Move rtc::FunctionView to the public API by Artem Titov · 6 years ago
- 94b57c0 Cleanup BUILD.gn files from imports like foo:foo by Artem Titov · 6 years ago
- ef1052a Reland "Move api/rtp_headers.h to its own build target." by Niels Möller · 6 years ago
- 2baef35 Revert "Move api/rtp_headers.h to its own build target." by Steve Anton · 6 years ago
- a67050d Move api/rtp_headers.h to its own build target. by Niels Möller · 6 years ago
- dd025d8 Avoid using global task queue factory in RtcpTransciever tests by Danil Chapovalov · 6 years ago
- c936cb6 Make AudioFrameType an enum class, and move to audio_coding_module_typedefs.h by Niels Möller · 6 years ago
- 1aa7581 Replace all usage of rtc::NewClosure with webrtc::ToQueuedTask by Danil Chapovalov · 6 years ago
- e11b7d2 Replace field trials with WebRtcKeyValueConfig in RtpRtcpModule by Per Kjellander · 6 years ago
- e7b9e6b Move RtpSenderVideo tests to separate file. by Niels Möller · 6 years ago
- a34d776 Move RtpSenderAudioTest to its own file by Niels Möller · 6 years ago
- d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
- f8e7ccb Create new RTCP feedback message - LossIndication by Elad Alon · 6 years ago
- ecb6897 Adds repeating task class. by Sebastian Jansson · 6 years ago
- f93eda1 Move some video codec constants to separate file. by Erik Språng · 6 years ago
- 31d8b52 Delete unneeded includes of rtc_base/stringutils.h. by Niels Möller · 6 years ago
- f1ab9b9 Refactor creation of ColorSpace test data by Johannes Kron · 6 years ago
- 18f0c3c Add RegisterAudioSendPayload() method by Fredrik Solenberg · 6 years ago
- 53382cb Move RtcpStatistics from common_types.h to a new header file by Niels Möller · 6 years ago
- aa3c1cc Delete _strnicmp. Uses replaced with abseil functions. by Niels Möller · 6 years ago
- 21cddff Harmonize paths to dependent targets. by Yves Gerey · 6 years ago
- 6dd7f91 Remove deprecated deregistration functions in RtcpTransceiver by Danil Chapovalov · 6 years ago
- 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
- 98f5f6c In RtcpTransceiver functions with callback avoid relying on PostTaskAndReply by Danil Chapovalov · 6 years ago
- 40a7a35 Extract functionality of test_main into separate library. by Artem Titov · 6 years ago
- 23b2a25 Remove unlimited retransmission for screenshare experiment code by Ilya Nikolaevskiy · 6 years ago
- 44b384d Delete support for VoIP metrics (RFC 3611 4.7) by Niels Möller · 6 years ago
- 4a72ba9 Delete RtpReceiver and related code. by Niels Möller · 6 years ago
- 7b18992 Move RtpHeaderExtensionMap::GetTotalLengthInBytes into own file by Danil Chapovalov · 6 years ago
- 5c25010 Set public visibility for rtp_rtcp and video_coding targets by Danil Chapovalov · 6 years ago
- 1f3206c Change ReceiveStatistics to implement RtpPacketSinkInterface, part 1 by Niels Möller · 6 years ago
- 17f4878 Remove deprecated field_trial_default and metrics_default. by Mirko Bonadei · 6 years ago
- db12856 Cleanup modules_common_types by Danil Chapovalov · 6 years ago
- f0076d3 Add RtcpTransceiver::Stop to allow non-blocking destruction by Danil Chapovalov · 6 years ago
- 1a6a4f3 Replace WeakPtr with CancelablePeriodicTask in RtcpTransceiverImpl by Danil Chapovalov · 6 years ago
- 376e114 in RtpPacketizerVp8 factor out payload splitter function by Danil Chapovalov · 6 years ago
- 8a3c166 Cleanup RtpPacketizerVP8 tests by Danil Chapovalov · 6 years ago
- 523b4c4 Add unlimited retransmission experiment for screenshare by Ilya Nikolaevskiy · 6 years ago
- af17595 Refactor RtpReceiverImpl, extracting CSRC book-keeping to its own class by Niels Möller · 6 years ago