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