Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
42bf253e3e43ffafbe086e8c30737b2cffa5dbf7
/
call
/
BUILD.gn
ccbe95f
Reformat GN files.
by Mirko Bonadei
· 4 years, 10 months ago
3d4d94a
Adds scenario test for transport wide feedback based retransmission.
by Sebastian Jansson
· 4 years, 10 months ago
b8c775a
Refactoring AudioSender api out of AudioSendStream for more abstraction to reuse AudioTransportImpl for voip api
by Tim Na
· 4 years, 10 months 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
· 5 years ago
93b1ea2
Using struct for bitrate allocation limits.
by Sebastian Jansson
· 5 years ago
738bfa7
Remove api/bitrate_constraints.h.
by Mirko Bonadei
· 5 years ago
4d461ba
Reusing MediaStreamAllocationConfig struct in ObserverConfig.
by Sebastian Jansson
· 5 years ago
317a1f0
Use std::make_unique instead of absl::make_unique.
by Mirko Bonadei
· 5 years ago
eaaaf41
Introduce api/crypto/BUILD.gn.
by Mirko Bonadei
· 5 years ago
65f17ca
Move MediaTransportInterface out of the libjingle_peerconnection_api target
by Niels Möller
· 5 years ago
fcfeefe
Move rtc_error.{h,cc} to its own build target.
by Mirko Bonadei
· 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
b4a6128
Delete unneeded dependencies on libjingle_peerconnection_api
by Niels Möller
· 5 years ago
6dcd4dc
New target for api/rtp_parameters.h and api/media_types.h.
by Niels Möller
· 5 years ago
83bbe91
Delete deprecated rtc_event_log header
by Danil Chapovalov
· 5 years ago
425d6aa
Add RtpPacketPacer interface for pacer control
by Erik Språng
· 5 years ago
2ab97f6
Migrate WebRTC test infra to ABSL_FLAG.
by Mirko Bonadei
· 5 years ago
53d45ba
Make TaskQueueFactory required construction parameter for Call
by Danil Chapovalov
· 5 years ago
4ba04b7
Delete RtcEventLogFactory factory as now unused
by Danil Chapovalov
· 5 years ago
4ad51d8
Removes SendSideCongestionController.
by Sebastian Jansson
· 5 years ago
5d24b16
Prepare for splitting the api/video:video_frames build rule.
by Chen Xing
· 5 years ago
845c6aa
Add support for early loss detection using transport feedback.
by Erik Språng
· 5 years ago
6e436d1
[audio] Plumbing of ReportBlockData from RTCPReceiver to MediaSenderInfo
by Henrik Boström
· 5 years ago
166b45d
Adds route changes in event logs.
by Sebastian Jansson
· 5 years ago
d8b9ed7
Promote RtcEventLogOutputFile to api/
by Niels Möller
· 5 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
13e5903
Using unit classes in BitrateAllocationUpdate struct.
by Sebastian Jansson
· 6 years ago
2222a80
Delete unneeded includes of common_types.h and gn deps on webrtc_common.
by Niels Möller
· 6 years ago
179a392
Implement TargetBitrate, NetworkRoute and overhead features of media transport interface.
by Piotr (Peter) Slatala
· 6 years ago
cc8e8bb
Pass the media transport from JsepTransportController to Call.
by Piotr (Peter) Slatala
· 6 years ago
c2ebe21
Reland "Use the factory instead of using the builtin code path in `VideoCodecInitializer`"
by Jiawei Ou
· 6 years ago
b768e88
Reland "Isolating APM API build target: making :api an actual target."
by Alessio Bazzica
· 6 years ago
61c6e56
Revert "Isolating APM API build target: making :api an actual target."
by Alessio Bazzica
· 6 years ago
a7f77a7
Isolating APM API build target: making :api an actual target.
by Alessio Bazzica
· 6 years ago
2cd3b4c
Fixing bug in SimulatedNetwork where packets stop.
by Sebastian Jansson
· 6 years ago
59844ce
Revert "Use the factory instead of using the builtin code path in `VideoCodecInitializer`."
by Qingsi Wang
· 6 years ago
be14217
Use the factory instead of using the builtin code path in `VideoCodecInitializer`.
by Jiawei Ou
· 6 years ago
7182286
Allow FakeNetworkPipe to wake up its processing thread
by Sebastian Jansson
· 6 years ago
69807e8
Depend directly on destination targets.
by Yves Gerey
· 6 years ago
21cddff
Harmonize paths to dependent targets.
by Yves Gerey
· 6 years ago
988cc08
[Cleanup] Add missing #include. Remove useless ones.
by Yves Gerey
· 6 years ago
f5e767d
Don't send max allocation probe unless allocation changed.
by Sebastian Jansson
· 6 years ago
1298541
Removing unnecessary dependencies on socket.h.
by Sebastian Jansson
· 6 years ago
40a7a35
Extract functionality of test_main into separate library.
by Artem Titov
· 6 years ago
76ad154
New method for precise packet reception time measurement.
by Christoffer Rodbro
· 6 years ago
64be7fa
Move FecController to RtpVideoSender.
by Stefan Holmer
· 6 years ago
32fe3d1
Temporarily increase visibility of pacing and call/rtp_interfaces
by Danil Chapovalov
· 6 years ago
e0d455b
Remove runtime_enabled_feature.
by Mirko Bonadei
· 6 years ago
17f4878
Remove deprecated field_trial_default and metrics_default.
by Mirko Bonadei
· 6 years ago
8fdcac3
Remove clang:find_bad_constructs suppression from call:call.
by Mirko Bonadei
· 6 years ago
b0588e6
Reland "Move FakeCodec to separate target and behave like real encoder."
by Ilya Nikolaevskiy
· 6 years ago
8d92e8d
Revert "Reland "Move FakeCodec to separate target and behave like real encoder.""
by Ilya Nikolaevskiy
· 6 years ago
f2a8287
Reland "Move FakeCodec to separate target and behave like real encoder."
by Ilya Nikolaevskiy
· 6 years ago
7d13a6e
Revert "Move FakeCodec to separate target and behave like real encoder."
by Ilya Nikolaevskiy
· 6 years ago
223eba5
Move FakeCodec to separate target and behave like real encoder.
by Ilya Nikolaevskiy
· 6 years ago
4e199e9
Mark DirectTransport subclasses ctors as deprecated and switch from them
by Artem Titov
· 6 years ago
dd2eebe
Deprecate two DirectTransport ctors and remove their direct usage.
by Artem Titov
· 6 years ago
46c4e60
Introduce SimulatedNetworkReceiverInterface.
by Artem Titov
· 6 years ago
Next »