1. d8579e0 EchoControl factory injectable in AudioProcessing. by Gustaf Ullberg · 7 years ago
  2. 5de6b1a Delete remnants of support for RFC 5450, extended jitter report. by Niels Möller · 7 years ago
  3. 5ff6483 Removes usage if ID in AudioDeviceImpl. by henrika · 7 years ago
  4. ca0ed63 Revert "Remove sent framerate and bitrate calculations from MediaOptimization." by Åsa Persson · 7 years ago
  5. 4af7366 AudioDeviceImpl cleanup by henrika · 7 years ago
  6. 8ffeeb2 Deletion of temp files in modules_unittests. by Gustaf Ullberg · 7 years ago
  7. 6229d92 Removed redundant max operation and corrected comment by Per Åhgren · 7 years ago
  8. 51e21aa Simplify RtpRtcp interface for REMB by Danil Chapovalov · 7 years ago
  9. d931705 Fixed threading exception on Mac. by Peter Hanspers · 7 years ago
  10. f9e5822 Changed the aggregation of AEC3 matched filter delay estimates by Per Åhgren · 7 years ago
  11. 1f33a37 AEC3 tunings to increase the transparency by Per Åhgren · 7 years ago
  12. af721b7 Remove sent framerate and bitrate calculations from MediaOptimization. by Åsa Persson · 7 years ago
  13. 92cacec Fix mistake in range validation of WebRTC-BweBackOffFactor. by Stefan Holmer · 7 years ago
  14. d309b00 Smoothed the application of the NLP gain in AEC3 by Per Åhgren · 7 years ago
  15. c65ce78 Separated the NLP behavior in AEC3 for different echo estimates. by Per Åhgren · 7 years ago
  16. 46ca287 Reland of https://chromium-review.googlesource.com/c/external/webrtc/+/616724 under field trial. by Ivo Creusen · 7 years ago
  17. 0f46441 Added the ability to set the default echo path delay in AEC3. by Per Åhgren · 7 years ago
  18. 59ff0e2 Renamed echo_canceller3 to echo_controller in APM. by Gustaf Ullberg · 7 years ago
  19. 7106d93 General AEC3 transparency improvements by Per Åhgren · 7 years ago
  20. bef945f in Vp8 packetizer use DCHECK instead of assert by Danil Chapovalov · 7 years ago
  21. 8deb818 Support more H264 profiles for internal software codec by Magnus Jedvert · 7 years ago
  22. 84255bb Add explicit includes of refcountedobject.h where it is used. by Niels Möller · 7 years ago
  23. b6ca721 Changes test condition in AudioDeviceTest.RunPlayoutAndRecordingInFullDuplex by henrika · 7 years ago
  24. 602dc43 Fix some lint warnings on Android. by Sami Kalliomäki · 7 years ago
  25. fb26f85 Revert "Reland "Make rtc_base/refcount.h self contained, not including refcountedobject.h."" by Niels Moller · 7 years ago
  26. bf6937a Reland "Make rtc_base/refcount.h self contained, not including refcountedobject.h." by Niels Möller · 7 years ago
  27. 3def74b Disables AudioDeviceTest.RunPlayoutAndRecordingInFullDuplex on Android by henrika · 7 years ago
  28. 7e312cf Minor changes to the boxplot tool in APM-QA. by Alex Loiko · 7 years ago
  29. c522298 Added first version of the EchoControl interface, used for AEC abstraction. by Gustaf Ullberg · 7 years ago
  30. ea00e48 Add field trials to configure the backoff factor and the trendline window of the BWE. by Stefan Holmer · 7 years ago
  31. 7a41e24 Customizable noise tracks path in APM-QA by Alessio Bazzica · 7 years ago
  32. 13044c1 Reduce time between sync frames for temporal layers vp8 screensharing. by Erik Språng · 7 years ago
  33. d692ef9 Update comments for rename of ScalingObserverInterface. by Niels Möller · 7 years ago
  34. 22ec952 Delete in_order argument to RtpReceiver::IncomingRtpPacket by Niels Möller · 7 years ago
  35. 4332d09 Reland "Reland "Remove WEBRTC_TRACE."" by Fredrik Solenberg · 7 years ago
  36. 5866291 Implement ScreenshareTemporalLayersChecker by Ilya Nikolaevskiy · 7 years ago
  37. 14fc998 Boxplot for APM-QA by Alex Loiko · 7 years ago
  38. bbc5d90 No normalization of input and noise tracks in the test data generators of APM-QA by Alessio Bazzica · 7 years ago
  39. a32dd01 Reland "Remove AudioDeviceObserver and make ADM not inherit from the Module interface." by Fredrik Solenberg · 7 years ago
  40. c62f6c7 RTPPayloadRegistry: Use SdpAudioFormat to represent audio codecs by Karl Wiberg · 7 years ago
  41. be1f97e Allow horizontal scrolling in the APM-QA HTML reports. by Alessio Bazzica · 7 years ago
  42. 39cefdb Revert "Reland "Remove WEBRTC_TRACE."" by Fredrik Solenberg · 7 years ago
  43. 68007e9 Reland "Remove WEBRTC_TRACE." by Fredrik Solenberg · 7 years ago
  44. 6967553 APM-QA Test data generation: environmental noise looped. by Alessio Bazzica · 7 years ago
  45. c3fa8e1 New method RtpReceiver::GetLatestTimestamps. by Niels Möller · 7 years ago
  46. 4a87e1c Remove encoding code from RtcEventLogImpl and use RtcEventLogEncoder instead by Elad Alon · 7 years ago
  47. 1d87b0e Create RtcEventLogEncoderLegacy by Elad Alon · 7 years ago
  48. 729b910 Revert "Remove WEBRTC_TRACE." by Fredrik Solenberg · 7 years ago
  49. 2209b90 Remove WEBRTC_TRACE. by Fredrik Solenberg · 7 years ago
  50. d25fa78 Revert "Make rtc_base/refcount.h self contained, not including refcountedobject.h." by Niels Moller · 7 years ago
  51. b7239a9 Make rtc_base/refcount.h self contained, not including refcountedobject.h. by Niels Möller · 7 years ago
  52. 849b3ae Move list of supported H264 codecs from InternalEncoderFactory to h264.h by Magnus Jedvert · 7 years ago
  53. 3c0bbff Remove deprecated mac screencapture code. by Kári Tristan Helgason · 7 years ago
  54. 4db97b9 Enable and update some bit exactness tests by Sam Zackrisson · 7 years ago
  55. 958288a Fix wrap-around logic in ForwardErrorCorrection. by Niels Möller · 7 years ago
  56. d4404c2 Revert "Remove AudioDeviceObserver and make ADM not inherit from the Module interface." by Fredrik Solenberg · 7 years ago
  57. 34cdd2d Remove AudioDeviceObserver and make ADM not inherit from the Module interface. by Fredrik Solenberg · 7 years ago
  58. c007857 AEC3 tunings to increase transparency by Per Åhgren · 7 years ago
  59. 85a11a3 Bounding the AEC3 suppression gain for poorly estimated residual echoes by Per Åhgren · 7 years ago
  60. 707f278 Add RTT to playout delay behind WebRTC-AddRttToPlayoutDelay field trial. by philipel · 7 years ago
  61. 8e56076 LogDelayBasedBweUpdate on detector state change. by philipel · 7 years ago
  62. b378a22 Fix ALR field trial parsing by Erik Språng · 7 years ago
  63. c545daf Make rtp_packet.h public by Elad Alon · 7 years ago
  64. 7dc719a Remove duplicate packet check from webrtc::PacketQueue. by philipel · 7 years ago
  65. b0a0207 Added RTCMediaStreamTrackStats.jitterBufferDelay for audio by Gustaf Ullberg · 7 years ago
  66. bf35298 Implement temporal layers checkers for vp8 by Ilya Nikolaevskiy · 7 years ago
  67. 884e49f Convert PayloadUnion from a union to a class, step 3 by Karl Wiberg · 7 years ago
  68. 440216f Split LogRtpHeader and LogRtcpPacket into separate versions for incoming and outgoing packets. by Bjorn Terelius · 7 years ago
  69. d4a790f Remove AudioCodingModule::IncomingPayload by Henrik Lundin · 7 years ago
  70. a86ac6d Improves UMA stat for built-in AGC monitoring on iOS by henrika · 7 years ago
  71. 3102734 Revert "Reland of Add full stack tests for MediaCodec encoder (moved from Rietveld)." by Rasmus Brandt · 7 years ago
  72. 2666cf7 Reland of Add full stack tests for MediaCodec encoder (moved from Rietveld). by Rasmus Brandt · 7 years ago
  73. 5bc0229 Injectable APM simulator binary in APM-QA by Alessio Bazzica · 7 years ago
  74. c856dc2 Convert PayloadUnion from a union to a class, step 2 by Karl Wiberg · 7 years ago
  75. 83d3ec1 Convert PayloadUnion from a union to a class, step 1 by Karl Wiberg · 7 years ago
  76. 612f858 Adding test for SingleNalUnit mode by ssilkin · 7 years ago
  77. c7b4a45 Remove various IDs: by solenberg · 7 years ago
  78. a81403f Calculate VP9 references to wrap at kPicIdLength instead of 16 bits. by philipel · 7 years ago
  79. 760c4b4 Trigger rtt and stats update on report block rather than receiver report. by Danil Chapovalov · 7 years ago
  80. 7e9c614 Added configurable offsets to the per-packet overhead in the ANA frame length and bitrate controllers. by ivoc · 7 years ago
  81. a82fcd0 Remove unused mocks of process thread by Danil Chapovalov · 7 years ago
  82. e423a9de Revert of Remove various IDs (patchset #7 id:120001 of https://codereview.webrtc.org/3019543002/ ) by solenberg · 7 years ago
  83. df5bb65 Prepare to remove ADM APIs that are to be deprecated. by solenberg · 7 years ago
  84. 2d0f775 Remove various IDs: by solenberg · 7 years ago
  85. 9981bd9 Move PacketQueue out of paced_sender.cc to its own packet_queue.{cc,h}. by philipel · 7 years ago
  86. 638200e Add support for SW fallback decoder in VideoProcessor. by Rasmus Brandt · 7 years ago
  87. c9d5b05 Add lock annotations and const declarations to RtpReceiverImpl. by Niels Möller · 7 years ago
  88. ca90a55 audioproc_f with simulated mic analog gain by Alessio Bazzica · 7 years ago
  89. 29accef Export script bug fixed. by Alessio Bazzica · 7 years ago
  90. fe9f222 Reland of Added logging inside AEC3 for render API buffer by Per Åhgren · 7 years ago
  91. bbf389c Delete redundant logic for setting is_first_packet_in_frame by Niels Möller · 7 years ago
  92. 0beac58 Add PostProcessing interface to audio processing module. by Sam Zackrisson · 7 years ago
  93. 5d26edc Total Harmonic Distorsion plus noise (THD+n) score in APM-QA. by alessiob · 7 years ago
  94. a420551 Push back on the video encoder to avoid building queues in the pacer. by philipel · 7 years ago
  95. e19d8bf Modify some rate control and quality thresholds due to flakiness. by asapersson · 7 years ago
  96. 8f1b93c Add more logs in DX capturer by Zijie He · 7 years ago
  97. dccfc40 NetEq: Simplify the dependencies of GetNetworkStatistics by Henrik Lundin · 7 years ago
  98. dec82ab Disable flaky test VideoProcessorIntegrationTestMediaCodec.ForemanCif500kbpsVp8. by Alex Loiko · 7 years ago
  99. 6b3e1a2 Fixes issue in ADM on Mac OSX when audio is renegotiated by henrika · 7 years ago
  100. 599df85 Resolve cyclic dependency in remote bitrate estimator by Danil Chapovalov · 7 years ago