1. 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 5 years ago
  2. 35214fc Add missing RTC_EXPORT for the component build. by Mirko Bonadei · 5 years ago
  3. f8998cf Add a turn port prune policy to keep the first ready turn port. by Honghai Zhang · 5 years ago
  4. ba700de Add missing dependencies to the static library. by Mirko Bonadei · 5 years ago
  5. bfcec4c Delete old placeholders for moved api/ header files by Niels Möller · 5 years ago
  6. fb59a6a Return `const char*` from ToString(RTCErrorType error). by Mirko Bonadei · 5 years ago
  7. e24557f Declare api:libjingle_peerconnection_api dependency on media:media_base by Niels Möller · 5 years ago
  8. e942b14 New build target api:media_interface by Niels Möller · 5 years ago
  9. 738bfa7 Remove api/bitrate_constraints.h. by Mirko Bonadei · 5 years ago
  10. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
  11. 7d00342 Remove old packet socket factory header. by Patrik Höglund · 5 years ago
  12. c1c6284 New (empty) build target api:media_stream_interface by Niels Möller · 5 years ago
  13. eaaaf41 Introduce api/crypto/BUILD.gn. by Mirko Bonadei · 5 years ago
  14. e78fd80 New class DummyPeerConnection by Niels Möller · 5 years ago
  15. 65f17ca Move MediaTransportInterface out of the libjingle_peerconnection_api target by Niels Möller · 5 years ago
  16. fcfeefe Move rtc_error.{h,cc} to its own build target. by Mirko Bonadei · 5 years ago
  17. 9bc9885 Add placeholder target to move rtc_error out of the main API target. by Mirko Bonadei · 5 years ago
  18. 662e31f Prepare to move packet_socket_factory to api/. by Patrik Höglund · 5 years ago
  19. 9305d11 Delete deprecated rtc_event_log_factory_interface.h by Danil Chapovalov · 5 years ago
  20. a837030 Split out RtpSource from libjingle_peerconnection_api by Niels Möller · 5 years ago
  21. b4a6128 Delete unneeded dependencies on libjingle_peerconnection_api by Niels Möller · 5 years ago
  22. 6dcd4dc New target for api/rtp_parameters.h and api/media_types.h. by Niels Möller · 5 years ago
  23. 184b4af New empty build target api:rtp_parameters by Niels Möller · 5 years ago
  24. a854921 Enable custom metrics gathering from stats API in PC framework. by Artem Titov · 5 years ago
  25. 05497f2 Pull a DataChannelTransportInterface out of MediaTransportInterface. by Bjorn A Mellem · 5 years ago
  26. e08648d Add `AbsoluteCaptureTime` to `RtpPacketInfo`. by Chen Xing · 5 years ago
  27. 8e967df Use unique_ptr in JsepCandidateCollection by Steve Anton · 5 years ago
  28. 2ab97f6 Migrate WebRTC test infra to ABSL_FLAG. by Mirko Bonadei · 5 years ago
  29. 41300af Poison default task queue factory by Danil Chapovalov · 5 years ago
  30. 386802e Move network emulation framework under test/network by Artem Titov · 5 years ago
  31. 45befc5 Pass FecControllerOverride to Vp8FrameBufferControllerFactory::Create by Elad Alon · 5 years ago
  32. 6fdfec1 Add overload to CreateIceTransport that takes additional dependencies by Steve Anton · 5 years ago
  33. 8f01c4e Define FecControllerOverride and plumb it down to VideoEncoder by Elad Alon · 5 years ago
  34. 5bf5806 Force DefaultTaskQueueFactory in legacy CreatePeerConnectionFactory by Danil Chapovalov · 5 years ago
  35. c16289f Split the build rule for video_frame into a video_rtp_headers part. by Chen Xing · 5 years ago
  36. 3d61ab1 Adds send time to ReceivedPacket struct. by Sebastian Jansson · 5 years ago
  37. 1a5fc90 in test/pc/e2e pass TaskQueueFactory explicitly by Danil Chapovalov · 5 years ago
  38. 5d24b16 Prepare for splitting the api/video:video_frames build rule. by Chen Xing · 5 years ago
  39. c85ebbe Reland: Implement true negotiation for DatagramTransport with fallback to RTP. by Bjorn A Mellem · 5 years ago
  40. 7e8de0b Revert "Implement true negotiation for DatagramTransport with fallback to RTP." by Bjorn Mellem · 5 years ago
  41. 71c6482 Implement true negotiation for DatagramTransport with fallback to RTP. by Bjorn A Mellem · 5 years ago
  42. d2a6686 Add RtpPacketInfo to hold information about a received RtpPacket. by Chen Xing · 5 years ago
  43. 57dc02a Add receive_timestamp to DatagramAcks. by Bjorn A Mellem · 5 years ago
  44. 34cd485 Delete the remaining ORTC interfaces. by Bjorn A Mellem · 5 years ago
  45. b32f2c7 Publish rtc event log api and default factory for it in api/ by Danil Chapovalov · 5 years ago
  46. 4f08faa Introduce MediaTransportConfig by Anton Sukhanov · 5 years ago
  47. c136b06 Add datagram_transport and congestion_control interface by Anton Sukhanov · 5 years ago
  48. d8b9ed7 Promote RtcEventLogOutputFile to api/ by Niels Möller · 5 years ago
  49. 60f14ce Do not use absl::flat_hash_map in DefaultVideoQualityAnalyzer. by Mirko Bonadei · 5 years ago
  50. f65a89b Add support of specifying concrete codec for video stream by Artem Titov · 5 years ago
  51. 1391ed2 Allows injection of network controller factory in test fixture. by Sebastian Jansson · 5 years ago
  52. 806299e Introduce network emulation layer stats API. by Artem Titov · 6 years ago
  53. 7061e51 Expose DtlsTransport::remote_ssl_certificates by Harald Alvestrand · 6 years ago
  54. 0810a7c Add base class NetworkPredictor and NetworkPredictorFactory and wire up. by Ying Wang · 6 years ago
  55. b703db9 Fix and test CreateVideoStreamDecoder by Danil Chapovalov · 6 years ago
  56. f948eb6 Implement DefaultAudioQualityAnalyzer. by Mirko Bonadei · 6 years ago
  57. 9435c61 Expose TaskQueueFactory for webrtc::Call in peer connection api by Danil Chapovalov · 6 years ago
  58. 66e7679 Export symbols needed by the Chromium component build (part 8). by Mirko Bonadei · 6 years ago
  59. a7d8f19 Use 'public_deps' to depend on nacl_io [1]. by Mirko Bonadei · 6 years ago
  60. 8ea8dcb Rename create_network_emulation_manager_api into create_network_emulation_manager by Artem Titov · 6 years ago
  61. a59dcc3 Use Abseil container algorithms in api/ by Steve Anton · 6 years ago
  62. d57628f Move API for PC e2e test framework to the public API folder by Artem Titov · 6 years ago
  63. 8f7ce22 Make VideoFrameType an enum class, and move to separate file and target by Niels Möller · 6 years ago
  64. 741daaf Move rtc::FunctionView to the public API by Artem Titov · 6 years ago
  65. 94b57c0 Cleanup BUILD.gn files from imports like foo:foo by Artem Titov · 6 years ago
  66. 533a9fe Clean BUILD.gn files: remove extra :memory by Artem Titov · 6 years ago
  67. ef1052a Reland "Move api/rtp_headers.h to its own build target." by Niels Möller · 6 years ago
  68. 2baef35 Revert "Move api/rtp_headers.h to its own build target." by Steve Anton · 6 years ago
  69. a67050d Move api/rtp_headers.h to its own build target. by Niels Möller · 6 years ago
  70. 5ec6156 Allow passing an event log as string to NetEqSimulator. by Ivo Creusen · 6 years ago
  71. b838952 Add empty target api:rtp_headers by Niels Möller · 6 years ago
  72. 7bf8c7f Add public API for NetworkEmulationManager by Artem Titov · 6 years ago
  73. 3cc45d4 Add a test that all //api/test headers are compilable. by Harald Alvestrand · 6 years ago
  74. fc52b91 Implicitly suppress //build/config/clang:find_bad_constructs. by Mirko Bonadei · 6 years ago
  75. c85328f Add SCTP transport to the public API. by Harald Alvestrand · 6 years ago
  76. 2684ab3 Test default TaskQueue implementation via TaskQueueBase interface by Danil Chapovalov · 6 years ago
  77. 7e0e44f Move video-related MediaTransport interfaces to their own file and target by Niels Möller · 6 years ago
  78. dac03d9 Move MediaConstraintsInterface to sdk/, and make it a concrete class by Niels Möller · 6 years ago
  79. ec3b9ff Move audio-related MediaTransport interfaces to their own file and target by Niels Möller · 6 years ago
  80. 9846262 Add IceTransportInterface object by Harald Alvestrand · 6 years ago
  81. 2c9ebef Use Abseil container algorithms in media/ by Steve Anton · 6 years ago
  82. 48c5493 Add 'UpdateAllocationLimits' in media transport. by Piotr (Peter) Slatala · 6 years ago
  83. f380284 (7) Rename files to snake_case: remove forwarding headers by Steve Anton · 6 years ago
  84. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  85. 4e5ffbe Remove unneeded deps from api:call_api. by Mirko Bonadei · 6 years ago
  86. 45340ca Remove legacy video codec factories. by Anders Carlsson · 6 years ago
  87. aec15aa (5) Rename files to snake_case: install forwarding headers by Steve Anton · 6 years ago
  88. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  89. 31d8b52 Delete unneeded includes of rtc_base/stringutils.h. by Niels Möller · 6 years ago
  90. 6fe1fba Convert MediaSessionFactory to return unique_ptrs by Steve Anton · 6 years ago
  91. 0109295 Mark functions using old factory classes as deprecated. by Anders Carlsson · 6 years ago
  92. e0446cb Move implementation of LoopbackMediaTransport to .cc file by Niels Möller · 6 years ago
  93. ad88c88 Add API for returning a webrtc::DtlsTransport for a MID on a PC by Harald Alvestrand · 6 years ago
  94. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  95. e3abb81 Decouple //rtc_base:rtc_base_tests_utils from gunit. by Mirko Bonadei · 6 years ago
  96. 2ff3f49 Move webrtc::CreatePeerConnectionFactory definition next to decl. by Mirko Bonadei · 6 years ago
  97. 6736df1 Moves BitrateAllocationUpdate to api. by Sebastian Jansson · 6 years ago
  98. 2222a80 Delete unneeded includes of common_types.h and gn deps on webrtc_common. by Niels Möller · 6 years ago
  99. 85340ce Move rtc::scoped_refptr to api/. by Mirko Bonadei · 6 years ago
  100. c3313a3 Make api:create_peerconnection_factory public. by Mirko Bonadei · 6 years ago