1. aeb0a64 AEC3: Increase the range of reported echo path delay metrics by Per Åhgren · 6 years ago
  2. 493c78a Replace all use of rtc::Pathname in generator_unittest.cc. by Niels Möller · 6 years ago
  3. fabb12e Introduce list of fields to put into codec agnostic descriptor by Danil Chapovalov · 6 years ago
  4. 075cb2b AEC3: Changes to how the reverberation decay is applied. by Jesús de Vicente Peña · 6 years ago
  5. 9633cff Remove "webrtc_rtp" traces. by Jonas Olsson · 6 years ago
  6. e3cf3d0 Use enum class for VideoCodecMode and VideoCodecComplexity. by Niels Möller · 6 years ago
  7. dd3e0ab Make rtc_software_fallback_wrappers target visible. by Anders Carlsson · 6 years ago
  8. 798b282 Don't update internal state of the FrameBuffer2 when an undecodable frame is inserted. by philipel · 6 years ago
  9. e1d617c Delay the creation of the platform thread in TestAudioDeviceModule. by Sami Kalliomäki · 6 years ago
  10. a46bd4b Reland "Move class VideoCodec from common_types.h to its own api header file." by Niels Möller · 6 years ago
  11. 2ac6446 Document that preferred VideoFrame constructor takes no RTP timestamp. by Niels Möller · 6 years ago
  12. 425f713 Delete unused methods in VCMFrameBuffer and VCMSessionInfo. by Niels Möller · 6 years ago
  13. 6d19180 Fix increase in send rate when not receiving feedback by Anastasia Koloskova · 6 years ago
  14. 24db1c9 Remove unused iostream import by Jonas Olsson · 6 years ago
  15. fddaf75 AEC3: Increase the look window in the delay estimator. by Per Åhgren · 6 years ago
  16. b90e63c6 Fix: NetEq PacketBuffer logs discarded packet with wrong codec level when new packet replaces the lower level packet by Peng Yu · 6 years ago
  17. ec9c745 Adds support for new Windows ADM with limited API support. by henrika · 6 years ago
  18. 443e71f Revert "Disabling VeryLowBitrateVP9 to unblock roll." by Patrik Höglund · 6 years ago
  19. 25b41f8 remove unused stringstream import by Jonas Olsson · 6 years ago
  20. 350531e Revert "Move class VideoCodec from common_types.h to its own api header file." by Danil Chapovalov · 6 years ago
  21. efc71e5 Move class VideoCodec from common_types.h to its own api header file. by Niels Möller · 6 years ago
  22. 5aba818 Remove test AudioCodingModuleTest.TestAPI by Karl Wiberg · 6 years ago
  23. 5e8fd8a Add simulcastStream output from VideoCodecTestFixture::Config::ToString. by Rasmus Brandt · 6 years ago
  24. 086de82 Add bitrate_priority to GetSimulcastConfig call. by Rasmus Brandt · 6 years ago
  25. ed51a6e AEC3: Avoid static initializers by Gustaf Ullberg · 6 years ago
  26. 05d8ee1 AEC3: Delay stabilization after a delay change by Per Åhgren · 6 years ago
  27. 78ea818 AEC3: Added filter preprocessing to avoid low frequency artefacts by Per Åhgren · 6 years ago
  28. f469b63 AEC3: Improved anti-aliasing filter for DSF 4 by Gustaf Ullberg · 6 years ago
  29. b544f6c Fixing issue where pacer budget increased in congestion. by Sebastian Jansson · 6 years ago
  30. 6cb74fd Remove unused methods in VCMDecoderDataBase. by Åsa Persson · 6 years ago
  31. 97e0488 Delete unused stats for preferred_bitrate. by Niels Möller · 6 years ago
  32. 34c9f12 AEC3: Move decimator filters to the new notation by Gustaf Ullberg · 6 years ago
  33. 2b3af2e Delete RTP-specific values from the VideoCodecType enum. by Niels Möller · 6 years ago
  34. 81327d5 Move stats for delayed frames to renderer from VCMTiming to ReceiveStatisticsProxy. by Åsa Persson · 6 years ago
  35. 16e28d1 Disabling VeryLowBitrateVP9 to unblock roll. by Patrik Höglund · 6 years ago
  36. b6c462d Cleanup webrtc:: namespace from leaked TimingFrameFlags by Ilya Nikolaevskiy · 6 years ago
  37. 45a57fd Remove unused include from FrameBuffer2. by Rasmus Brandt · 6 years ago
  38. 3ea3e30 Fixing some SIGFPEs that are making my tests crash by Natalie Silvanovich · 6 years ago
  39. 27300c3 Allow 3 encoder threads in libvpx for HD on > 6 core cpus by Erik Språng · 6 years ago
  40. adb4841 Remove explicit locking using av_lockmgr_register by Mirko Bonadei · 6 years ago
  41. 520ca4e Delete enum RtpVideoCodecTypes, replaced with VideoCodecType. by Niels Möller · 6 years ago
  42. b18931d Updating ffmpeg deprecated functions TODO. by Mirko Bonadei · 6 years ago
  43. eed5fae Revert "Disabling VideoCaptureTest on Linux." by Oleh Prypin · 6 years ago
  44. 27fe43a Removing warning suppression flags from modules/audio_coding. by Mirko Bonadei · 6 years ago
  45. 5441398 Removing -Wno-write-strings from video_capture_tests. by Mirko Bonadei · 6 years ago
  46. 277a656 Unstable BWE due to improper bit rate padding for VP9. by “Michael · 6 years ago
  47. 28deb90 Reland "Start supporting H264 packetization mode 0." by Taylor Brandstetter · 6 years ago
  48. e97b549 Fixes leak of AudioDeviceID array due to early return in AudioDeviceMac::GetNumberDevices() by henrika · 6 years ago
  49. c4b7f03 AEC3: Adjust active render limits for downsampling factor 8 by Gustaf Ullberg · 6 years ago
  50. f2fae87 Add min pushback target bitrate as a parameter that can be set in field trial string. by Ying Wang · 6 years ago
  51. d45b345 Set max_consec_drop to INT_MAX. by Sergey Silkin · 6 years ago
  52. 7f1583c [desktopCapture Windows] ignore Chrome notification window on top by braveyao · 6 years ago
  53. 435187d AEC3: CascadedBiQuadFilter can run different filters in cascade by Gustaf Ullberg · 6 years ago
  54. 0cedc05 Refactor SimulcastTestUtility into SimulcastTestFixture{,Impl} by Rasmus Brandt · 6 years ago
  55. 3d8dbcb Adds loss rate filter in BBR controller. by Sebastian Jansson · 6 years ago
  56. 750efbe Delete definitions of NULL. by Niels Möller · 6 years ago
  57. 3f1d15b Remove deprecated mac capture code. by Kári Tristan Helgason · 6 years ago
  58. ee20336 Drop entire superframe if any layer is overshooting. by Sergey Silkin · 6 years ago
  59. 183f4d9 Disabling VideoCaptureTest on Linux. by Taylor Brandstetter · 6 years ago
  60. 79445ea Thread checker fails when switching to/from bluetooth headset. by henrika · 6 years ago
  61. 7a0bb00 Split LoggedBweProbeResult into -Success and -Failure. by Bjorn Terelius · 6 years ago
  62. 9545e1c Delete deprecated CreateVideoReceiver and CreateAudioReceiver. by Niels Möller · 6 years ago
  63. f4d0afb Always apply congestion window in pacer. by Sebastian Jansson · 6 years ago
  64. 26bc669 Pass packet retransmission information in PacketOptions. by Petter Strandmark · 6 years ago
  65. 2aae273 Remove adapter bools from VideoCodecTestFixture::Config. by Rasmus Brandt · 6 years ago
  66. e3ca991 AEC3: Added a mode to properly utilize highly linear setups by Per Åhgren · 6 years ago
  67. 7c1ccfa Move VisualizationParams to VideoCodecTestFixture::Config. by Rasmus Brandt · 6 years ago
  68. 7645b18 Makes BBR more like the Quic implementation. by Sebastian Jansson · 6 years ago
  69. 535bde3 Adds data in flight information on send packet updates. by Sebastian Jansson · 6 years ago
  70. c5efb0c Added an audioproc option to not report the stream delay by Per Åhgren · 6 years ago
  71. b563f3d Filtering audio playout events with SSRC in NetEq RTP player. by Minyue Li · 6 years ago
  72. 92f83ce Remove deprecated rtcp SLI/RPSI observers by Danil Chapovalov · 6 years ago
  73. 97b4ee5 Wire up VAAPI VP8 experimental support in WebRTC. by Ilya Nikolaevskiy · 6 years ago
  74. 66eaed0 Adding direct congestion window pushback to encoders. by Ying Wang · 6 years ago
  75. 4e6cd5e Get actual list of references from encoder in flexible mode. by Sergey Silkin · 6 years ago
  76. f782492 Delete RtpFeedback. The ssrc for a receive stream should be known at by Niels Möller · 6 years ago
  77. 0c2e8ce Initialize svc_drop_frame in vp9 wrapper. by Jerome Jiang · 6 years ago
  78. dd09287 AEC3: Gain limiter: Improving the behavior of the gain limiter. by Jesús de Vicente Peña · 6 years ago
  79. 1388b30 Adds tracking of outstanding bytes in SendTimeHistory. by Sebastian Jansson · 6 years ago
  80. 51e23ae Remove built-in sw codecs from decoder_database. by Anders Carlsson · 6 years ago
  81. 78b1c4a AEC3: Delay estimator uses bandpass filtered signal with downsampling factor 8 by Gustaf Ullberg · 6 years ago
  82. e058568 iLBC decoding: Ignore a signed overflow by Karl Wiberg · 6 years ago
  83. bc84685 Remove VideoCodecTestFixtureImpl dependency on Android specifics. by Rasmus Brandt · 6 years ago
  84. 95de63b Rename parsing function in AimdRateControl by Bjorn Terelius · 6 years ago
  85. 172fd85 Replaces redundant congestion controller components by Sebastian Jansson · 6 years ago
  86. d7b9131 Move socklen_t definition for windows to win32.h. by Niels Möller · 6 years ago
  87. 9c26a0f Adds reporting of bandwidth estimation periods in BBR. by Sebastian Jansson · 6 years ago
  88. 14682a3 Delete macro RTC_DEFINE_STATIC_LOCAL. by Niels Möller · 6 years ago
  89. cefc465 RTC_LOG_* macros: Implement argument passing with a single variadic call by Karl Wiberg · 6 years ago
  90. 223cc4b Revert "Start supporting H264 packetization mode 0." by Taylor Brandstetter · 6 years ago
  91. c8caaec Directly include VideoBitrateAllocation in common_video/ targets by Erik Språng · 6 years ago
  92. 3409cfa Start supporting H264 packetization mode 0. by Taylor Brandstetter · 6 years ago
  93. 70bb326 Delete unused argument first_payload_byte. by Niels Möller · 6 years ago
  94. 6c7da59 Fixes off by one error in BBR random cycle initialization. by Sebastian Jansson · 6 years ago
  95. eda0087 Drop the RTT as input to IsRetransmitOfOldPacket. by Niels Möller · 6 years ago
  96. ccd1048 Apply constraints on pacing rate in BBR controller. by Sebastian Jansson · 6 years ago
  97. 6753542 Ensures that BBR always reports updated state. by Sebastian Jansson · 6 years ago
  98. 4343273 Don't assume that RTC_LOG's << operator is std::ostream by Karl Wiberg · 6 years ago
  99. 72678e1 Adds unwrapped sequence number to sent packet info. by Sebastian Jansson · 6 years ago
  100. 02c6586 Adds unwrapped sequence number to feedback info. by Sebastian Jansson · 6 years ago