1. 054f185 Use template instantiation declaration/definition for RTCStatsMember<T>. by Mirko Bonadei · 4 years, 10 months ago
  2. 662e31f Prepare to move packet_socket_factory to api/. by Patrik Höglund · 5 years ago
  3. 05497f2 Pull a DataChannelTransportInterface out of MediaTransportInterface. by Bjorn A Mellem · 5 years ago
  4. a285909 Revert "Adding new top-level directory crypto/" by Mirko Bonadei · 5 years ago
  5. 0182a03 Reland "Remove the injectable bitrate allocation strategy API." by Jonas Olsson · 5 years ago
  6. e95b57c Revert "Remove the injectable bitrate allocation strategy API." by Mirko Bonadei · 5 years ago
  7. 80cb3f6 Remove the injectable bitrate allocation strategy API. by Jonas Olsson · 5 years ago
  8. e4ac723 Delete deprecated version of PeerConnectionFactoryInterface::StartAecDump by Niels Möller · 5 years ago
  9. b32f2c7 Publish rtc event log api and default factory for it in api/ by Danil Chapovalov · 5 years ago
  10. d8b9ed7 Promote RtcEventLogOutputFile to api/ by Niels Möller · 5 years ago
  11. 7061e51 Expose DtlsTransport::remote_ssl_certificates by Harald Alvestrand · 5 years ago
  12. 7f1c589 Adding new top-level directory crypto/ by Benjamin Wright · 5 years ago
  13. 11e55ee Renaming min_pacing_rate to min_total_allocated_bitrate. by Sebastian Jansson · 5 years ago
  14. 328027b Replace fatal error with error log by Danil Chapovalov · 5 years ago
  15. c85328f Add SCTP transport to the public API. by Harald Alvestrand · 5 years ago
  16. 157540a Stop hard-coding default IDs for RTP extensions by Elad Alon · 6 years ago
  17. 9f3aabb Delete obsolete class cricket::VideoCapturer by Niels Möller · 6 years ago
  18. d70a114 Delete MediaTransport method SetNetworkChangeCallback by Niels Möller · 6 years ago
  19. fe6e50f Allow more than one registered network change callback in MediaTransport by Niels Möller · 6 years ago
  20. 9846262 Add IceTransportInterface object by Harald Alvestrand · 6 years ago
  21. 358c99a Delete deprecated MediaTransport methods using VideoCodecType. by Niels Möller · 6 years ago
  22. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  23. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  24. bba675d Clean up api/ DEPS by Steve Anton · 6 years ago
  25. 0109295 Mark functions using old factory classes as deprecated. by Anders Carlsson · 6 years ago
  26. d8a1b7a Use opaque int as payload_type in MediaTransportInterface by Niels Möller · 6 years ago
  27. ad88c88 Add API for returning a webrtc::DtlsTransport for a MID on a PC by Harald Alvestrand · 6 years ago
  28. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  29. 2ff3f49 Move webrtc::CreatePeerConnectionFactory definition next to decl. by Mirko Bonadei · 6 years ago
  30. 72bba62 Adds shared base class for data units. by Sebastian Jansson · 6 years ago
  31. ada077f Callback changes to media transport interface: by Piotr (Peter) Slatala · 6 years ago
  32. 1f6aa9f Add interfaces for using MediaTransport as the transport for data channels. by Bjorn Mellem · 6 years ago
  33. 9049037 Simplify api/DEPS presubmit check. by Mirko Bonadei · 6 years ago
  34. 583d6d9 Add missing directory to api/DEPS and PRESUBMIT.py. by Mirko Bonadei · 6 years ago
  35. a418e67 Use checkdeps to ensure API headers don't include internal headers. by Mirko Bonadei · 6 years ago
  36. c87b8c1 Moves GoogCC factory to API. by Sebastian Jansson · 6 years ago
  37. 4dc66c5 Move EncodedImage class to api/video/ by Niels Möller · 6 years ago
  38. dd3e0ab Make rtc_software_fallback_wrappers target visible. by Anders Carlsson · 6 years ago
  39. 169005d Move VideoCodecTest configuration classes to api/test. by Kári Tristan Helgason · 6 years ago
  40. 29e7bee Move aligned memory utilities to rtc_base/memory/ by Karl Wiberg · 6 years ago
  41. 2cb4105 Moved audioproc_f interface into api directory. by Ivo Creusen · 6 years ago
  42. 0efa941 Move EchoCanceller3Factory to api/auido by Gustaf Ullberg · 6 years ago
  43. 8366e17 Rename Call::Config to CallConfig, keep old name as alias. by Niels Möller · 7 years ago
  44. 96a48ef Reland "Removing forward headers in modules/audio_coding/codecs."" by Mirko Bonadei · 7 years ago
  45. 1d0b9d0 Revert "Removing forward headers in modules/audio_coding/codecs." by Mirko Bonadei · 7 years ago
  46. 2279aec Removing forward headers in modules/audio_coding/codecs. by Mirko Bonadei · 7 years ago
  47. a8b7c7f Move remaining traces of VoiceEngine by Fredrik Solenberg · 7 years ago
  48. 56d4609 Use the new AudioProcessing statistics everywhere. by Ivo Creusen · 7 years ago
  49. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  50. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/api/DEPS]
  51. 9c66aee Adding some checkdeps rules by Mirko Bonadei · 7 years ago
  52. 16adf03 Recently we moved webrtc/base to webrtc/rtc_base, so these by mbonadei · 7 years ago
  53. 96da011 Opus implementation of the AudioEncoderFactoryTemplate API by kwiberg · 7 years ago
  54. 38ede13 Support building WebRTC without audio and video. by zhihuang · 7 years ago
  55. a1a040a Injectable audio encoders: BuiltinAudioEncoderFactory by ossu · 7 years ago
  56. 087bd34 Move AudioDecoder and related stuff to the api/ directory by kwiberg · 8 years ago
  57. 1e4e8cb Add CreatePeerConnectionFactory overloads that take audio codec factory args by kwiberg · 8 years ago
  58. 7bb87ee Create //webrtc/api:libjingle_peerconnection_api + refactorings. by ossu · 8 years ago
  59. f515ab8 Moved call.h and most of api/call/* into call/ by ossu · 8 years ago
  60. 11a9cbf Refactoring: move ownership of RtcEventLog from Call to PeerConnection by skvlad · 8 years ago
  61. 29b1a8d Moved creation of AudioDecoderFactory to inside PeerConnectionFactory. by ossu · 8 years ago
  62. 94a23f0 Reland "Add check_deps rules in DEPS files." by kjellander@webrtc.org · 8 years ago
  63. 56cf60e Revert of Add check_deps rules in DEPS files. (patchset #2 id:60001 of https://codereview.webrtc.org/1796413002/ ) by kjellander · 8 years ago
  64. 086f851 Add check_deps rules in DEPS files. by kjellander@webrtc.org · 8 years ago