1. 2dcf348 Use absl_deps in order to preapre to the Abseil component build release. by Mirko Bonadei · 4 years, 4 months ago
  2. 8b7cfa1 Introduce absl_deps in rtc_* C++ templates. by Mirko Bonadei · 4 years, 4 months ago
  3. f84ab8e Add publicly visible mock for PeerConnectionFactoryInterface by Steve Anton · 4 years, 4 months ago
  4. addf616 Mark mock_peerconnectioninterface.h as publicly visible by Steve Anton · 4 years, 4 months ago
  5. 3b64167 Add list of participants to the start method of video analyzer. by Artem Titov · 4 years, 4 months ago
  6. 8a0284e Add peer name to video quality analyzer interface. by Artem Titov · 4 years, 4 months ago
  7. fd5ae7f Pass datachannel priority in DC open messages by Harald Alvestrand · 4 years, 5 months ago
  8. bb13f38 Add MockTransformableVideoFrame to api/test/. by Marina Ciocea · 4 years, 5 months ago
  9. 9b7232a Set up a new rtc::Thread instance per test. by Tommi · 4 years, 5 months ago
  10. cdc89b4 Add GetMetadata() to TransformableVideoFrameInterface API. by Marina Ciocea · 4 years, 5 months ago
  11. f9ed56b Add ability to set custom RtpEncodingParameters for each simulcast stream in PC framework by Artem Titov · 4 years, 5 months ago
  12. fc11519 Cleanup mocks in api/test by Danil Chapovalov · 4 years, 5 months ago
  13. 435fb9a Remove screen_share_config from the VideoConfig. by Andrey Logvin · 4 years, 5 months ago
  14. 1e83d34 Remove pc level test framework redundant code. by Andrey Logvin · 4 years, 5 months ago
  15. dad6a94 Add helper frame generator factories for the pc framework tests. by Andrey Logvin · 4 years, 5 months ago
  16. cc34441 Remove deprecated RtpPacketInfo::RtpPacketInfo. by Mirko Bonadei · 4 years, 6 months ago
  17. 26d52e1 Add optional output audio file to NetEq simulation API by Ivo Creusen · 4 years, 6 months ago
  18. e3a294c Expose bitrate_priority and network_priority in Android API. by Taylor Brandstetter · 4 years, 6 months ago
  19. dfeb0df RtpParameters: respect https://abseil.io/tips/1. by Markus Handell · 4 years, 7 months ago
  20. 0357b3e RtpTransceiverInterface: add header_extensions_to_offer() by Markus Handell · 4 years, 7 months ago
  21. 61f74d9 Reland "Expose can_trickle_ice_candidates on PeerConnection" by Harald Alvestrand · 4 years, 7 months ago
  22. cb8c401 Revert "Expose can_trickle_ice_candidates on PeerConnection" by Harald Alvestrand · 4 years, 7 months ago
  23. c6a65c8 Expose can_trickle_ice_candidates on PeerConnection by Harald Alvestrand · 4 years, 7 months ago
  24. e3e07bf Introduce frame transformer interfaces for Insertable Streams Web API. by Marina Ciocea · 4 years, 7 months ago
  25. 4a6f818 Add ability to enable AV sync in PC level tests by Artem Titov · 4 years, 7 months ago
  26. 09a9f1b Adds simulated time controller API. by Sebastian Jansson · 4 years, 8 months ago
  27. 7aa2edf Adds CreateTimeControllerBasedCallFactory. by Sebastian Jansson · 4 years, 8 months ago
  28. 6ce033a Moves ownership of time controller into NetworkEmulationManager. by Sebastian Jansson · 4 years, 9 months ago
  29. ccbe95f Reformat GN files. by Mirko Bonadei · 4 years, 9 months ago
  30. 0809e7e Add RtpPacketInfo and RtpPacketInfos to RTC_EXPORT by Johannes Kron · 4 years, 9 months ago
  31. cee751a Reland "Enable using a custom NetEqFactory in simulations" by Ivo Creusen · 4 years, 9 months ago
  32. 3f0bc2c Revert "Enable using a custom NetEqFactory in simulations" by Sandeep Siddhartha · 4 years, 9 months ago
  33. 2a11b24 Enable using a custom NetEqFactory in simulations by Ivo Creusen · 4 years, 9 months ago
  34. ccab06f Revert "Replaces SynchronousMethodCall with rtc::Thread::Invoke." by Guido Urdaneta · 4 years, 9 months ago
  35. b0e0728 Replaces SynchronousMethodCall with rtc::Thread::Invoke. by Sebastian Jansson · 4 years, 9 months ago
  36. dfbfb46 Return an error when datachannel closes due to network error by Harald Alvestrand · 4 years, 10 months ago
  37. 33f9d2b Migrate WebRTC on FrameGeneratorInterface and remove FrameGenerator class by Artem Titov · 4 years, 10 months ago
  38. cec2433 Exposing more features in the network emulation manager API. by Sebastian Jansson · 4 years, 10 months ago
  39. 0020226 Replace VideoSourceInterface with FrameGeneratorInterface in AddVideoConfig by Artem Titov · 4 years, 10 months ago
  40. fd76b5f Introduce factory method for IVF frame generator by Artem Titov · 4 years, 10 months ago
  41. 503d723 Introduce FrameGeneratorInterface by Artem Titov · 4 years, 10 months ago
  42. 831ce5f Export more symbols to fix Chromecast component build by Ken MacKay · 4 years, 10 months ago
  43. 39cf3c7 Clean up the NetEqFactory API. by Ivo Creusen · 4 years, 10 months ago
  44. c4f8654 Add TimeController to api/test/ and add a CreateTimeController API. by Bjorn A Mellem · 4 years, 11 months ago
  45. 662678d Adds injectable trials from peerconnection down to transport controller. by Erik Språng · 4 years, 11 months ago
  46. 9982efa MediaStreamInterface: introduce encoded sinks. by Markus Handell · 4 years, 11 months ago
  47. b4463ee Add ability to specify custom video source for PC framework. by Artem Titov · 5 years ago
  48. ba916b7 Mark scoped_refptr move and swap operations as noexcept by Danil Chapovalov · 5 years ago
  49. c3d1f9b Enable injection of a custom NetEqFactory into PeerConnectionFactory. by Ivo Creusen · 5 years ago
  50. 3ce44a3 Move NetEq headers to api/ by Ivo Creusen · 5 years ago
  51. 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 5 years ago
  52. 35214fc Add missing RTC_EXPORT for the component build. by Mirko Bonadei · 5 years ago
  53. f8998cf Add a turn port prune policy to keep the first ready turn port. by Honghai Zhang · 5 years ago
  54. ba700de Add missing dependencies to the static library. by Mirko Bonadei · 5 years ago
  55. bfcec4c Delete old placeholders for moved api/ header files by Niels Möller · 5 years ago
  56. fb59a6a Return `const char*` from ToString(RTCErrorType error). by Mirko Bonadei · 5 years ago
  57. e24557f Declare api:libjingle_peerconnection_api dependency on media:media_base by Niels Möller · 5 years ago
  58. e942b14 New build target api:media_interface by Niels Möller · 5 years ago
  59. 738bfa7 Remove api/bitrate_constraints.h. by Mirko Bonadei · 5 years ago
  60. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
  61. 7d00342 Remove old packet socket factory header. by Patrik Höglund · 5 years ago
  62. c1c6284 New (empty) build target api:media_stream_interface by Niels Möller · 5 years ago
  63. eaaaf41 Introduce api/crypto/BUILD.gn. by Mirko Bonadei · 5 years ago
  64. e78fd80 New class DummyPeerConnection by Niels Möller · 5 years ago
  65. 65f17ca Move MediaTransportInterface out of the libjingle_peerconnection_api target by Niels Möller · 5 years ago
  66. fcfeefe Move rtc_error.{h,cc} to its own build target. by Mirko Bonadei · 5 years ago
  67. 9bc9885 Add placeholder target to move rtc_error out of the main API target. by Mirko Bonadei · 5 years ago
  68. 662e31f Prepare to move packet_socket_factory to api/. by Patrik Höglund · 5 years ago
  69. 9305d11 Delete deprecated rtc_event_log_factory_interface.h by Danil Chapovalov · 5 years ago
  70. a837030 Split out RtpSource from libjingle_peerconnection_api by Niels Möller · 5 years ago
  71. b4a6128 Delete unneeded dependencies on libjingle_peerconnection_api by Niels Möller · 5 years ago
  72. 6dcd4dc New target for api/rtp_parameters.h and api/media_types.h. by Niels Möller · 5 years ago
  73. 184b4af New empty build target api:rtp_parameters by Niels Möller · 5 years ago
  74. a854921 Enable custom metrics gathering from stats API in PC framework. by Artem Titov · 5 years ago
  75. 05497f2 Pull a DataChannelTransportInterface out of MediaTransportInterface. by Bjorn A Mellem · 5 years ago
  76. e08648d Add `AbsoluteCaptureTime` to `RtpPacketInfo`. by Chen Xing · 5 years ago
  77. 8e967df Use unique_ptr in JsepCandidateCollection by Steve Anton · 5 years ago
  78. 2ab97f6 Migrate WebRTC test infra to ABSL_FLAG. by Mirko Bonadei · 5 years ago
  79. 41300af Poison default task queue factory by Danil Chapovalov · 5 years ago
  80. 386802e Move network emulation framework under test/network by Artem Titov · 5 years ago
  81. 45befc5 Pass FecControllerOverride to Vp8FrameBufferControllerFactory::Create by Elad Alon · 5 years ago
  82. 6fdfec1 Add overload to CreateIceTransport that takes additional dependencies by Steve Anton · 5 years ago
  83. 8f01c4e Define FecControllerOverride and plumb it down to VideoEncoder by Elad Alon · 5 years ago
  84. 5bf5806 Force DefaultTaskQueueFactory in legacy CreatePeerConnectionFactory by Danil Chapovalov · 5 years ago
  85. c16289f Split the build rule for video_frame into a video_rtp_headers part. by Chen Xing · 5 years ago
  86. 3d61ab1 Adds send time to ReceivedPacket struct. by Sebastian Jansson · 5 years ago
  87. 1a5fc90 in test/pc/e2e pass TaskQueueFactory explicitly by Danil Chapovalov · 5 years ago
  88. 5d24b16 Prepare for splitting the api/video:video_frames build rule. by Chen Xing · 5 years ago
  89. c85ebbe Reland: Implement true negotiation for DatagramTransport with fallback to RTP. by Bjorn A Mellem · 5 years ago
  90. 7e8de0b Revert "Implement true negotiation for DatagramTransport with fallback to RTP." by Bjorn Mellem · 5 years ago
  91. 71c6482 Implement true negotiation for DatagramTransport with fallback to RTP. by Bjorn A Mellem · 5 years ago
  92. d2a6686 Add RtpPacketInfo to hold information about a received RtpPacket. by Chen Xing · 5 years ago
  93. 57dc02a Add receive_timestamp to DatagramAcks. by Bjorn A Mellem · 5 years ago
  94. 34cd485 Delete the remaining ORTC interfaces. by Bjorn A Mellem · 5 years ago
  95. b32f2c7 Publish rtc event log api and default factory for it in api/ by Danil Chapovalov · 5 years ago
  96. 4f08faa Introduce MediaTransportConfig by Anton Sukhanov · 5 years ago
  97. c136b06 Add datagram_transport and congestion_control interface by Anton Sukhanov · 5 years ago
  98. d8b9ed7 Promote RtcEventLogOutputFile to api/ by Niels Möller · 5 years ago
  99. 60f14ce Do not use absl::flat_hash_map in DefaultVideoQualityAnalyzer. by Mirko Bonadei · 5 years ago
  100. f65a89b Add support of specifying concrete codec for video stream by Artem Titov · 5 years ago