1. a41c13e OWNERS: Make everyone able to change *.gn,*.gni files. by Henrik Kjellander · 8 years ago
  2. 2b1b7a8 iSAC fix: Ignore overflow in signed left shift by kwiberg · 8 years ago
  3. 27c7b8f VadCore: Allow signed multiplication overflow that we don't know how to fix by kwiberg · 8 years ago
  4. e9cc686 GN Templates: Move common_inherited_config to the template. by ehmaldonado · 8 years ago
  5. 7a2ce0b GN Templates: Move common_config to the template. by ehmaldonado · 8 years ago
  6. 38a2132 GN: Introduce templates. by ehmaldonado · 8 years ago
  7. ac554ee Add functions to interact with ASan and MSan, and some sample uses by kwiberg · 8 years ago
  8. 34db033 GN: Fix common_audio linking on iOS by kjellander · 8 years ago
  9. 9e10211 Fix Chromium clang plugin warnings by kwiberg · 8 years ago
  10. 942c851 Fix Chromium clang plugin warnings by kwiberg · 8 years ago
  11. 1e8ed4a Replace calls to assert() with RTC_DCHECK_*() in .c code by kwiberg · 8 years ago
  12. 96bbdd5 WebRtcSpl_SynthesisQMF: Fix UBSan fuzzer bug (left shift of negative value) by kwiberg · 8 years ago
  13. 714dd4e GN: Update tests to have the correct shard timeout value on Android. by sakal · 8 years ago
  14. f4022ff Pull out the PostFilter to its own NonlinearBeamformer API by Alejandro Luebs · 9 years ago
  15. a181c9a Keep track of the user-facing number of channels in a ChannelBuffer by Alejandro Luebs · 9 years ago
  16. a3c51ea Revert "Pull out the PostFilter to its own NonlinearBeamformer API" by Alejandro Luebs · 9 years ago
  17. b983112 Pull out the PostFilter to its own NonlinearBeamformer API by Alejandro Luebs · 9 years ago
  18. 2a3892a GN: Add common_audio_unittests and common_video_unittests by kjellander · 9 years ago
  19. 729b21f Add clz functions (Count number of Leading Zero bits), 32-and 64-bit variants by kwiberg · 9 years ago
  20. 208d198 Rename APK tests workaround to make it more generic. by kjellander · 9 years ago
  21. 90edc65 Reland of Adding a some checks and switching out a few assert for RTC_[D]CHECK. (patchset #1 id:1 of https://codereview.webrtc.org/2018553002/ ) by Tommi · 9 years ago
  22. 0ad72ea Reland of Adding a some checks and switching out a few assert for RTC_[D]CHECK. (patchset #1 id:1 of https://codereview.webrtc.org/2018553002/ ) by Tommi · 9 years ago
  23. c47f009 Reland of Adding a some checks and switching out a few assert for RTC_[D]CHECK. (patchset #1 id:1 of https://codereview.webrtc.org/2018553002/ ) by Tommi · 9 years ago
  24. f4fc0ff Reland of Adding a some checks and switching out a few assert for RTC_[D]CHECK. (patchset #1 id:1 of https://codereview.webrtc.org/2018553002/ ) by Tommi · 9 years ago
  25. f9d2fe9 Reland of Adding a some checks and switching out a few assert for RTC_[D]CHECK. (patchset #1 id:1 of https://codereview.webrtc.org/2018553002/ ) by Tommi · 9 years ago
  26. b4ff7a7 Revert of Adding a some checks and switching out a few assert for RTC_[D]CHECK. (patchset #1 id:1 of https://codereview.webrtc.org/2014183003/ ) by tommi · 9 years ago
  27. b7318f1 Reland of Adding a some checks and switching out a few assert for RTC_[D]CHECK. (patchset #1 id:1 of https://codereview.webrtc.org/2006313009/ ) by tommi · 9 years ago
  28. 6895d8c Revert of Adding a some checks and switching out a few assert for RTC_[D]CHECK. (patchset #1 id:1 of https://codereview.webrtc.org/2009253004/ ) by kjellander · 9 years ago
  29. ba189cc Reland of Adding a some checks and switching out a few assert for RTC_[D]CHECK. (patchset #1 id:1 of https://codereview.webrtc.org/2006243002/ ) by tommi · 9 years ago
  30. 080a1e3 Fix iOS GN build and cleanup system_wrappers by kjellander · 9 years ago
  31. fb98b9e Revert of Adding a some checks and switching out a few assert for RTC_[D]CHECK. (patchset #6 id:100001 of https://codereview.webrtc.org/2007563002/ ) by tommi · 9 years ago
  32. d36df89 Adding a some checks and switching out a few assert for RTC_[D]CHECK. by tommi · 9 years ago
  33. bca568b Fix an UBSan error (signed overflow) in saturating addition and subtraction by kwiberg · 9 years ago
  34. 64208e5 Fix UBSan errors (left shift of negative value) by kwiberg · 9 years ago
  35. e305d95 Remove runtime NEON detection by pasko · 9 years ago
  36. fd8be34 Remove webrtc/base/scoped_ptr.h by kwiberg · 9 years ago
  37. 6ab3db2 Revert of Remove webrtc/base/scoped_ptr.h (patchset #3 id:100001 of https://codereview.webrtc.org/1942823002/ ) by kwiberg · 9 years ago
  38. 65fc62e Remove webrtc/base/scoped_ptr.h by kwiberg · 9 years ago
  39. d28db7f Delete all use of tick_util.h. by Niels Möller · 9 years ago
  40. bfefb03 Replace scoped_ptr with unique_ptr everywhere by kwiberg · 9 years ago
  41. 8c22962 Revert of Avoiding overflow in cross correlation in NetEq. (patchset #6 id:180001 of https://codereview.webrtc.org/1908623002/ ) by minyue · 9 years ago
  42. 3d09dfd Avoiding overflow in cross correlation in NetEq. by minyue · 9 years ago
  43. 1c7fdd8 Remove calls to ScopedToUnique and UniqueToScoped by kwiberg · 9 years ago
  44. e532aec Add isolate files for Android tests by kjellander · 9 years ago
  45. 4d23447 Moved struct definition to the header file for the ring buffer. by peah · 9 years ago
  46. faed4ab Revert of Moved ring-buffer related files from common_audio to audio_processing" (patchset #2 id:20001 of https://codereview.webrtc.org/1858123003/ ) by peah · 9 years ago
  47. 8864fe5 Revert "Revert of Moved ring-buffer related files from common_audio to audio_processing (patchset #8 id:150001 of https://codereview.webrtc.org/1846903004/ )" by peah · 9 years ago
  48. c54aad6 Revert of Moved ring-buffer related files from common_audio to audio_processing (patchset #8 id:150001 of https://codereview.webrtc.org/1846903004/ ) by peah · 9 years ago
  49. 711ccc8 Moved ring-buffer related files from common_audio to audio_processing by peah · 9 years ago
  50. 4a206a9 Remove webrtc::ScopedVector by kwiberg · 9 years ago
  51. 85fa7d5 Move swap_queue.h to base/ by terelius · 9 years ago
  52. 94a23f0 Reland "Add check_deps rules in DEPS files." by kjellander@webrtc.org · 9 years ago
  53. 56cf60e Revert of Add check_deps rules in DEPS files. (patchset #2 id:60001 of https://codereview.webrtc.org/1796413002/ ) by kjellander · 9 years ago
  54. 086f851 Add check_deps rules in DEPS files. by kjellander@webrtc.org · 9 years ago
  55. d44c077 Revert of Safe numeric library: base/numerics (copied from Chromium) (patchset #11 id:250001 of https://codereview.webrtc.org/1753293002/ ) by Tommi · 9 years ago
  56. de1c81b Safe numeric library added: base/numerics (copied from Chromium) by hbos · 9 years ago
  57. c2b785d Replace scoped_ptr with unique_ptr in webrtc/common_audio/ by kwiberg · 9 years ago
  58. e80f9d0 Revert of Replace scoped_ptr with unique_ptr in webrtc/common_audio/ (patchset #4 id:60001 of https://codereview.webrtc.org/1712513002/ ) by kjellander · 9 years ago
  59. 79d7a49 Replace scoped_ptr with unique_ptr in webrtc/common_audio/ by kwiberg · 9 years ago
  60. d1f718b Changes in the wav_file implementation in order to by peah · 9 years ago
  61. 9ac4df1 iOS: Enable modules_unittests and common_audio_unittests by kjellander · 9 years ago
  62. 71e92dc Avoid overflow in WebRtcSpl_Sqrt by henrik.lundin · 9 years ago
  63. 91d9756 Replace scoped_ptr with unique_ptr in webrtc/modules/audio_coding/codecs/ by kwiberg · 9 years ago
  64. 988d31e Move gtest_prod_util.h out of webrtc/test tree. by kjellander · 9 years ago
  65. 6955870 Convert channel counts to size_t. by Peter Kasting · 9 years ago
  66. 25702cb Misc. small cleanups. by pkasting · 9 years ago
  67. e2976c8 Remove DISABLED_ON_ macros. by Peter Boström · 9 years ago
  68. 0eb15ed Don't call the Pass methods of rtc::Buffer, rtc::scoped_ptr, and rtc::ScopedVector by kwiberg · 9 years ago
  69. b0ad43b Add aecdump support to audioproc_f by aluebs · 9 years ago
  70. f22695c Remove build_with_libjingle and exclude failing iOS tests from 'All' target. by kjellander@webrtc.org · 9 years ago
  71. f70568c So long and thanks for all the code reviews! by andrew · 9 years ago
  72. 48407f7 Changed queue implementation to the proposed vector-based solution. by peah · 9 years ago
  73. b7a5c16 Revert of Add aecdump support to audioproc_f. (patchset #8 id:200001 of https://codereview.webrtc.org/1409943002/ ) by kjellander · 9 years ago
  74. 86b4050 Reland of Add aecdump support to audioproc_f. (patchset #2 id:250001 of https://codereview.webrtc.org/1423693008/ ) by kjellander · 9 years ago
  75. d279941 Revert of Add aecdump support to audioproc_f. (patchset #8 id:200001 of https://codereview.webrtc.org/1409943002/ ) by kjellander · 9 years ago
  76. bdafe31 Add aecdump support to audioproc_f. by andrew · 9 years ago
  77. 98f5351 system_wrappers: rename interface -> include by Henrik Kjellander · 9 years ago
  78. 91d6ede Add RTC_ prefix to (D)CHECKs and related macros. by henrikg · 9 years ago
  79. 3c089d7 Add RTC_ prefix to contructormagic macros. by henrikg · 9 years ago
  80. e9e7896 Turn webrtc::Vad into a pure virtual interface by kwiberg · 9 years ago
  81. 66c42df Alphabetize common_audio/OWNERS. by Andrew MacDonald · 9 years ago
  82. 12cfc9b Fold AudioEncoderMutable into AudioEncoder by kwiberg · 9 years ago
  83. cd3c475 Updating common_audio/OWNERS by henrik.lundin · 9 years ago
  84. 1380e26 Convert some more things to size_t. by Peter Kasting · 9 years ago
  85. bc2296d Add a base class to Wav{Reader,Writer} to access shared parameters. by Andrew MacDonald · 9 years ago
  86. dce40cf Update a ton of audio code to use size_t more correctly and in general reduce by Peter Kasting · 9 years ago
  87. 60d9b33 Integrate Intelligibility with APM by ekmeyerson · 9 years ago
  88. d40af69 Split MoveReadPosition into Forward and Backward versions. by andrew · 9 years ago
  89. 7a1c24f Remove "multichannel" from parameter to match interface name. by andrew · 9 years ago
  90. 86c6d33 Allow more than 2 input channels in AudioProcessing. by Michael Graczyk · 9 years ago
  91. 64e753c Revert of Allow more than 2 input channels in AudioProcessing. (patchset #13 id:240001 of https://codereview.webrtc.org/1226093007/) by magjed · 9 years ago
  92. c204754 Allow more than 2 input channels in AudioProcessing. by Michael Graczyk · 9 years ago
  93. b297c5a Miscellaneous changes split from https://codereview.webrtc.org/1230503003 . by pkasting · 9 years ago
  94. 3c60d61 Remove a cast again, after it was shown to worsen Windows perf. by pkasting · 10 years ago
  95. ac4234c Add a [rtc_]build_with_neon variable to unify conditions. by Andrew MacDonald · 10 years ago
  96. 084f387 Reland mysterious cast that improves performance. by Peter Kasting · 10 years ago
  97. 6bfc82a Test whether removing a cast still hurts performance. by pkasting · 10 years ago
  98. 72cfd6c Reland remaining bits of "Upconvert various types to int." by pkasting · 10 years ago
  99. 2d627a6 Add missing include guards for audio_ring_buffer.h. Yikes. by Andrew MacDonald · 10 years ago
  100. bc440d5 Revert "Reland "Upconvert various types to int.", common_audio portion." by Peter Kasting · 10 years ago