- d15a575 Use SequenceChecker from public API by Artem Titov · 4 years, 2 months ago
- e7c79fd Remove from chromium build targets that are not compatible with it. by Andrey Logvin · 4 years, 2 months ago
- c5bdac6 Fix call_tests target dependencies by Andrey Logvin · 4 years, 2 months ago
- 3e9cb2c Move deprecated code to their own build targets. by Niels Möller · 4 years, 2 months ago
- e5f4c6b Reland "Refactor rtc_base build targets." by Mirko Bonadei · 4 years, 2 months ago
- 7acc2d9 Revert "Refactor rtc_base build targets." by Mirko Bonadei · 4 years, 2 months ago
- 69241a9 Refactor rtc_base build targets. by Mirko Bonadei · 4 years, 3 months ago
- 08d2c2b Delete unneeded dependencies on the Module abstraction by Niels Möller · 4 years, 3 months ago
- b985748 Add WebRTC code freshness version string. by Mirko Bonadei · 4 years, 3 months ago
- 20e4c80 Reland "Introduce RTC_NO_UNIQUE_ADDRESS." by Mirko Bonadei · 4 years, 4 months ago
- af70418 Hookup VideoSendStreamImpl::OnVideoLayersAllocationUpdate to RtpVideoSender. by Per Kjellander · 4 years, 5 months ago
- 0abd518 Revert "Introduce RTC_NO_UNIQUE_ADDRESS." by Mirko Bonadei · 4 years, 6 months ago
- 09ceed2 Async audio processing API by Olga Sharonova · 4 years, 6 months ago
- f5e261a Introduce RTC_NO_UNIQUE_ADDRESS. by Mirko Bonadei · 4 years, 6 months ago
- a8327d4 Move FrameCounts and FrameCountObserver to common_video/frame_counts.h by Niels Möller · 4 years, 7 months ago
- 8fddf1f Delete callbacks from RtpDemuxer on ssrc binding by Danil Chapovalov · 4 years, 8 months ago
- c1b2712 Delete RtcpDemuxer as unused by Danil Chapovalov · 4 years, 9 months ago
- 8fe932a Migrate call/ to webrtc::Mutex. by Markus Handell · 4 years, 9 months ago
- 29444c6 [Adaptation] Multi-processor support for injected Resources. by Henrik Boström · 4 years, 9 months ago
- 24762f2 Fix missing dependencies. by Mirko Bonadei · 4 years, 9 months ago
- f4a9991 [Adaptation] Adding adaptation resources from Call. by Henrik Boström · 4 years, 10 months ago
- 2dcf348 Use absl_deps in order to preapre to the Abseil component build release. by Mirko Bonadei · 4 years, 10 months ago
- 0d4647d Remove send_crit_, bitrate_crit_ and last_bandwidth_bps_crit_ locks. by Tommi · 4 years, 10 months ago
- 4b860c1 Calculate chain_diff for DependencyDescriptor from GenericFrameInfo by Danil Chapovalov · 4 years, 10 months ago
- 1148fd5 Define MockFrameTransformer in test/. by Marina Ciocea · 5 years ago
- cbc0cba Updates RtpVideoSender to populate RtpRtcp::Config.field_trials by Erik Språng · 5 years ago
- d2aa8f9 Insert audio frame transformer between encoder and packetizer. by Marina Ciocea · 5 years ago
- 6404cdd Allow setting a bandwidth cap for relayed connections. by Christoffer Rodbro · 5 years ago
- f45ca37 [Stats] Explicit RTP-RTX and RTP-FEC mappings. Unblocks simulcast stats. by Henrik Boström · 5 years ago
- e77912b Insert frame transformer between Encoded and Packetizer. by Marina Ciocea · 5 years ago
- 9526c55 Refactoring mock_transport to be used separately by Tim Na · 5 years ago
- 02d71fb Populate generic descriptor based on GenericFrameInfo when available. by Danil Chapovalov · 5 years ago
- ccbe95f Reformat GN files. by Mirko Bonadei · 5 years ago
- 3d4d94a Adds scenario test for transport wide feedback based retransmission. by Sebastian Jansson · 5 years ago
- b8c775a Refactoring AudioSender api out of AudioSendStream for more abstraction to reuse AudioTransportImpl for voip api by Tim Na · 5 years ago
- 1b4e4bf Migrate several call tests from legacy RtpHeaderParser to RtpPacket parsing. by Danil Chapovalov · 5 years ago
- 33f9d2b Migrate WebRTC on FrameGeneratorInterface and remove FrameGenerator class by Artem Titov · 5 years ago
- 269ac81 VideoReceiveStream: Enable encoded frame sink. by Markus Handell · 5 years ago
- 014dd3c Trials should always be populated in call config. by Erik Språng · 5 years ago
- 7a9a092 Delete media transport integration. by Bjorn A Mellem · 5 years ago
- 00cc836 Makes all of RtpVideoSenderTest use simulated time by Erik Språng · 5 years ago
- 662678d Adds injectable trials from peerconnection down to transport controller. by Erik Språng · 5 years ago
- c3d1f9b Enable injection of a custom NetEqFactory into PeerConnectionFactory. by Ivo Creusen · 5 years ago
- 9f5ae7b Update call Rampup tests not to rely on DEPRECATED_SingleThreadedTaskQueueForTesting by Danil Chapovalov · 5 years ago
- 82a3f0a Replace SingleThreadedTaskQueueForTesting::SendTask usage with ::webrtc::SendTask by Danil Chapovalov · 5 years ago
- 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 5 years ago
- 04671b0 Delete unused method PacedSender::QueueSizePackets by Niels Möller · 5 years ago
- 82ed2e8 Cleanup: Propagating BitrateAllocationUpdate to RtpVideoSender by Sebastian Jansson · 5 years ago
- 6cf554e Reduces locking in RtpSenderVideo. by Erik Språng · 5 years ago
- 40de3cc Propagating TargetRate struct to BitrateAllocator. by Sebastian Jansson · 6 years ago
- 93b1ea2 Using struct for bitrate allocation limits. by Sebastian Jansson · 6 years ago
- 738bfa7 Remove api/bitrate_constraints.h. by Mirko Bonadei · 6 years ago
- 4d461ba Reusing MediaStreamAllocationConfig struct in ObserverConfig. by Sebastian Jansson · 6 years ago
- 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 6 years ago
- eaaaf41 Introduce api/crypto/BUILD.gn. by Mirko Bonadei · 6 years ago
- 65f17ca Move MediaTransportInterface out of the libjingle_peerconnection_api target by Niels Möller · 6 years ago
- fcfeefe Move rtc_error.{h,cc} to its own build target. by Mirko Bonadei · 6 years ago
- a837030 Split out RtpSource from libjingle_peerconnection_api by Niels Möller · 6 years ago
- 25eb47c Make the RtpHeaderParserImpl available to tests and tools only. by Tommi · 6 years ago
- b4a6128 Delete unneeded dependencies on libjingle_peerconnection_api by Niels Möller · 6 years ago
- 6dcd4dc New target for api/rtp_parameters.h and api/media_types.h. by Niels Möller · 6 years ago
- 83bbe91 Delete deprecated rtc_event_log header by Danil Chapovalov · 6 years ago
- 425d6aa Add RtpPacketPacer interface for pacer control by Erik Språng · 6 years ago
- 2ab97f6 Migrate WebRTC test infra to ABSL_FLAG. by Mirko Bonadei · 6 years ago
- 53d45ba Make TaskQueueFactory required construction parameter for Call by Danil Chapovalov · 6 years ago
- 4ba04b7 Delete RtcEventLogFactory factory as now unused by Danil Chapovalov · 6 years ago
- 4ad51d8 Removes SendSideCongestionController. by Sebastian Jansson · 6 years ago
- 5d24b16 Prepare for splitting the api/video:video_frames build rule. by Chen Xing · 6 years ago
- 845c6aa Add support for early loss detection using transport feedback. by Erik Språng · 6 years ago
- 6e436d1 [audio] Plumbing of ReportBlockData from RTCPReceiver to MediaSenderInfo by Henrik Boström · 6 years ago
- 166b45d Adds route changes in event logs. by Sebastian Jansson · 6 years ago
- d8b9ed7 Promote RtcEventLogOutputFile to api/ by Niels Möller · 6 years ago
- ce92817 Split test:test_common source set by Danil Chapovalov · 6 years ago
- d3ba236 Stop using GlobalTaskQueueFactory in video unittests by Danil Chapovalov · 6 years ago
- 304ea5f Add RtcEventLogFactory factory with explicit TaskQueueFactory by Danil Chapovalov · 6 years ago
- 898395d RTPSenderVideo::GetSentRtpPacketInfo() over a set of sequence numbers by Elad Alon · 6 years ago
- 0810a7c Add base class NetworkPredictor and NetworkPredictorFactory and wire up. by Ying Wang · 6 years ago
- b55015e Replacing SequencedTaskChecker with SequenceChecker. by Sebastian Jansson · 6 years ago
- 9d8eaac Delete unneeded direct includes of common_types.h by Niels Möller · 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
- 5fe9510 Move ownership of RTPSenderVideo one more level up, to RtpVideoSender by Niels Möller · 6 years ago
- ed50e6c Inject TaskQueueFactory in RtpTransportControllerSend. by Sebastian Jansson · 6 years ago
- 74682c1 Inject TaskQueueFactory to video streams. by Sebastian Jansson · 6 years ago
- fc52b91 Implicitly suppress //build/config/clang:find_bad_constructs. by Mirko Bonadei · 6 years ago
- 2b08e31 Adds CoDel implementation to network simulation. by Sebastian Jansson · 6 years ago
- 487c09b Adds FakeNetworkPipeTest to rtc_unittests. by Sebastian Jansson · 6 years ago
- 836fee1 Calculate next process time in simulated network. by Sebastian Jansson · 6 years ago
- eceea31 Reduces locking in SimulatedNetwork class. by Sebastian Jansson · 6 years ago
- f380284 (7) Rename files to snake_case: remove forwarding headers by Steve Anton · 6 years ago
- d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
- ecb6897 Adds repeating task class. by Sebastian Jansson · 6 years ago
- aec15aa (5) Rename files to snake_case: install forwarding headers by Steve Anton · 6 years ago
- 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
- 40d5533 Include absl/memory/memory.h if absl::make_unique is used by Steve Anton · 6 years ago
- 87609be Merges RtpTransportControllerSend with SendSideCongestionController. by Sebastian Jansson · 6 years ago
- 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
- 6736df1 Moves BitrateAllocationUpdate to api. by Sebastian Jansson · 6 years ago