1. 5b18967 Move optional.h to webrtc/api/ by kwiberg · 7 years ago
  2. b76f9c6 Move UBSan warnings from a blacklist to the source by oprypin · 7 years ago
  3. df5227a [MIPS]: Fix compiler error for mips32r2 dspr2 by Gordana Cmiljanovic · 8 years ago
  4. 00ed864 Recently we moved webrtc/base to webrtc/rtc_base, so these by mbonadei · 7 years ago
  5. de6c74c Replace absolute path with relative path for GN files. by Jianjun Zhu · 7 years ago
  6. 2bc62f3 Remove remains of webrtc/base by ehmaldonado · 8 years ago
  7. fbe655a Remove potential left shift of negative value in WebRtcSpl_AnalysisQMF by Alex Loiko · 8 years ago
  8. 4f870fc Revert of Remove remains of webrtc/base (patchset #7 id:120001 of https://codereview.webrtc.org/2973183002/ ) by ehmaldonado · 8 years ago
  9. c6c814d Remove remains of webrtc/base by ehmaldonado · 8 years ago
  10. 5058e4d Add a check in the BlockBuffer of AEC2 to guard for buffer overflows. by saza · 8 years ago
  11. 91b122b base->rtc_base: Update .c, .mm and .java files. by ehmaldonado · 8 years ago
  12. 76de83e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  13. 1b1c983 Moving asm code out of common_audio_c sources list by mbonadei · 8 years ago
  14. bc32410 Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 8 years ago
  15. 60154fd Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 8 years ago
  16. e69e1db Put attribute before function name instead of after, as required by GCC by kwiberg · 8 years ago
  17. e855309 Moving compile_assert_c.h to webrtc/base by mbonadei · 8 years ago
  18. 3e16eec Reland of Enable GN check for webrtc/base (patchset #3 id:230001 of https://codereview.webrtc.org/2838683002/ ) by mbonadei · 8 years ago
  19. 0f7c318 Revert of Enable GN check for webrtc/base (patchset #9 id:350001 of https://codereview.webrtc.org/2840453004/ ) by mbonadei · 8 years ago
  20. 5efa81c Reland of Enable GN check for webrtc/base (patchset #3 id:230001 of https://codereview.webrtc.org/2838683002/ ) by mbonadei · 8 years ago
  21. cf45c6e Revert of Enable GN check for webrtc/base (patchset #13 id:240001 of https://codereview.webrtc.org/2717083002/ ) by mbonadei · 8 years ago
  22. 3df925a Enable GN check for webrtc/base by kjellander · 8 years ago
  23. 41f1066 Replace Clock with timeutils in AudioEncoder. by michaelt · 8 years ago
  24. 072b739 Rename COMPILE_ASSERT macro to RTC_COMPILE_ASSERT by kjellander · 8 years ago
  25. fb23cec Ignore some UBSan errors by kwiberg · 8 years ago
  26. 7c29f9d iSAC fix entropy coder: Recently added DCHECK could in fact trigger by kwiberg · 8 years ago
  27. 0f20d58 Reland of Enable cpplint and fix cpplint errors in webrtc/*audio (patchset #1 id:1 of https://codereview.webrtc.org/2739143002/ ) by oprypin · 8 years ago
  28. 899c143 Revert of Enable cpplint and fix cpplint errors in webrtc/*audio (patchset #4 id:180001 of https://codereview.webrtc.org/2683033004/ ) by oprypin · 8 years ago
  29. ba76094 Enable cpplint and fix cpplint errors in webrtc/*audio by oprypin · 8 years ago
  30. 60798d0 Avoid overflow in WebRtcSpl_DotProductWithScale by henrik.lundin · 8 years ago
  31. a2e3970 Enable GN check for webrtc/common_audio by kjellander · 8 years ago
  32. 9617a87 Replace NULL with nullptr or null in webrtc/audio/ and common_audio/. by deadbeef · 8 years ago
  33. c9a9042 Fix for left shift of potentially negative value. by ivoc · 8 years ago
  34. 90cc2a9 Reland of Moving webrtc.gni up one level from build/ (patchset #1 id:1 of https://codereview.webrtc.org/2657563002/ ) by mbonadei · 8 years ago
  35. df5ec64 Revert of Moving webrtc.gni up one level from build/ (patchset #1 id:1 of https://codereview.webrtc.org/2651543003/ ) by mbonadei · 8 years ago
  36. 5c59d8f Moving webrtc.gni up one level from build/ by mbonadei · 8 years ago
  37. 1709986 Replace RTC_DCHECK(false) with RTC_NOTREACHED(). by nisse · 8 years ago
  38. 0391948 Fix for left shift of potentially negative value. by ivoc · 8 years ago
  39. 24348df Fixing init time error in smoothing filter. by minyue · 8 years ago
  40. 2410df4 Fix for left shift of negative value in NetEq. by ivoc · 8 years ago
  41. f031dec Update common_audio/smoothing_filter. by minyue · 8 years ago
  42. cf255e4 Split targets mixing .c and .cc sources. by kjellander · 8 years ago
  43. 45a0bd3 Replace test_support_main by test_main and get rid of test_support_main_threaded_mac by ehmaldonado · 8 years ago
  44. c1a5e1b Replace some asserts with DCHECKs by kwiberg · 8 years ago
  45. 4cb29f6 RTC_[D]CHECK_op: Remove "u" suffix on integer constants by kwiberg · 8 years ago
  46. 6b56973 Smooth BWE and pass it to Audio Network Adaptor. by michaelt · 8 years ago
  47. e6049a9 Move smoothing filter to common audio and exp_filter to base/analytics. by minyue · 8 years ago
  48. a8fdc95 Revert of Reland "Move smoothing filter to common audio". (patchset #5 id:100001 of https://codereview.webrtc.org/2520003005/ ) by minyue · 8 years ago
  49. b754ae2 Reland "Move smoothing filter to common audio". by minyue · 8 years ago
  50. 3fde4a9 Revert of Move smoothing filter to common audio. (patchset #3 id:60001 of https://codereview.webrtc.org/2484153002/ ) by magjed · 8 years ago
  51. cac1a8f Move smoothing filter to common audio. by michaelt · 8 years ago
  52. abef9e9 Remove all references to GYP by Henrik Kjellander · 8 years ago
  53. fa09b17 Avoid left-shifting negative values in a number of places by henrik.lundin · 8 years ago
  54. a6c6623 GN: Exclude suppressions of Chromium Clang warnings for Chromium builds. by kjellander · 8 years ago
  55. fff0819 Fix "left shift of negative value" bug by kwiberg · 8 years ago
  56. d9e48cf Test RTC_DCHECK_IS_ON instead of checking DCHECK_ALWAYS_ON everywhere by kwiberg · 8 years ago
  57. c1e71d6 Revert of Test RTC_DCHECK_IS_ON instead of checking DCHECK_ALWAYS_ON everywhere (patchset #2 id:20001 of https://codereview.webrtc.org/2384693002/ ) by guidou · 8 years ago
  58. 73d0569 Test RTC_DCHECK_IS_ON instead of checking DCHECK_ALWAYS_ON everywhere by kwiberg · 8 years ago
  59. 36a2479 Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/ by kwiberg · 8 years ago
  60. 15b966d Enable the -Wundef warning for clang by kwiberg · 8 years ago
  61. 2cf29b5 GN: Change rtc_source_set targets --> rtc_static_library by kjellander · 8 years ago
  62. 387db86 Compensate for the IntelligibilityEnhancer processing delay in high bands by Alejandro Luebs · 8 years ago
  63. 435c7b3 GYP: Remove targets inside include_tests==1 that are converted to GN. by kjellander · 8 years ago
  64. 9eb213a OWNERS: Make everyone able to change *.gn,*.gni files. by Henrik Kjellander · 8 years ago
  65. a0bfaf4 iSAC fix: Ignore overflow in signed left shift by kwiberg · 8 years ago
  66. 19b9296 VadCore: Allow signed multiplication overflow that we don't know how to fix by kwiberg · 8 years ago
  67. 80e6692 GN Templates: Move common_inherited_config to the template. by ehmaldonado · 8 years ago
  68. 1d49219 GN Templates: Move common_config to the template. by ehmaldonado · 8 years ago
  69. f0532f3 GN: Introduce templates. by ehmaldonado · 8 years ago
  70. 1fcd11f Add functions to interact with ASan and MSan, and some sample uses by kwiberg · 8 years ago
  71. f8ef046 GN: Fix common_audio linking on iOS by kjellander · 8 years ago
  72. 2965480 Fix Chromium clang plugin warnings by kwiberg · 8 years ago
  73. 6967316 Fix Chromium clang plugin warnings by kwiberg · 8 years ago
  74. 36f1d82 Replace calls to assert() with RTC_DCHECK_*() in .c code by kwiberg · 8 years ago
  75. a9af42a WebRtcSpl_SynthesisQMF: Fix UBSan fuzzer bug (left shift of negative value) by kwiberg · 8 years ago
  76. 1857984 GN: Update tests to have the correct shard timeout value on Android. by sakal · 8 years ago
  77. 16fb900 Pull out the PostFilter to its own NonlinearBeamformer API by Alejandro Luebs · 9 years ago
  78. 939d863 Keep track of the user-facing number of channels in a ChannelBuffer by Alejandro Luebs · 9 years ago
  79. fe5afaa Revert "Pull out the PostFilter to its own NonlinearBeamformer API" by Alejandro Luebs · 9 years ago
  80. 88570c1 Pull out the PostFilter to its own NonlinearBeamformer API by Alejandro Luebs · 9 years ago
  81. 7b0b719 GN: Add common_audio_unittests and common_video_unittests by kjellander · 9 years ago
  82. e8aa91d Add clz functions (Count number of Leading Zero bits), 32-and 64-bit variants by kwiberg · 9 years ago
  83. 7807785 Rename APK tests workaround to make it more generic. by kjellander · 9 years ago
  84. 0dad10d 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
  85. d7f9119 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
  86. 85510c2 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
  87. c10f207 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
  88. 2a594b8 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
  89. 51e5639 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
  90. 9f94c1b 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
  91. 130ee05 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
  92. 4fcc5b2 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
  93. ce30427 Fix iOS GN build and cleanup system_wrappers by kjellander · 9 years ago
  94. b53ca75 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
  95. 049b2cd Adding a some checks and switching out a few assert for RTC_[D]CHECK. by tommi · 9 years ago
  96. 2d4d5f7 Fix an UBSan error (signed overflow) in saturating addition and subtraction by kwiberg · 9 years ago
  97. aeadecc Fix UBSan errors (left shift of negative value) by kwiberg · 9 years ago
  98. 43b1130 Remove runtime NEON detection by pasko · 9 years ago
  99. bcf3191 Remove webrtc/base/scoped_ptr.h by kwiberg · 9 years ago
  100. 97aa5c2 Revert of Remove webrtc/base/scoped_ptr.h (patchset #3 id:100001 of https://codereview.webrtc.org/1942823002/ ) by kwiberg · 9 years ago