1. 2aae273 Remove adapter bools from VideoCodecTestFixture::Config. by Rasmus Brandt · 6 years ago
  2. e3ca991 AEC3: Added a mode to properly utilize highly linear setups by Per Åhgren · 6 years ago
  3. 7c1ccfa Move VisualizationParams to VideoCodecTestFixture::Config. by Rasmus Brandt · 6 years ago
  4. 7645b18 Makes BBR more like the Quic implementation. by Sebastian Jansson · 6 years ago
  5. 535bde3 Adds data in flight information on send packet updates. by Sebastian Jansson · 6 years ago
  6. c5efb0c Added an audioproc option to not report the stream delay by Per Åhgren · 6 years ago
  7. b563f3d Filtering audio playout events with SSRC in NetEq RTP player. by Minyue Li · 6 years ago
  8. 92f83ce Remove deprecated rtcp SLI/RPSI observers by Danil Chapovalov · 6 years ago
  9. 97b4ee5 Wire up VAAPI VP8 experimental support in WebRTC. by Ilya Nikolaevskiy · 6 years ago
  10. 66eaed0 Adding direct congestion window pushback to encoders. by Ying Wang · 6 years ago
  11. 4e6cd5e Get actual list of references from encoder in flexible mode. by Sergey Silkin · 6 years ago
  12. f782492 Delete RtpFeedback. The ssrc for a receive stream should be known at by Niels Möller · 6 years ago
  13. 0c2e8ce Initialize svc_drop_frame in vp9 wrapper. by Jerome Jiang · 6 years ago
  14. dd09287 AEC3: Gain limiter: Improving the behavior of the gain limiter. by Jesús de Vicente Peña · 6 years ago
  15. 1388b30 Adds tracking of outstanding bytes in SendTimeHistory. by Sebastian Jansson · 6 years ago
  16. 51e23ae Remove built-in sw codecs from decoder_database. by Anders Carlsson · 6 years ago
  17. 78b1c4a AEC3: Delay estimator uses bandpass filtered signal with downsampling factor 8 by Gustaf Ullberg · 6 years ago
  18. e058568 iLBC decoding: Ignore a signed overflow by Karl Wiberg · 6 years ago
  19. bc84685 Remove VideoCodecTestFixtureImpl dependency on Android specifics. by Rasmus Brandt · 6 years ago
  20. 95de63b Rename parsing function in AimdRateControl by Bjorn Terelius · 6 years ago
  21. 172fd85 Replaces redundant congestion controller components by Sebastian Jansson · 6 years ago
  22. d7b9131 Move socklen_t definition for windows to win32.h. by Niels Möller · 6 years ago
  23. 9c26a0f Adds reporting of bandwidth estimation periods in BBR. by Sebastian Jansson · 6 years ago
  24. 14682a3 Delete macro RTC_DEFINE_STATIC_LOCAL. by Niels Möller · 6 years ago
  25. cefc465 RTC_LOG_* macros: Implement argument passing with a single variadic call by Karl Wiberg · 6 years ago
  26. 223cc4b Revert "Start supporting H264 packetization mode 0." by Taylor Brandstetter · 6 years ago
  27. c8caaec Directly include VideoBitrateAllocation in common_video/ targets by Erik Språng · 6 years ago
  28. 3409cfa Start supporting H264 packetization mode 0. by Taylor Brandstetter · 6 years ago
  29. 70bb326 Delete unused argument first_payload_byte. by Niels Möller · 6 years ago
  30. 6c7da59 Fixes off by one error in BBR random cycle initialization. by Sebastian Jansson · 6 years ago
  31. eda0087 Drop the RTT as input to IsRetransmitOfOldPacket. by Niels Möller · 6 years ago
  32. ccd1048 Apply constraints on pacing rate in BBR controller. by Sebastian Jansson · 6 years ago
  33. 6753542 Ensures that BBR always reports updated state. by Sebastian Jansson · 6 years ago
  34. 4343273 Don't assume that RTC_LOG's << operator is std::ostream by Karl Wiberg · 6 years ago
  35. 72678e1 Adds unwrapped sequence number to sent packet info. by Sebastian Jansson · 6 years ago
  36. 02c6586 Adds unwrapped sequence number to feedback info. by Sebastian Jansson · 6 years ago
  37. 43c707a AEC3: Debug dump of render decimator input/output by Gustaf Ullberg · 6 years ago
  38. c7f09ad NetEq fix for repeated audio issue. by Ivo Creusen · 6 years ago
  39. 169005d Move VideoCodecTest configuration classes to api/test. by Kári Tristan Helgason · 6 years ago
  40. 6dc82e8 NetEq: Change NetEq's ramp-up behavior after expansions by Henrik Lundin · 6 years ago
  41. 7a84fcf Prevent potential buffer overflow in UlpfecReceiver by Ying Wang · 6 years ago
  42. 401d076 Delete deprecated VideoDecoder::Decode method by Niels Möller · 6 years ago
  43. 41c11e4 AEC3: Rounding of estimated call skew by Gustaf Ullberg · 6 years ago
  44. 65ec0fc Delete unneeded includes of basictypes.h. by Niels Möller · 6 years ago
  45. b9fc650 Add min and max allowed bitrate in Opus bitrate tests by Gustaf Ullberg · 6 years ago
  46. 666beca AEC3: ERLE improvements by Jesús de Vicente Peña · 6 years ago
  47. 9024da8 NetEq: Fixing an overflow bug in expand.cc by Henrik Lundin · 6 years ago
  48. 9ab6eb7 Minor namespace change for CoreAudioUtility by henrika · 6 years ago
  49. 6633d41 Reland "Update expected bitrate in Opus tests" by Gustaf Ullberg · 6 years ago
  50. d902d58 Framerate controller for VP9 screen sharing. by Sergey Silkin · 6 years ago
  51. dfce03a Allows injection of network controller factory into peer connection factory. by Sebastian Jansson · 6 years ago
  52. be71a1e Replace VP9 screen sharing. by Sergey Silkin · 6 years ago
  53. 812ceaf Ensure render time is zero when playout delay is zero so that minimal latency in the render pipeline is ensured. by Stefan Holmer · 6 years ago
  54. 6bf5a0d AEC3: High-pass filter delay estimator signals by Gustaf Ullberg · 6 years ago
  55. 77995e7 Revert "Update expected bitrate in Opus tests" by Gustaf Ullberg · 6 years ago
  56. 79ded65 Update expected bitrate in Opus tests by Gustaf Ullberg · 6 years ago
  57. 2d9a3b1 Increasing the API call skew hysteresis limit in AEC3 by Per Åhgren · 6 years ago
  58. 0a8f435 Move VideoEncoderConfig from call/ to api/. by Niels Möller · 6 years ago
  59. 7e6fcea Ports CoreAudioUtil from Chrome to WebRTC. by henrika · 6 years ago
  60. 7eb8e9f Add RegisterExternalDecoder in VideoCodingModule. by Anders Carlsson · 6 years ago
  61. c948fe6 Delete unneeded includes of call/video_config.h. by Niels Möller · 6 years ago
  62. 638edfc Skipping some Opus tests to let the new roll flow. by Mirko Bonadei · 6 years ago
  63. 4c8811b Delete some obsolete forward declarations by Niels Möller · 6 years ago
  64. dd3eae5 Revert "Configure and use max bitrate to limit the AIMD controller estimates." by Per Kjellander · 6 years ago
  65. 90394a4 Reland "[desktopCapture] Unify the position info in DIP coordinates on Mac." by braveyao · 6 years ago
  66. 18d7c7e Configure and use max bitrate to limit the AIMD controller estimates. by Bjorn Terelius · 6 years ago
  67. 09133af Check number of nalus in packet before checking nalu types. by philipel · 6 years ago
  68. 8b7ca4a Make packet router send padding on rtp module that last sent media. by Erik Språng · 6 years ago
  69. e1c3c01 Revert "[desktopCapture] Unify the position info in DIP coordinates on Mac." by Per Kjellander · 6 years ago
  70. eeaa8f9 Directly include VideoBitrateAllocation in modules/rtp_rtcp/ targets by Erik Språng · 6 years ago
  71. d5addca Add philipel to modules/video_coding/OWNERS. by philipel · 6 years ago
  72. 8eeda49 Enable more VideoCodecTests on iOS. by Kári Tristan Helgason · 6 years ago
  73. 90e3fbd Activating the AEC3 audibility improvements functionality by Per Åhgren · 6 years ago
  74. 89653d5 [desktopCapture] Unify the position info in DIP coordinates on Mac. by braveyao · 6 years ago
  75. a8bf169 Adds BandwidthSampler for BBR. by Sebastian Jansson · 6 years ago
  76. 8dd4db4 Create/destroying codecs on task queue + switch to TaskQueueForTest. by Rasmus Brandt · 6 years ago
  77. 59130a1 Delete deprecated version of VideoCodecInitializer::SetupCodec. by Niels Möller · 6 years ago
  78. d7624f2 Removing clang-cl warning suppression flags in video_capture. by Mirko Bonadei · 6 years ago
  79. 2f1e6d4 AGC2 RNN VAD: Polishing. by Alessio Bazzica · 6 years ago
  80. 1aec594 Merge :audio_processing and :aec_dump_interface. by Alex Loiko · 6 years ago
  81. ae93f04 Make an energy computation not overflow in iLBC PLC by Sam Zackrisson · 6 years ago
  82. 8694f29 Rename VideoProcessorIntegrationTest -> VideoCodecTest. by Rasmus Brandt · 6 years ago
  83. 8d95e3b Moving iOS Audio Device to sdk. by Peter Hanspers · 6 years ago
  84. 73ec019 Add RuntimeSettings to CustomProcessing. by Alex Loiko · 6 years ago
  85. beb1d34 AGC2 RNN VAD: Feature extraction. by Alessio Bazzica · 6 years ago
  86. a7e4844 Move H.264 codec test activation directly behind build flag. by Rasmus Brandt · 6 years ago
  87. 30bbbe8 Adds PacketNumberIndexedQueue for BBR. by Sebastian Jansson · 6 years ago
  88. dfe8ca0 Layering and rate allocation for VP9 screen sharing. by Sergey Silkin · 6 years ago
  89. 52cab50 Fixes thread-safety-analysis warnings for Windows ADM. by henrika · 6 years ago
  90. b54500e VP9 SVC minimum bit rate thresholds too low for 720p by “Michael · 6 years ago
  91. b330688 Fix build errors when rtc_use_builtin_sw_codecs is set to false. by Anders Carlsson · 6 years ago
  92. f55babc Add namespace 'webrtc' to AudioFrameView. by Alex Loiko · 6 years ago
  93. 43619a4 Revert "Moving iOS Audio Device to sdk." by Peter Hanspers · 6 years ago
  94. 08da28d Moving iOS Audio Device to sdk. by Peter Hanspers · 6 years ago
  95. c6ce9c5 New file api/video/BUILD.gn by Niels Möller · 6 years ago
  96. bc0b37c AGC2 RNN VAD: Spectral features extraction. by Alessio Bazzica · 6 years ago
  97. e72ea24 Removing -Wno-parentheses-equality. by Mirko Bonadei · 6 years ago
  98. 377ef24 Remove extra reference from GOF. by Sergey Silkin · 6 years ago
  99. d18e87e Correcting the AEC3 transparent mode behavior avoid incorrect activation by Per Åhgren · 6 years ago
  100. ced31ba Correcting the usage of the estimated echo path gain in AEC3 by Per Åhgren · 6 years ago