1. c6ce9c5 New file api/video/BUILD.gn by Niels Möller · 6 years ago
  2. 11b34f4 Remove chromium clang style errors affecting sdk/android/media_jni by Paulina Hensman · 6 years ago
  3. ff40b14 Delete obsolete enable argument to SetVideoSend. by Niels Möller · 6 years ago
  4. 5897a6e Adds support for signaling a=msid lines without a=ssrc lines. by Seth Hampson · 6 years ago
  5. 003930a Fix MID not always getting set with audio by Steve Anton · 6 years ago
  6. bb50ce5 Wire up MID send value to the PeerConnection API by Steve Anton · 6 years ago
  7. 70473fc Reland "Add hugeFramesSent GetStats metric" by Ilya Nikolaevskiy · 7 years ago
  8. 8ddc2e6 Revert "Add hugeFramesSent GetStats metric" by Max Morin · 6 years ago
  9. f9f71b9 Add hugeFramesSent GetStats metric by Ilya Nikolaevskiy · 7 years ago
  10. f9c5cf6 Renamed rtc::RateLimiter to rtrc::DataRateLimiter. by Sebastian Jansson · 7 years ago
  11. f120cba Delete AudioMonitor and related code. by Niels Möller · 7 years ago
  12. ba37b4b Change return type of RtpSenderInterface::SetParameters from bool to RTCError by Zach Stein · 7 years ago
  13. b8e1201 Generate track stats when SSRC=0 by Harald Alvestrand · 7 years ago
  14. 6daa278 Move MediaConfig to its own header file and target. by Niels Möller · 7 years ago
  15. 1d7ecd2 Rename a few MediaConfig::Video flags for consistency. by Niels Möller · 7 years ago
  16. a6fe261 Move AudioOptions to its own header file and target. by Niels Möller · 7 years ago
  17. 6539f69 Add VideoSendStream::Config::EncoderSettings::experiment_cpu_load_estimator. by Niels Möller · 7 years ago
  18. adc1e9b Remove old videosourceinterface files. by Patrik Höglund · 7 years ago
  19. 002f921 Inline default constructors for MediaChannel structs by Steve Anton · 7 years ago
  20. dc8b5ab Remove dead code for media channel errors by Steve Anton · 7 years ago
  21. be214a2 Move videosinkinterface.h to common_video to solve a circular dep. by Patrik Höglund · 7 years ago
  22. 7622048 Add an AudioOptions field to force software echo cancellation on iOS. by Jonathan Yu · 7 years ago
  23. 3e11343 Fix circular dependencies in webrtc_common. by Patrik Höglund · 7 years ago
  24. 3a23374 Reland "Remove the aec_quality_min metric." by Gustaf Ullberg · 7 years ago
  25. 9a44f96 Delete rtc_base/window.h. by Niels Möller · 7 years ago
  26. a3fad93 Revert "Remove the aec_quality_min metric." by Mirko Bonadei · 7 years ago
  27. 99b1bd1 Remove the aec_quality_min metric. by Gustaf Ullberg · 7 years ago
  28. 606a597 Remove adjust_agc_delta from WebRtcVoiceEngine by Steve Anton · 7 years ago
  29. aba85d1 Resolve circular dependency in rtc_media_base. by Patrik Höglund · 7 years ago
  30. 56d4609 Use the new AudioProcessing statistics everywhere. by Ivo Creusen · 7 years ago
  31. c3ed630 Add stats googHasEnteredLowResolution. by Åsa Persson · 7 years ago
  32. c97cf03 Removes unused sample-rate APIs from the ADM. by henrika · 7 years ago
  33. 5f5918f Merge MediaChannel's OnTransportOverheadChanged and OnNetworkRouteChanged callbacks. by Zhi Huang · 7 years ago
  34. e78bcb9 Enable cpplint in media/ by Steve Anton · 7 years ago
  35. b0a0207 Added RTCMediaStreamTrackStats.jitterBufferDelay for audio by Gustaf Ullberg · 7 years ago
  36. 9a2e906 Added RTCMediaStreamTrackStats.concealmentEvents by Gustaf Ullberg · 7 years ago
  37. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  38. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/media/base/mediachannel.h]
  39. e1198e0 Add new ANA stats to the old GetStats() to count the number of actions taken by each controller. by ivoc · 7 years ago
  40. 50864a8 Add reporting of googContentType via GetStats on send side by ilnik · 7 years ago
  41. 84f6a3f Move optional.h to webrtc/api/ by kwiberg · 7 years ago
  42. 2e1b40b Implement googContentType GetStats metric reported on receive side. by ilnik · 7 years ago
  43. 1acbd68 Move RtpExtension to api/ directory and config.h/.cc to call/. by Stefan Holmer · 7 years ago
  44. 0e320ec Wiring discard rate of audio FEC/RED packets up to StatsReport. by minyue-webrtc · 7 years ago
  45. 2dbc69f Add stats totalSamplesReceived and concealedSamples by Steve Anton · 7 years ago
  46. a79cc28 Report max interframe delay over window insdead of interframe delay sum by ilnik · 7 years ago
  47. e76bd3a Adding stats that can be used to compute output audio levels as described here https://w3c.github.io/webrtc-stats/#dom-rtcmediastreamtrackstats-totalaudioenergy. by zstein · 7 years ago
  48. f04afde Report interframe delay sum in old GetStats by ilnik · 7 years ago
  49. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  50. 2edc684 Report timing frames info in GetStats. by ilnik · 7 years ago
  51. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  52. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  53. 38ede13 Support building WebRTC without audio and video. by zhihuang · 7 years ago
  54. a5e0df6 Move MinPositive to call.h as discussed here: https://codereview.chromium.org/2888303005/#msg19 by zstein · 7 years ago
  55. f184138 s/WebRtcVideoChannel2/WebRtcVideoChannel and s/WebRtcVideoEngine2/WebRtcVideoEngine by eladalon · 7 years ago
  56. f79ade1 Revert "Revert of Wire up BWE stats through WebrtcSession so that they are filled in both for audio and video calls. (patchset #8 id:140001 of https://codereview.webrtc.org/2863123002/ )" by stefan · 7 years ago
  57. d72098a Revert of Wire up BWE stats through WebrtcSession so that they are filled in both for audio and video calls. (patchset #8 id:140001 of https://codereview.webrtc.org/2863123002/ ) by charujain · 7 years ago
  58. e80f4c9 Wire up BWE stats through WebrtcSession so that they are filled in both for audio and video calls. by Stefan Holmer · 7 years ago
  59. 528b793 Update comments for removal of MediaController. by nisse · 7 years ago
  60. 3bc1510 Fix RtpReceiver.GetParameters when SSRCs aren't signaled. by deadbeef · 7 years ago
  61. 55c5be0 Remove unused methods in WebRtcVoiceEngine and VoiceMediaChannel. by solenberg · 8 years ago
  62. cc452e1 Reland of Add QP sum stats for received streams. (patchset #2 id:300001 of https://codereview.webrtc.org/2680893002/ ) by sakal · 8 years ago
  63. 69fb2cc Revert of Add QP sum stats for received streams. (patchset #10 id:180001 of https://codereview.webrtc.org/2649133005/ ) by skvlad · 8 years ago
  64. ff0e72f Add QP sum stats for received streams. by sakal · 8 years ago
  65. 50cfe1f RTCMediaStreamTrackStats.framesDropped collected by RTCStatsCollector. by hbos · 8 years ago
  66. 42f6d2f RTCMediaStreamTrackStats.framesReceived collected by RTCStatsCollector. by hbos · 8 years ago
  67. 4e477a1 Added a new echo likelihood stat that reports the maximum value from a previous time period. by ivoc · 8 years ago
  68. 293e926 Reland of: Adding error output param to SetConfiguration, using new RTCError type. by deadbeef · 8 years ago
  69. 953c2ce Reland of: Separating SCTP code from BaseChannel/MediaChannel. by deadbeef · 8 years ago
  70. c0dad89 Revert of Separating SCTP code from BaseChannel/MediaChannel. (patchset #14 id:240001 of https://codereview.webrtc.org/2564333002/ ) by deadbeef · 8 years ago
  71. 67b3bbe Separating SCTP code from BaseChannel/MediaChannel. by deadbeef · 8 years ago
  72. 1e23461 Revert of Adding error output param to SetConfiguration, using new RTCError type. (patchset #4 id:60001 of https://codereview.webrtc.org/2587133004/ ) by deadbeef · 8 years ago
  73. 7a5fa6c Adding error output param to SetConfiguration, using new RTCError type. by deadbeef · 8 years ago
  74. ebbe4f2 Set the preferred DSCP value for Rtp data channel to be DSCP_AF41. by zhihuang · 8 years ago
  75. 80ed35e Implement periodic bandwidth probing in application-limited region. by sergeyu · 8 years ago
  76. 1acfbd2 Expose RtpCodecParameters to VoiceMediaInfo stats. by hbos · 8 years ago
  77. b829d9f Add AudioOption for residual echo detector, and enable the echo detector by default on non-mobile platforms. by ivoc · 8 years ago
  78. a65704b Expose RtpCodecParameters to VideoMediaInfo stats. by hbos · 8 years ago
  79. acd935b Reland of Delete all use of cricket::VideoFrame and cricket::WebRtcVideoFrame. (patchset #1 id:1 of https://codereview.webrtc.org/2471783002/ ) by nisse · 8 years ago
  80. 79e0588 Set actual transport overhead in rtp_rtcp by michaelt · 8 years ago
  81. 7341ab8 Revert of Delete all use of cricket::VideoFrame and cricket::WebRtcVideoFrame. (patchset #7 id:120001 of https://codereview.webrtc.org/2383093002/ ) by nisse · 8 years ago
  82. 45c8b89 Delete all use of cricket::VideoFrame and cricket::WebRtcVideoFrame. by nisse · 8 years ago
  83. 803d97f Let ViEEncoder express resolution requests as Sinkwants. by perkj · 8 years ago
  84. 87da404 Implement qpSum stat for video send ssrc stats. by sakal · 8 years ago
  85. 6b825df Using AudioOption to enable audio network adaptor. by minyue · 8 years ago
  86. e5ba44e Implement framesDecoded stat in video receive ssrc stats. by sakal · 8 years ago
  87. 74097fd Delete unused file screencastid.h. by nisse · 8 years ago
  88. 43536c3 Implement framesEncoded stat in video send ssrc stats. by sakal · 8 years ago
  89. 8c63a82 Add a placeholder stat for logging the estimated residual echo likelihood. by ivoc · 8 years ago
  90. e33c5d9 Added a level controller initialization value to MediaConstraints. by aleloi · 8 years ago
  91. 0934785 Reland of Make cricket::VideoFrame inherit webrtc::VideoFrame. (patchset #1 id:1 of https://codereview.webrtc.org/2402853002/ ) by nisse · 8 years ago
  92. 6348978 Add new decoding statistics for muted output by henrik.lundin · 8 years ago
  93. 84ef615 Removed calls to VoE::SetPlayout() from WebRTCVoiceEngine. by aleloi · 8 years ago
  94. a3333bf This CL adds activation logic of the new APM level control by peah · 8 years ago
  95. 5a4a75a Combining SetVideoSend and SetSource into one method. by deadbeef · 8 years ago
  96. 54f9171 Minor lint-fixes in MediaChannel and VideoEngine2. by terelius · 8 years ago
  97. a1c548b Add RtpHeaderExtension to avoid client breakage by isheriff · 8 years ago
  98. 6f8d686 Remove use of RtpHeaderExtension and clean up by isheriff · 8 years ago
  99. c9b0c26 Surface the IntelligibilityEnhancer on MediaConstraints by Alejandro Luebs · 8 years ago
  100. db0cd9e Adding getParameters/setParameters APIs to RtpReceiver. by Taylor Brandstetter · 8 years ago