1. 47836b4 Keep spatial_idx=kNoSpatialIdx(255) if there is no layer indices. by Sergey Silkin · 7 years ago
  2. 88f080a Move SPS/PPS/IDR requirement from RtpFrameObject to PacketBuffer. by Rasmus Brandt · 7 years ago
  3. a750333 Remove support for SW H264 High profile decoding by Magnus Jedvert · 7 years ago
  4. 1803628 NetEq: Fix a problem with too large delay during codec-internal DTX/CNG by Henrik Lundin · 7 years ago
  5. eb254b4 Don't select audio codecs depending on GN vars `build_with_{chromium|mozilla}` by Karl Wiberg · 7 years ago
  6. 8686077 [Window Capturer] Inaccurate cursor position on cinnamon by Zijie He · 7 years ago
  7. f0cc814 Support writing network timestamp delta fields into VideoTimingExtension by Danil Chapovalov · 7 years ago
  8. 96acb43 Fix Chromium compile of StereoEncoderAdapter. by Max Morin · 7 years ago
  9. 13a8f20 Add CHECKs to FlexfecReceiver. by Rasmus Brandt · 7 years ago
  10. ae3981a Removes experimental sleep in ADM initialization for Android by henrika · 7 years ago
  11. 9d4af01 New PacedSender constructor with injected PacketQueue by Niels Möller · 7 years ago
  12. 996eb9e Fix typo in VideoSendTiming header extension structure by Danil Chapovalov · 7 years ago
  13. dbcac7f Add StereoCodecAdapter classes by Emircan Uysaler · 7 years ago
  14. 8c8d49e Add periodic compound packet sending to RtcpTransceiver by Danil Chapovalov · 7 years ago
  15. bde473e Fix/suppress new warnings introduced in Chromium roll. by Sami Kalliomäki · 7 years ago
  16. 90397d9 Remove use of RTPFragmentationHeader from RTPSenderAudio by Niels Möller · 7 years ago
  17. c7b18fe Shifted value doesn't fit in 'int32_t'. by Alex Loiko · 7 years ago
  18. fb1a866 Add support for H.264 constrained high profile in VideoProcessor. by Rasmus Brandt · 7 years ago
  19. 5d7fd19 Don't build windows core audio if using dummy file devices. by Edward Lemur · 7 years ago
  20. b0576ec Reland of Improves native Android audio implementations by henrika · 7 years ago
  21. e4c6915 Remove verbose setting and reorder some print statements in VideoProcessor. by Rasmus Brandt · 7 years ago
  22. 34fa295 Delete unused VP8 packetization modes. by Niels Möller · 7 years ago
  23. e87cfe2 Remove unused method PacketLossModeToStr. by Åsa Persson · 7 years ago
  24. 0af34ad The onWebRtcAudioTrackStartError is changed in this CL which breaks the internal projects. by Zhi Huang · 7 years ago
  25. c2a0eb2 [Window Capture] Mouse cursor missing during window sharing on Mac OSX by Zijie He · 7 years ago
  26. 92b1ffd Improves native Android audio implementations. by henrika · 7 years ago
  27. 78161ca Add sending sdes to RtcpTransceiver. by Danil Chapovalov · 7 years ago
  28. a056599 Delete VCMSendStatisticsCallback and corresponding use of ProcessThread by Niels Möller · 7 years ago
  29. fb6d326 Delete unused PredictivePacketManipulator. by Rasmus Brandt · 7 years ago
  30. f7eea2a Change key frame mismatch threshold for VP9 in unit test. by Jerome Jiang · 7 years ago
  31. 74e72c8 Lowering the threshold for delay change detection in AEC3 by Per Åhgren · 7 years ago
  32. 173fd91 [Window Capture] Inaccurate cursor position during window sharing on X11 by Zijie He · 7 years ago
  33. 84634b8 Temporarily disabled failing death test. by Gustaf Ullberg · 7 years ago
  34. b9f5361 Removing undefined left shifts in AudioProcessing by Alex Loiko · 7 years ago
  35. a194e58 Move sequence_number_utils.h to rtc_base/ by Bjorn Terelius · 7 years ago
  36. 47d3a01 Reenable some supressed warnings for the objc SDK. by Kári Tristan Helgason · 7 years ago
  37. 7275e18 Hide the internal AudioEncoderOpus class by giving it an "Impl" suffix by Karl Wiberg · 7 years ago
  38. 7c8cca3 Add check for send-side bwe before applying alr settings by Erik Språng · 7 years ago
  39. 58b7291 Log warning when receiving an H.264 containing IDR, but not SPS/PPS. by Rasmus Brandt · 7 years ago
  40. d79314f Reland "Add fine grained dropped video frames counters on sending side" by Ilya Nikolaevskiy · 7 years ago
  41. f0c4467 Make VideoProcessor::Init/Release methods private and call from constructor/destructor. by Åsa Persson · 7 years ago
  42. c22a3a6 Refactor VP8 encoder creation logic by Ilya Nikolaevskiy · 7 years ago
  43. 7ddd463 Balancing the transparency in AEC3 between saturating and low echo paths by Per Åhgren · 7 years ago
  44. 398a7c6 Create skeleton of the rtcp transceiver. by Danil Chapovalov · 7 years ago
  45. 21360eb Add application extension field to RtpPacketReceived. by Dino Radaković · 7 years ago
  46. f7a3558 Add VideoProcessor tests verifying that H.264 keyframes contain SPS/PPS/IDR. by Rasmus Brandt · 7 years ago
  47. edf4ff7 Only treat H.264 frames containing SPS, PPS, and IDR as key frames. by Rasmus Brandt · 7 years ago
  48. 45adbaf APM-QA unit test bug fix by Alessio Bazzica · 7 years ago
  49. c531af7 Fix 'Left shift cannot be represented in int32_t'. by Alex Loiko · 7 years ago
  50. 330bf40 WebRTC VAD wrapper for APM-QA by Alessio Bazzica · 7 years ago
  51. c5ee987 Stop using std::tr1 by Edward Lemur · 7 years ago
  52. a642efb Ensures that iOS audio parameters are valid. by henrika · 7 years ago
  53. ba68aab Fix of integer overflow in WebRtcAecm_ProcessBlock / ApmTest.Process by Alessio Bazzica · 7 years ago
  54. bd92d8d Forgotten 'memset' in NoiseSuppression. by Alex Loiko · 7 years ago
  55. 8731176 NetEq: Fix an UBSan error by Henrik Lundin · 7 years ago
  56. 9155e49 New classes RefCounter and RefCountedBase. by Niels Möller · 7 years ago
  57. ccdfcca New PacketQueue2 behind WebRTC-RoundRobinPacing field trial. by philipel · 7 years ago
  58. 4d9ac58 Use C++11 static initialization, replacing Atomic32 CompareExchange. by Niels Möller · 7 years ago
  59. d6314d9 Delete unused method PacedSender::AverageQueueTimeMs by Niels Möller · 7 years ago
  60. b7e1788 Fixing other unsafe conversions. by Mirko Bonadei · 7 years ago
  61. 1c1a681 Revert "Add fine grained dropped video frames counters on sending side" by Ilya Nikolaevskiy · 7 years ago
  62. fd7c0a5 Avoid NetEq triggering a Framelength change when receiving an FEC packet. by Ivo Creusen · 7 years ago
  63. 36636a2 Removes StaticAccessedFromInstance warning in Android audio track. by henrika · 7 years ago
  64. 78609d5 Reland of BWE allocation strategy by Alex Narest · 7 years ago
  65. 6f72f56 Change return types of refcount methods. by Niels Möller · 7 years ago
  66. dc9ca93 Revert "BWE allocation strategy" by Alex Narest · 7 years ago
  67. 4458287 Final stage in removing unused ADM APIs by henrika · 7 years ago
  68. f74d641 Simplify setting/unsetting REMB in RtcpSender by Danil Chapovalov · 7 years ago
  69. 2d27fb5 Move TestConfig to separate file. by Åsa Persson · 7 years ago
  70. 7173cf2 Add cpu measurements to VideoProcessorIntegrationTest. by Åsa Persson · 7 years ago
  71. ea7a3f8 Fixing unsafe conversion by Mirko Bonadei · 7 years ago
  72. 712048c Replace raw new by MakeUnique, and improve declarations. by Niels Möller · 7 years ago
  73. 4b1a363 Add fine grained dropped video frames counters on sending side by Ilya Nikolaevskiy · 7 years ago
  74. a8c08b1 APM-QA annotations: incorrect type bugfix and level estimation with 1 ms frames. by Alessio Bazzica · 7 years ago
  75. a5fbc23 BWE allocation strategy by Alex Narest · 7 years ago
  76. 849030d Optionally copy clean speech input files under _cache with APM-QA. by Alessio Bazzica · 7 years ago
  77. bd83b91 Separate AEC3 config from AudioProcessing::Config. by Gustaf Ullberg · 7 years ago
  78. 737e073 Fixing warning C4267 on Win (more_configs). by Mirko Bonadei · 7 years ago
  79. 25eb28c Bugfix for histogram scaling function in NetEq's DelayManager. by Ivo Creusen · 7 years ago
  80. a811027 Fixing warning C4267 on Win (more_configs). by Mirko Bonadei · 7 years ago
  81. 39260c4 Revert "BWE allocation strategy allows controlling of bitrate allocation with WEBRTC external logic." by Lu Liu · 7 years ago
  82. 54d1da1 BWE allocation strategy allows controlling of bitrate allocation with WEBRTC external logic. by Alex Narest · 7 years ago
  83. 2bdeb22 APM-QA clean speech annotations. by Alessio Bazzica · 7 years ago
  84. 6592f2c Removes more unused ADM APIs: by henrika · 7 years ago
  85. 0743814 aec3: Use fabsf() instead of std::abs() for floats. by Raphael Kubo da Costa · 7 years ago
  86. 44b1fa4 Missing use of RTC_GUARDED_BY in PacedSender by Elad Alon · 7 years ago
  87. 5fc130b Make sure updated pacing factor is applied immediately. by Erik Språng · 7 years ago
  88. 40659c3 Corrected and robustified the detection of the delay in the AEC3 filter by Per Åhgren · 7 years ago
  89. 1b4059e Transparency improvements for AEC3 during call start and after resets by Per Åhgren · 7 years ago
  90. ce045ac Enable Echo Control at injection. by Gustaf Ullberg · 7 years ago
  91. 31fbb54 NetEq: Drop unnecessary dependency on the audio decoder implementations by Karl Wiberg · 7 years ago
  92. f52a3a7 We don't want implicit conversion from size_t to int by Karl Wiberg · 7 years ago
  93. 0122e84 Reland "Remove sent framerate and bitrate calculations from MediaOptimization." by Åsa Persson · 7 years ago
  94. 919dc2e Removes fallback from Linux PulseAudio to ALSA. by henrika · 7 years ago
  95. c8c71b9 Stop using ANDROID macro in favour of WEBRTC_ANDROID. by Mirko Bonadei · 7 years ago
  96. 9827ed7 Add override declarations to FakeAudioDeviceModule. by Niels Möller · 7 years ago
  97. 8eb9c7d Added EchoCanceller3Factory. by Gustaf Ullberg · 7 years ago
  98. 569f4e7 Disable some flaky screen/desktop capture tests on Linux. by Taylor Brandstetter · 7 years ago
  99. 052c78d Removed unused AudioProcessing::Create. by Gustaf Ullberg · 7 years ago
  100. 385b10b Added experiment to improve handling of frame length changes in NetEq. by Ivo Creusen · 7 years ago