1. bc609ea Revert "Adds support for multiple or no media stream ids." by Emircan Uysaler · 6 years ago
  2. be682d4 Fix chromium warnings for SdpVideoFormat. by Niels Möller · 6 years ago
  3. 1550292 Adds support for multiple or no media stream ids. by Seth Hampson · 6 years ago
  4. bb50ce5 Wire up MID send value to the PeerConnection API by Steve Anton · 6 years ago
  5. 1df1bf8 PeerConnectionInterface::GetStats() with selector argument added. by Henrik Boström · 6 years ago
  6. 9718711 VideoStreamDecoderImpl implementation, part 1. by philipel · 6 years ago
  7. 29e7bee Move aligned memory utilities to rtc_base/memory/ by Karl Wiberg · 6 years ago
  8. 2fee4d6 VideoStreamDecoder skeleton. by philipel · 6 years ago
  9. 48cca02 Delete ortc methods using cricket::VideoCapturer. by Niels Möller · 6 years ago
  10. 5c532d3 Robustification of the echo suppression behavior during headset usage. by Per Åhgren · 6 years ago
  11. 9611442 Remove unneeded migration helper. by Sami Kalliomäki · 6 years ago
  12. db67ba1 Report SRTP error codes to UMA by Steve Anton · 7 years ago
  13. 2e0da5a Remove EncodedFrame picture_id/spatial_layer references. by philipel · 6 years ago
  14. 5b3541f RTCStatsCollector::GetStatsReport() with optional selector argument. by Henrik Boström · 7 years ago
  15. 0fa82a6 Moved FrameKey to api/video/encoded_frame.h and renamed it to VideoLayerFrameId. by philipel · 7 years ago
  16. 5f1a31c Adding a smooth transition from the startup phase parameter set in AEC3 by Per Åhgren · 7 years ago
  17. 2cb4105 Moved audioproc_f interface into api directory. by Ivo Creusen · 7 years ago
  18. 13b8bad Final name changing of MediaStreamInterface.label() to id(). by Seth Hampson · 7 years ago
  19. 22e623a Add configurable threshold for writability state update. by Qingsi Wang · 7 years ago
  20. d6fbf2a Tests: Pass codec ID argument to audio codecs by Karl Wiberg · 7 years ago
  21. b619936 Stats traversal algorithm added. by Henrik Boström · 7 years ago
  22. 5081c0c Change error handlers for Set*Description to use RTCError by Harald Alvestrand · 7 years ago
  23. ab1aee0 Reland "Deprecate the adaptive level controller" by Sam Zackrisson · 7 years ago
  24. e6826d2 Add configurable connectivity check intervals. by Qingsi Wang · 7 years ago
  25. 12edf4c Separate build target for rtc_base/numerics/safe_minmax.h by Karl Wiberg · 7 years ago
  26. 513449e Changes name of RtpTransceiverInit's stream_labels to stream_ids. by Seth Hampson · 7 years ago
  27. 8e20f17 Report UMA metrics for received SDP format by Steve Anton · 7 years ago
  28. 70473fc Reland "Add hugeFramesSent GetStats metric" by Ilya Nikolaevskiy · 7 years ago
  29. 52f8188 Revert "Deprecate the adaptive level controller" by Sam Zackrisson · 7 years ago
  30. 6f37ed7 Deprecate the adaptive level controller by Sam Zackrisson · 7 years ago
  31. 8ddc2e6 Revert "Add hugeFramesSent GetStats metric" by Max Morin · 7 years ago
  32. 6b54228 Adapt audio codec factory templates to the new codec pair ID arguments by Karl Wiberg · 7 years ago
  33. f9f71b9 Add hugeFramesSent GetStats metric by Ilya Nikolaevskiy · 7 years ago
  34. f9d0f1d UMA counters for SDES x media type by Harald Alvestrand · 7 years ago
  35. 3f693b9 Delete unused method SetPeriodicKeyFrames. by Niels Möller · 7 years ago
  36. 845e878 Name change from stream label to stream id for spec compliance. by Seth Hampson · 7 years ago
  37. 17668ec Audio codec implementations: Take optional codec ID argument by Karl Wiberg · 7 years ago
  38. 9890074 Audio codec factories: Pass a codec pair ID to new codecs by Karl Wiberg · 7 years ago
  39. 8447e91 Add a hysteresis for the API call skew detection to better handle jittery platforms by Per Åhgren · 7 years ago
  40. 0efa941 Move EchoCanceller3Factory to api/auido by Gustaf Ullberg · 7 years ago
  41. 8c913ef Removed using FrameObject = EncodedFrame. by philipel · 7 years ago
  42. 461cdf0 Added AEC3 parameter for specifying that the setup has clock drift by Per Åhgren · 7 years ago
  43. ab6ea6b Miscellaneous updates to PeerConnectionInterface comments by Steve Anton · 7 years ago
  44. 1807d57 Add application_data field(s) to RtpPacketToSend and PacketOptions. by Dino Radaković · 7 years ago
  45. f35c666 Separate build targets for aec3 and aec3_unittests by Gustaf Ullberg · 7 years ago
  46. 225c787 Move default thresholds from QualityScaler to encoders. by Niels Möller · 7 years ago
  47. e7c891f Renamed FrameObject to EncodedFrame. by philipel · 7 years ago
  48. 5d436ac Removed Die mock from MockAudioEncoder by Sebastian Jansson · 7 years ago
  49. d5a272f Create public EncodedFrame interface. by philipel · 7 years ago
  50. 72a43a1 Collect packet loss and RTT stats of STUN binding requests. by Qingsi Wang · 7 years ago
  51. db53f8e Add configurable STUN binding request interval. by Qingsi Wang · 7 years ago
  52. b6b00dc Safe behavior of the initial echo removal in AEC3 by Per Åhgren · 7 years ago
  53. 0dd1b0a Revert "Revert "Enables PeerConnectionFactory using external fec controller"" by Ying Wang · 7 years ago
  54. 9d138fc Drop dependency of common_video on api:libjingle_peerconnection_api. by Niels Möller · 7 years ago
  55. de25a9a Delete dummy target peerconnection_and_implicit_call_api. by Niels Möller · 7 years ago
  56. 2ae140a BUILD.gn file for api/audio. by Gustaf Ullberg · 7 years ago
  57. 8b815cd Add OnTrack PeerConnection callback for Unified Plan by Steve Anton · 7 years ago
  58. 57858b3 Reland "Update RTCStatsCollector to work with RtpTransceivers" by Steve Anton · 7 years ago
  59. c453c16 Add stubs for AEC3 factory. by Gustaf Ullberg · 7 years ago
  60. 06ad105 Add missing include. by Joachim Bauch · 7 years ago
  61. c49bcd9 Fire OnAddStream with Unified Plan by Steve Anton · 7 years ago
  62. 0073301 Revert "Enables PeerConnectionFactory using external fec controller" by Taylor Brandstetter · 7 years ago
  63. 4f07bdb Enables PeerConnectionFactory using external fec controller by Ying Wang · 7 years ago
  64. ee2388f Revert "Update RTCStatsCollector to work with RtpTransceivers" by Guido Urdaneta · 7 years ago
  65. fd4ce50 Move echo_control.h to api/audio by Gustaf Ullberg · 7 years ago
  66. 75b57d3 Increased the size of the delay estimation look window by Per Åhgren · 7 years ago
  67. 3646f97 AEC3 includes echo_canceller3_config.h directly by Gustaf Ullberg · 7 years ago
  68. bffa300 Move AEC3 configuration to its own file under api/audio by Gustaf Ullberg · 7 years ago
  69. 56bae8d Update RTCStatsCollector to work with RtpTransceivers by Steve Anton · 7 years ago
  70. 8366e17 Rename Call::Config to CallConfig, keep old name as alias. by Niels Möller · 7 years ago
  71. d377f04 Move AudioFrame to its own header file and target in api/. by Niels Möller · 7 years ago
  72. 5dbb586 Add UMA counters for type of SDP semantic in use. by Harald Alvestrand · 7 years ago
  73. a881ac0 Updated comments for RtpEncodingParameters. by Seth Hampson · 7 years ago
  74. 6947025 Move media_type to RtpTransceiverInterface by Steve Anton · 7 years ago
  75. 75e38d2 Remove unused fields from VideoCodecVP8. by Rasmus Brandt · 7 years ago
  76. f209cb5 Added ptime to RtpEncodingParameters. by Seth Hampson · 7 years ago
  77. 1e06289 Delete macro RTC_ACCESS_ON, replaced by RTC_GUARDED_BY. by Niels Möller · 7 years ago
  78. 2a5ce2b Fix clang style errors in rtp_rtcp and dependant targets by Danil Chapovalov · 7 years ago
  79. 2870b0a Expose a link-local network interfaces enumeration option by Daniel Lazarenko · 7 years ago
  80. f3a0e77 Make gustaf and peah OWNERS of api/audio by Gustaf Ullberg · 7 years ago
  81. 96a48ef Reland "Removing forward headers in modules/audio_coding/codecs."" by Mirko Bonadei · 7 years ago
  82. 6114c24 Stop using public_deps in api. by Mirko Bonadei · 7 years ago
  83. 1d0b9d0 Revert "Removing forward headers in modules/audio_coding/codecs." by Mirko Bonadei · 7 years ago
  84. 2279aec Removing forward headers in modules/audio_coding/codecs. by Mirko Bonadei · 7 years ago
  85. 9a5c6f8 Add the network preference to RTCConfiguration. by Qingsi Wang · 7 years ago
  86. 65ce311 Removing useless dependencies on //testing/gmock. by Mirko Bonadei · 7 years ago
  87. ba37b4b Change return type of RtpSenderInterface::SetParameters from bool to RTCError by Zach Stein · 7 years ago
  88. 194939b Added UMA counters for SDES vs DTLS key agreement by Harald Alvestrand · 7 years ago
  89. 8ed653d Do not register VideoSendStream to PacketFeedbackObserver when the current FEC controller do not use Loss Vector Mask. by Ying Wang · 7 years ago
  90. 6daa278 Move MediaConfig to its own header file and target. by Niels Möller · 7 years ago
  91. 1d7ecd2 Rename a few MediaConfig::Video flags for consistency. by Niels Möller · 7 years ago
  92. 3b790f3 Make fec controller plug-able. by Ying Wang · 7 years ago
  93. a6fe261 Move AudioOptions to its own header file and target. by Niels Möller · 7 years ago
  94. 215fda7 Make PeerConnection take reference to UMA observer. by Taylor Brandstetter · 7 years ago
  95. 6539f69 Add VideoSendStream::Config::EncoderSettings::experiment_cpu_load_estimator. by Niels Möller · 7 years ago
  96. 772eb21 Make OnAddStream and OnRemoveStream not required by Steve Anton · 7 years ago
  97. a8b7c7f Move remaining traces of VoiceEngine by Fredrik Solenberg · 7 years ago
  98. 9c68613 Update gn files to support Mozilla build by Dan Minor · 7 years ago
  99. a3dab84 Refactor stream stats generation by Harald Alvestrand · 7 years ago
  100. c72af93 Reland "Move stats ID generation from SSRC to local ID" by Harald Alvestrand · 7 years ago