Sign in
webrtc
/
src.git
/
73ceed58f827a1e70ed4fabb8c0b4e4a788226da
/
api
/
BUILD.gn
eaaaf41
Introduce api/crypto/BUILD.gn.
by Mirko Bonadei
· 6 years ago
e78fd80
New class DummyPeerConnection
by Niels Möller
· 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
9bc9885
Add placeholder target to move rtc_error out of the main API target.
by Mirko Bonadei
· 6 years ago
662e31f
Prepare to move packet_socket_factory to api/.
by Patrik Höglund
· 6 years ago
9305d11
Delete deprecated rtc_event_log_factory_interface.h
by Danil Chapovalov
· 6 years ago
a837030
Split out RtpSource from libjingle_peerconnection_api
by Niels Möller
· 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
184b4af
New empty build target api:rtp_parameters
by Niels Möller
· 6 years ago
a854921
Enable custom metrics gathering from stats API in PC framework.
by Artem Titov
· 6 years ago
05497f2
Pull a DataChannelTransportInterface out of MediaTransportInterface.
by Bjorn A Mellem
· 6 years ago
e08648d
Add `AbsoluteCaptureTime` to `RtpPacketInfo`.
by Chen Xing
· 6 years ago
8e967df
Use unique_ptr in JsepCandidateCollection
by Steve Anton
· 6 years ago
2ab97f6
Migrate WebRTC test infra to ABSL_FLAG.
by Mirko Bonadei
· 6 years ago
41300af
Poison default task queue factory
by Danil Chapovalov
· 6 years ago
386802e
Move network emulation framework under test/network
by Artem Titov
· 6 years ago
45befc5
Pass FecControllerOverride to Vp8FrameBufferControllerFactory::Create
by Elad Alon
· 6 years ago
6fdfec1
Add overload to CreateIceTransport that takes additional dependencies
by Steve Anton
· 6 years ago
8f01c4e
Define FecControllerOverride and plumb it down to VideoEncoder
by Elad Alon
· 6 years ago
5bf5806
Force DefaultTaskQueueFactory in legacy CreatePeerConnectionFactory
by Danil Chapovalov
· 6 years ago
c16289f
Split the build rule for video_frame into a video_rtp_headers part.
by Chen Xing
· 6 years ago
3d61ab1
Adds send time to ReceivedPacket struct.
by Sebastian Jansson
· 6 years ago
1a5fc90
in test/pc/e2e pass TaskQueueFactory explicitly
by Danil Chapovalov
· 6 years ago
5d24b16
Prepare for splitting the api/video:video_frames build rule.
by Chen Xing
· 6 years ago
c85ebbe
Reland: Implement true negotiation for DatagramTransport with fallback to RTP.
by Bjorn A Mellem
· 6 years ago
7e8de0b
Revert "Implement true negotiation for DatagramTransport with fallback to RTP."
by Bjorn Mellem
· 6 years ago
71c6482
Implement true negotiation for DatagramTransport with fallback to RTP.
by Bjorn A Mellem
· 6 years ago
d2a6686
Add RtpPacketInfo to hold information about a received RtpPacket.
by Chen Xing
· 6 years ago
57dc02a
Add receive_timestamp to DatagramAcks.
by Bjorn A Mellem
· 6 years ago
34cd485
Delete the remaining ORTC interfaces.
by Bjorn A Mellem
· 6 years ago
b32f2c7
Publish rtc event log api and default factory for it in api/
by Danil Chapovalov
· 6 years ago
4f08faa
Introduce MediaTransportConfig
by Anton Sukhanov
· 6 years ago
c136b06
Add datagram_transport and congestion_control interface
by Anton Sukhanov
· 6 years ago
d8b9ed7
Promote RtcEventLogOutputFile to api/
by Niels Möller
· 6 years ago
60f14ce
Do not use absl::flat_hash_map in DefaultVideoQualityAnalyzer.
by Mirko Bonadei
· 6 years ago
f65a89b
Add support of specifying concrete codec for video stream
by Artem Titov
· 6 years ago
1391ed2
Allows injection of network controller factory in test fixture.
by Sebastian Jansson
· 6 years ago
806299e
Introduce network emulation layer stats API.
by Artem Titov
· 6 years ago
7061e51
Expose DtlsTransport::remote_ssl_certificates
by Harald Alvestrand
· 6 years ago
0810a7c
Add base class NetworkPredictor and NetworkPredictorFactory and wire up.
by Ying Wang
· 6 years ago
b703db9
Fix and test CreateVideoStreamDecoder
by Danil Chapovalov
· 6 years ago
f948eb6
Implement DefaultAudioQualityAnalyzer.
by Mirko Bonadei
· 6 years ago
9435c610
Expose TaskQueueFactory for webrtc::Call in peer connection api
by Danil Chapovalov
· 6 years ago
66e7679
Export symbols needed by the Chromium component build (part 8).
by Mirko Bonadei
· 6 years ago
a7d8f19
Use 'public_deps' to depend on nacl_io [1].
by Mirko Bonadei
· 6 years ago
8ea8dcb
Rename create_network_emulation_manager_api into create_network_emulation_manager
by Artem Titov
· 6 years ago
a59dcc3
Use Abseil container algorithms in api/
by Steve Anton
· 6 years ago
d57628f
Move API for PC e2e test framework to the public API folder
by Artem Titov
· 6 years ago
8f7ce22
Make VideoFrameType an enum class, and move to separate file and target
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
533a9fe
Clean BUILD.gn files: remove extra :memory
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
5ec6156
Allow passing an event log as string to NetEqSimulator.
by Ivo Creusen
· 6 years ago
b838952
Add empty target api:rtp_headers
by Niels Möller
· 6 years ago
7bf8c7f
Add public API for NetworkEmulationManager
by Artem Titov
· 6 years ago
3cc45d4
Add a test that all //api/test headers are compilable.
by Harald Alvestrand
· 6 years ago
fc52b91
Implicitly suppress //build/config/clang:find_bad_constructs.
by Mirko Bonadei
· 6 years ago
c85328f
Add SCTP transport to the public API.
by Harald Alvestrand
· 6 years ago
2684ab3
Test default TaskQueue implementation via TaskQueueBase interface
by Danil Chapovalov
· 6 years ago
7e0e44f
Move video-related MediaTransport interfaces to their own file and target
by Niels Möller
· 6 years ago
dac03d9
Move MediaConstraintsInterface to sdk/, and make it a concrete class
by Niels Möller
· 6 years ago
ec3b9ff
Move audio-related MediaTransport interfaces to their own file and target
by Niels Möller
· 6 years ago
9846262
Add IceTransportInterface object
by Harald Alvestrand
· 6 years ago
2c9ebef
Use Abseil container algorithms in media/
by Steve Anton
· 6 years ago
48c5493
Add 'UpdateAllocationLimits' in media transport.
by Piotr (Peter) Slatala
· 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
4e5ffbe
Remove unneeded deps from api:call_api.
by Mirko Bonadei
· 6 years ago
45340ca
Remove legacy video codec factories.
by Anders Carlsson
· 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
31d8b52
Delete unneeded includes of rtc_base/stringutils.h.
by Niels Möller
· 6 years ago
6fe1fba
Convert MediaSessionFactory to return unique_ptrs
by Steve Anton
· 6 years ago
0109295
Mark functions using old factory classes as deprecated.
by Anders Carlsson
· 6 years ago
e0446cb
Move implementation of LoopbackMediaTransport to .cc file
by Niels Möller
· 6 years ago
ad88c88
Add API for returning a webrtc::DtlsTransport for a MID on a PC
by Harald Alvestrand
· 6 years ago
3e70781
[Cleanup] Add missing #include. Remove useless ones. IWYU part 2.
by Yves Gerey
· 6 years ago
e3abb81
Decouple //rtc_base:rtc_base_tests_utils from gunit.
by Mirko Bonadei
· 6 years ago
2ff3f49
Move webrtc::CreatePeerConnectionFactory definition next to decl.
by Mirko Bonadei
· 6 years ago
6736df1
Moves BitrateAllocationUpdate to api.
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
85340ce
Move rtc::scoped_refptr to api/.
by Mirko Bonadei
· 6 years ago
c3313a3
Make api:create_peerconnection_factory public.
by Mirko Bonadei
· 6 years ago
3cf8f3e
Adding empty api:create_peerconnection_factory.
by Mirko Bonadei
· 6 years ago
cfe3b6a
Remove most of api/ortc/.
by Jonas Olsson
· 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
273d029
Implement data channel methods in LoopbackMediaTransport.
by Bjorn Mellem
· 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
21cddff
Harmonize paths to dependent targets.
by Yves Gerey
· 6 years ago
78410ad
Fixes use after free error when setting a new FrameEncryptor on ChannelSend.
by Benjamin Wright
· 6 years ago
bc6a06c
Adding missing #include on absl/memory/memory.h.
by Mirko Bonadei
· 6 years ago
Next »