1. 34814c7 Stop using public_deps in api/. by Mirko Bonadei · 7 years ago
  2. d20639f Correct the FFT windowing when computing the AEC NLP gain by Per Åhgren · 7 years ago
  3. 6ad9f26 Optional: Use nullopt and implicit construction in /modules/audio_device by Oskar Sundbom · 7 years ago
  4. c77b528 Adds usage of RTC_LOG macros in JNI audio code on Android. by henrika · 7 years ago
  5. 10b96eb Optional: Use nullopt and implicit construction in /modules/pacing by Oskar Sundbom · 7 years ago
  6. d3c642b Fix typo in the include path of ooura_fft.h by Jiawei Ou · 7 years ago
  7. a0f5f60 Revert "Revert "Make some more targets publicly visible"" by Per Kjellander · 7 years ago
  8. a7f2d84 Revert "Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*""" by Per Kjellander · 7 years ago
  9. 0e6d2f5 Use the filter delay to use the proper render block in the AEC3 AecState by Per Åhgren · 7 years ago
  10. c73e1f4 Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*"" by Per Kjellander · 7 years ago
  11. 55d1809 Revert "Make some more targets publicly visible" by Per Kjellander · 7 years ago
  12. 60d1792 Make some more targets publicly visible by Karl Wiberg · 7 years ago
  13. b4c188d Added logging of the maximum observed API call jitter in AEC3 by Per Åhgren · 7 years ago
  14. 588c548 GN rtc_* templates: Set default visibility to webrtc_root + "/*" by Karl Wiberg · 7 years ago
  15. 14de824 Stop using std::random_shuffle in favor of std::shuffle. by Mirko Bonadei · 7 years ago
  16. 62337e5 Use AudioProcessingBuilder everywhere AudioProcessing is created. by Ivo Creusen · 7 years ago
  17. 81ca3bf Including rtc_base/flags.h after test/gtest.h. by Mirko Bonadei · 7 years ago
  18. a9329db Bug Fix: Peers Cannot Communicate If One With Stereo Codec, One Not by Qiang Chen · 7 years ago
  19. e6aca63 Avoids audio crash in combination with invalid audio session on iOS. by henrika · 7 years ago
  20. e66572b Reland "iOS: Save perf results under Documents/perf_result.json" by Edward Lemur · 7 years ago
  21. 99175c6 Add untracked headers to video_coding. by Patrik Höglund · 7 years ago
  22. c643204 Remove sparse BWE update field trial and instead enable it by default. by Bjorn Terelius · 7 years ago
  23. a114c88 Reland "Reland "Reland "Put internal video codec factories into separate target""" by Anders Carlsson · 7 years ago
  24. f641687 Forward fixing WebRTC to compile with Android NDK r16. by Mirko Bonadei · 7 years ago
  25. b960e41 Add missing files to audio_coding by Patrik Höglund · 7 years ago
  26. 6d3ed71 Add missing audio_device files. by Patrik Höglund · 7 years ago
  27. be214a2 Move videosinkinterface.h to common_video to solve a circular dep. by Patrik Höglund · 7 years ago
  28. 085bb64 Adds WebRTC.Audio.XXXRecordingDurationMs UMA stat on Android. by henrika · 7 years ago
  29. 7613454 Reland: Fix circular dependency in BWE code. by Patrik Höglund · 7 years ago
  30. 3b116ad Check keepAlive before calling nativeDataIsRecording (reland) by henrika · 7 years ago
  31. d420903 Add missing audio_device .h files. by Patrik Höglund · 7 years ago
  32. 731082c Reland: Add mock_rtc_event_log.h. by Patrik Höglund · 7 years ago
  33. 5a25ab2 Revert "Add mock_rtc_event_log.h." by Edward Lemur · 7 years ago
  34. 63aea46 Add mock_rtc_event_log.h. by Patrik Höglund · 7 years ago
  35. 94dc177 Add mock_bitrate_controller.h. by Patrik Höglund · 7 years ago
  36. adf4c16 Removed Reset from BitrateProber. by srte · 7 years ago
  37. 91fedfb Add missing iSAC headers. by Patrik Höglund · 7 years ago
  38. 9185bde Android: Remove GetThreadInfo() by Magnus Jedvert · 7 years ago
  39. 0942b36 Revert "Reland "Reland "Put internal video codec factories into separate target""" by Anders Carlsson · 7 years ago
  40. 727b7d0 Reland "Reland "Put internal video codec factories into separate target"" by Anders Carlsson · 7 years ago
  41. 75f18fc Make building with X11 libraries optional. by Joachim Bauch · 7 years ago
  42. 6213929 Add missing files to audio_processing. by Patrik Höglund · 7 years ago
  43. 9e17217 Revert "Now uses AudioRecord.Builder on Android again." by Alex Glaznev · 7 years ago
  44. 603ce98 Reenable the dcheck ssrc can't change after first sent packet by Danil Chapovalov · 7 years ago
  45. 1155646 Enforcing a stream delay of 0 to be assumed in the AEC on Chrome OS by Per Åhgren · 7 years ago
  46. 6e55c38 Remove an unnecessary non-const-iterator function. by Alex Loiko · 7 years ago
  47. 5ec7e12 Added a builder class for the AudioProcessingModule. by Ivo Creusen · 7 years ago
  48. b4834b3 Removes deprecated AGC APIs from the AMD interface. by henrika · 7 years ago
  49. fd7df98 Fix sign-compare warnings on win_clang by Oleh Prypin · 7 years ago
  50. c3216e1 Fix bug in PacketQueue2: prioritize the stream with the least sent data. by Ilya Nikolaevskiy · 7 years ago
  51. a40f824 Explicitly specify is_clang=false for Win MSVC bots by Oleh Prypin · 7 years ago
  52. 4e90919 Use generic MessageDigest class instead of MD5 / SHA-1 specific classes. by Joachim Bauch · 7 years ago
  53. 38a31b0 Revert "Revert "Revert "Add ProtectionBitrateCalculator as an abstract class. ProtectionBitrateCalculatorDefault implements ProtectionBitrateCalculator. Register VideoSendStream to packet feedback""" by Ying Wang · 7 years ago
  54. 718d863 Revert "Revert "Add ProtectionBitrateCalculator as an abstract class. ProtectionBitrateCalculatorDefault implements ProtectionBitrateCalculator. Register VideoSendStream to packet feedback"" by Ying Wang · 7 years ago
  55. 5d2bb36 Fix linker error when building without internal audio device. by Joachim Bauch · 7 years ago
  56. 6552695 Revert "Reland "Put internal video codec factories into separate target"" by Lu Liu · 7 years ago
  57. de22a17 Removed usage of the the redundant the render alignment headroom in AEC3 by Per Åhgren · 7 years ago
  58. 60e8965 Removed the redundant functionality for the initial state in AEC3 by Per Åhgren · 7 years ago
  59. 0efd1e8 Reland "Put internal video codec factories into separate target" by Anders Carlsson · 7 years ago
  60. 4b3bc0f Cleanup and simplification of the logic in the AEC3 state management by Per Åhgren · 7 years ago
  61. 84d8ae5 Android: Use scoped java refs by Magnus Jedvert · 7 years ago
  62. ec22e3f Simplified the usage of the render buffer in AEC3 by Per Åhgren · 7 years ago
  63. 44e57be Revert "Fix circular dependency in BWE code." by Olga Sharonova · 7 years ago
  64. bb298ac Revert "Put internal video codec factories into separate target" by Anders Carlsson · 7 years ago
  65. 51698ae Put internal video codec factories into separate target by Anders Carlsson · 7 years ago
  66. 53d9013 Revert "Add ProtectionBitrateCalculator as an abstract class. ProtectionBitrateCalculatorDefault implements ProtectionBitrateCalculator. Register VideoSendStream to packet feedback" by Jonathan Yu · 7 years ago
  67. 49b46e0 Added WEBRTC_VIDEO_CODEC_OK_REQUEST_KEYFRAME decoder return code. by philipel · 7 years ago
  68. a5b34df Adds log to track when audio recording is released on Android. by henrika · 7 years ago
  69. 0594a7c Stop using public_deps in common_video/. by Mirko Bonadei · 7 years ago
  70. 76df0df Add missing files to rtc_base. by Patrik Höglund · 7 years ago
  71. afb3fc3 Revert "Smoother frame dropping when screenshare_layers limits fps" by Erik Språng · 7 years ago
  72. e7a5567 Now uses AudioRecord.Builder on Android again. by henrika · 7 years ago
  73. 08279b5 Fix circular dependency in BWE code. by Patrik Höglund · 7 years ago
  74. d75c8dc Clean up duplication in APM gn file. by Patrik Höglund · 7 years ago
  75. e58e91b Add ProtectionBitrateCalculator as an abstract class. ProtectionBitrateCalculatorDefault implements ProtectionBitrateCalculator. Register VideoSendStream to packet feedback by Ying Wang · 7 years ago
  76. d6c54cd Changed linear filter error window in AEC3 to Hanning by Per Åhgren · 7 years ago
  77. 67c20ae Inlined audio_processing_neon_c. by Patrik Höglund · 7 years ago
  78. 7634c16 Added windowing of the error signal in echo canceller 3 by Per Åhgren · 7 years ago
  79. 5825aa6 Render-side pre-processing in APM. by Alex Loiko · 7 years ago
  80. 28a06b1 Smoother frame dropping when screenshare_layers limits fps by Erik Språng · 7 years ago
  81. 019008b Updated the behavior for the filter adaptation in echo canceller 3 by Per Åhgren · 7 years ago
  82. aa329e7 Reland: googBandwidthLimitedResolution stat is not always set depending on configuration. by Åsa Persson · 7 years ago
  83. 2a87797 Remove voe::TransmitMixer by Fredrik Solenberg · 7 years ago
  84. eb0edd8 Narrow interface PacketRouter use to send Remb and TransportFeedback by Danil Chapovalov · 7 years ago
  85. 3e11343 Fix circular dependencies in webrtc_common. by Patrik Höglund · 7 years ago
  86. a996652 Make delay stat optional. by Ivo Creusen · 7 years ago
  87. 28fe510 Stop using public_deps in modules/BUILD.gn. by Mirko Bonadei · 7 years ago
  88. 70ae347 [desktopCapture] remove reduntant check and fix comments error by braveyao · 7 years ago
  89. a32d710 Propagate media receiver rtcp observers to RtcpTransceiver by Danil Chapovalov · 7 years ago
  90. 62e9ebe Revert "googBandwidthLimitedResolution stat is not always set depending on configuration." by Guido Urdaneta · 7 years ago
  91. 1610f94 Don't cast picture ids (of type int64_t) to int. by philipel · 7 years ago
  92. 00f934a Add gcc-style annotations for printf-like functions. by Niels Möller · 7 years ago
  93. 712989d Revert "Reland "iOS: Save perf results under Documents/perf_result.json"" by Mirko Bonadei · 7 years ago
  94. 401d056 Removing $rtc_libyuv_dir and removing useless dependencies on libyuv. by Mirko Bonadei · 7 years ago
  95. d5cae4d Add hacky way to send TransportFeedback in RtcpTransceiver by Danil Chapovalov · 7 years ago
  96. b6f9e6c Added further ability to adjust the filter adaptation in AEC3 by Per Åhgren · 7 years ago
  97. a8005cf Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  98. e26456a Removes usage of AGC APIs in the ADM. by henrika · 7 years ago
  99. 8b886bb Reland "iOS: Save perf results under Documents/perf_result.json" by Edward Lemur · 7 years ago
  100. d37709b Revert "Fix circular dependencies between optional, array_view, and rtc_base." by Patrik Höglund · 7 years ago