1. 3fdb3cb Remove potential real-time reallocation in PushResampler by Per Åhgren · 4 years, 8 months ago
  2. 9dc209a Add ability to disable detailed error message in RTC_CHECKs by Artem Titov · 4 years, 8 months ago
  3. 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 4 years, 9 months ago
  4. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 4 years, 10 months ago
  5. 2dac4e4 Remove rtc_use_lto GN arg. by Mirko Bonadei · 5 years ago
  6. 19a1d50 Refactor WavWriter to use FileWrapper rather than PlatformFile by Niels Möller · 5 years ago
  7. 94b57c0 Cleanup BUILD.gn files from imports like foo:foo by Artem Titov · 5 years ago
  8. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  9. 2222a80 Delete unneeded includes of common_types.h and gn deps on webrtc_common. by Niels Möller · 6 years ago
  10. a33c7af Tolerate optional chunks in WAV files by Alessio Bazzica · 6 years ago
  11. 21cddff Harmonize paths to dependent targets. by Yves Gerey · 6 years ago
  12. 40a7a35 Extract functionality of test_main into separate library. by Artem Titov · 6 years ago
  13. 3fc5a20 Add support for many channels in push_resampler. by Alex Loiko · 6 years ago
  14. d4161a3 Moving LappedTransform, Blocker and AudioRingBuffer. by Alessio Bazzica · 6 years ago
  15. 2983599 Move spl_sqrt_floor dep to proper third_party directory by Artem Titov · 6 years ago
  16. d2f4e8b Explicitly add -mfpu=neon to all targets that use NEON by Oleh Prypin · 6 years ago
  17. 333a505 Move fft4g to proper third_party directory by Artem Titov · 6 years ago
  18. a12c42a Delete root header file typedef.h. by Niels Möller · 6 years ago
  19. d4e5206 Clean up unneeded includes in common_audio/BUILD.gn. by Mirko Bonadei · 6 years ago
  20. 91df091 Enabling clang::find_bad_constructs for common_audio. by Mirko Bonadei · 6 years ago
  21. 3f84f49 Remove useless import of arm.gni by Sam Zackrisson · 6 years ago
  22. f9c2952 Removing warning suppression flags in common_audio/. by Mirko Bonadei · 6 years ago
  23. df3bcdb Extract fft4g into separate build target by Artem Titov · 6 years ago
  24. 196100e Replace rtc::Optional with absl::optional by Danil Chapovalov · 6 years ago
  25. 78ad6ce Removing openmax_dl by Alessio Bazzica · 6 years ago
  26. 09a6cd5 Prepare for |is_posix| switch in the Fuchsia build by Fabrice de Gans-Riberi · 6 years ago
  27. 29e7bee Move aligned memory utilities to rtc_base/memory/ by Karl Wiberg · 6 years ago
  28. 7aabd39 Move asm_defines.h to rtc_base/system/ by Karl Wiberg · 6 years ago
  29. 7696bef Remove the public_deps to fileutils from test_support. by Patrik Höglund · 6 years ago
  30. 6ce0359 Adding missing ASM dependencies. by Mirko Bonadei · 6 years ago
  31. dbbb33c Stop using public_deps in common_audio. by Mirko Bonadei · 6 years ago
  32. 65ce311 Removing useless dependencies on //testing/gmock. by Mirko Bonadei · 6 years ago
  33. a7f2d84 Revert "Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*""" by Per Kjellander · 7 years ago
  34. c73e1f4 Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*"" by Per Kjellander · 7 years ago
  35. 588c548 GN rtc_* templates: Set default visibility to webrtc_root + "/*" by Karl Wiberg · 7 years ago
  36. 3e11343 Fix circular dependencies in webrtc_common. by Patrik Höglund · 7 years ago
  37. a8005cf Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  38. d37709b Revert "Fix circular dependencies between optional, array_view, and rtc_base." by Patrik Höglund · 7 years ago
  39. a9e0924 Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  40. 1a8fffb Restrict visibility in some places where we can get away with doing so by Karl Wiberg · 7 years ago
  41. a498ae8 Stop using public_deps in system_wrappers. by Mirko Bonadei · 7 years ago
  42. f715c53 Fix circular deps in common_audio. by Patrik Höglund · 7 years ago
  43. 9a45116 Fix Gn Untracked headers in webrtc/common_audio by charujain · 7 years ago
  44. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/common_audio/BUILD.gn]
  45. 84f6a3f Move optional.h to webrtc/api/ by kwiberg · 7 years ago
  46. 037f3e4 Replace absolute path with relative path for GN files. by Jianjun Zhu · 7 years ago
  47. f6a861a Remove remains of webrtc/base by ehmaldonado · 7 years ago
  48. 370dd47 Revert of Remove remains of webrtc/base (patchset #7 id:120001 of https://codereview.webrtc.org/2973183002/ ) by ehmaldonado · 7 years ago
  49. 9483b49 Remove remains of webrtc/base by ehmaldonado · 7 years ago
  50. d66072b Moving asm code out of common_audio_c sources list by mbonadei · 7 years ago
  51. 9baa779 Moving compile_assert_c.h to webrtc/base by mbonadei · 7 years ago
  52. 92aef17 Replace Clock with timeutils in AudioEncoder. by michaelt · 7 years ago
  53. d461ffc Avoid overflow in WebRtcSpl_DotProductWithScale by henrik.lundin · 7 years ago
  54. 50550e1 Enable GN check for webrtc/common_audio by kjellander · 7 years ago
  55. 9aa3f0a 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
  56. 69dc7db 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
  57. 35a3270 Moving webrtc.gni up one level from build/ by mbonadei · 8 years ago
  58. 301fc4a Update common_audio/smoothing_filter. by minyue · 8 years ago
  59. 7439f97 Split targets mixing .c and .cc sources. by kjellander · 8 years ago
  60. 26bddb9 Replace test_support_main by test_main and get rid of test_support_main_threaded_mac by ehmaldonado · 8 years ago
  61. 69b627d Move smoothing filter to common audio and exp_filter to base/analytics. by minyue · 8 years ago
  62. 3c3aef4 Revert of Reland "Move smoothing filter to common audio". (patchset #5 id:100001 of https://codereview.webrtc.org/2520003005/ ) by minyue · 8 years ago
  63. 223641f Reland "Move smoothing filter to common audio". by minyue · 8 years ago
  64. d7ac0a9 Revert of Move smoothing filter to common audio. (patchset #3 id:60001 of https://codereview.webrtc.org/2484153002/ ) by magjed · 8 years ago
  65. a82395b Move smoothing filter to common audio. by michaelt · 8 years ago
  66. e40a7ee GN: Exclude suppressions of Chromium Clang warnings for Chromium builds. by kjellander · 8 years ago
  67. b62dbbe GN: Change rtc_source_set targets --> rtc_static_library by kjellander · 8 years ago
  68. e9cc686 GN Templates: Move common_inherited_config to the template. by ehmaldonado · 8 years ago
  69. 7a2ce0b GN Templates: Move common_config to the template. by ehmaldonado · 8 years ago
  70. 38a2132 GN: Introduce templates. by ehmaldonado · 8 years ago
  71. 34db033 GN: Fix common_audio linking on iOS by kjellander · 8 years ago
  72. 714dd4e GN: Update tests to have the correct shard timeout value on Android. by sakal · 8 years ago
  73. a181c9a Keep track of the user-facing number of channels in a ChannelBuffer by Alejandro Luebs · 8 years ago
  74. 2a3892a GN: Add common_audio_unittests and common_video_unittests by kjellander · 8 years ago
  75. 729b21f Add clz functions (Count number of Leading Zero bits), 32-and 64-bit variants by kwiberg · 8 years ago
  76. 080a1e3 Fix iOS GN build and cleanup system_wrappers by kjellander · 8 years ago
  77. 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 · 8 years ago
  78. 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 · 8 years ago
  79. 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 · 8 years ago
  80. 711ccc8 Moved ring-buffer related files from common_audio to audio_processing by peah · 8 years ago
  81. 85fa7d5 Move swap_queue.h to base/ by terelius · 8 years ago
  82. 48407f7 Changed queue implementation to the proposed vector-based solution. by peah · 9 years ago
  83. ac4234c Add a [rtc_]build_with_neon variable to unify conditions. by Andrew MacDonald · 9 years ago
  84. 57e5fd2 PRESUBMIT: Improve PyLint check and add GN format check. by Henrik Kjellander · 9 years ago
  85. 23dc68e Add the rtc_build_openmax_dl variable to the GN build. by Andrew MacDonald · 9 years ago
  86. f2497cf Fix unknown option '-msse2' warning by Henrik Kjellander · 9 years ago
  87. a9c0ae2 Add a sparse FIR filter implementation by Alejandro Luebs · 9 years ago
  88. 04c5098 Add the Ooura FFT to RealFourier. by andrew@webrtc.org · 9 years ago
  89. 0933d01 Enabling common_audio building with NEON on ARM64 by andrew@webrtc.org · 9 years ago
  90. ac2d27d Fix style violations in common_types.h and config.h by kwiberg@webrtc.org · 9 years ago
  91. 7227391 Roll chromium_revision b0c3ed3..2c3ffb2 (316737:317530) by kjellander@webrtc.org · 9 years ago
  92. 035e912 Move channel_buffer.{h,cc} to common_audio. by kjellander@webrtc.org · 9 years ago
  93. 041035b Add an AudioRingBuffer class wrapper for the ring_buffer.h C interface. by andrew@webrtc.org · 10 years ago
  94. 6b63015 Move ring_buffer to common_audio. by andrew@webrtc.org · 10 years ago
  95. d730b28 Remove WebRtcSpl_ScaleAndAddVectorsWithRoundNeon by andrew@webrtc.org · 10 years ago
  96. 1090a6e Remove obsolete target_arch == armv7. by andrew@webrtc.org · 10 years ago
  97. 1751ee7 Remove -flax-vector-conversions flag for ARM NEON building. by andrew@webrtc.org · 10 years ago
  98. a3ed713 Add a WavReader counterpart to WavWriter. by andrew@webrtc.org · 10 years ago
  99. 8aa4d2d Creating a C++ wrapper class for VAD by henrik.lundin@webrtc.org · 10 years ago
  100. aada86b Add a simple AudioConverter class. by andrew@webrtc.org · 10 years ago