1. 919e3ac Set version to N/A in spl_sqrt_floor README file by Henrik Lundin · 3 months ago
  2. dbd4bca Update info for spl_sqrt_floor by Henrik Lundin · 3 months ago
  3. 711e1a8 Create a custom test launcher for android by Björn Terelius · 3 months ago
  4. 72b5769 Test both WriteSamples overloads in WavWriterTest.LargeFile by Björn Terelius · 3 months ago
  5. 05cf9c7 Clean up temp files in WavWriterTest.LargeFile by Björn Terelius · 3 months ago
  6. c181432 Add debug logging in WavWriterTest.LargeFile by Björn Terelius · 3 months ago
  7. 4c9dbd5 Remove/update TODOs assigned to alessiob by Alessio Bazzica · 3 months ago
  8. e8c8218 Clean-up iLBC nits by Alessio Bazzica · 4 months ago
  9. ca07d54 Comment unused variables in implemented functions 4\n by Dor Hen · 4 months ago
  10. f653f47 Remove unused parameters from "WebRtcSpl_FilterAR" by Dor Hen · 5 months ago
  11. 8037fc6 Migrate absl::optional to std::optional by Florent Castelli · 6 months ago
  12. 6ea1c96 Fix license metadata for spl_sqrt_floor, portaudio, sigslot by Andrew Grieve · 6 months ago
  13. d6ef33e Remove PushResampler<T>::InitializeIfNeeded by Tommi · 8 months ago
  14. 11e366d Skip tests failing with the new version of UBSan. by Mirko Bonadei · 9 months ago
  15. fdd0c6d Skip tests failing with the new version of UBSan. by Mirko Bonadei · 9 months ago
  16. cfab640 Skip tests failing with the new version of UBSan. by Mirko Bonadei · 9 months ago
  17. 67fd83e Use MonoView for deinterleaved channels in AudioFrameView by Tommi · 9 months ago
  18. 19510f8 Delete unused methods by Tommi · 9 months ago
  19. cfdbb0d Update PushResampler to use a single buffer for source, destination. by Tommi · 9 months ago
  20. f58ded7 Use audio views in Interleave() and Deinterleave() by Tommi · 9 months ago
  21. 5d3e680 Add audio view classes by Tommi · 9 months ago
  22. 99c519b Mass removal of absl_deps in all BUILD.gn files by Florent Castelli · 9 months ago
  23. 57b09ec Update AudioFrameOperations to require ArrayView by Tommi · 10 months ago
  24. 1f36798 Start using ArrayView in AudioFrame, update PushResampler by Tommi · 10 months ago
  25. 4efc830 Provide test output path with `OutputPathWithRandomDirectory` 1/n by Dor Hen · 1 year ago
  26. 5ba4f2a Make file/directory related tests safe for concurrent execution by Dor Hen · 1 year, 1 month ago
  27. ec48886 Fix pointer overflow in neon implemenation of audio filters by Sergey Sukhanov · 1 year, 5 months ago
  28. 83a95f7 Avoid integer overflow detected by the compiler. by Mirko Bonadei · 1 year, 6 months ago
  29. 73d51f8 [ssci] Added Shipped field to READMEs by Anne Redulla · 1 year, 8 months ago
  30. bceec84 Format ^(api|call|common_audio|examples|media|net|p2p|pc)/ by Jared Siskin · 1 year, 10 months ago
  31. cb4b0a6 Check FMA3 support before use it in SincResampler by Henrik Lundin · 2 years, 1 month ago
  32. 9d9c2d5 Make header files self contained. by Mirko Bonadei · 2 years, 5 months ago
  33. 6c2ac2e Fix math involving enums in C++20 by Byoungchan Lee · 2 years, 5 months ago
  34. 3bfafb5 Reenable WebRTC PushResampler format checks on Windows clang debug builds by Sam Zackrisson · 2 years, 7 months ago
  35. 3bd444f Clarify and extend test support for certain sample rates in audio processing by Sam Zackrisson · 2 years, 7 months ago
  36. 76d84f1 Adopt absl::string_view in common_audio/ by Ali Tofigh · 2 years, 10 months ago
  37. ea1e6f4 Delete rtc_base/format_macros.h by Niels Möller · 2 years, 10 months ago
  38. 662d7f1 Fixes to support building in -std=c++20 mode. by Peter Kasting · 2 years, 10 months ago
  39. c3e6e3a Remove dependency on rtc_base_approved from most targets by Florent Castelli · 2 years, 10 months ago
  40. a19f0c7 Fix C function to comply with improved -Wstrict-prototypes by Artem Titov · 2 years, 11 months ago
  41. dd837e2 Remove //rtc_base:timeutils from public deps by Florent Castelli · 2 years, 11 months ago
  42. 57aa81b Remove //rtc_base:stringutils from public deps by Florent Castelli · 2 years, 11 months ago
  43. e10a9f6 Remove //rtc_base:safe_conversions from public deps by Florent Castelli · 2 years, 11 months ago
  44. 4467ad7 Remove //rtc_base:macromagic from public deps by Florent Castelli · 2 years, 11 months ago
  45. 0af55ba Remove //rtc_base:logging from public deps by Florent Castelli · 2 years, 11 months ago
  46. 6cae2d5 Reland "Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely" by Artem Titov · 3 years, 1 month ago
  47. 3f87250 Revert "Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely" by Artem Titov · 3 years, 1 month ago
  48. 5f0eb93 Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely by Byoungchan Lee · 3 years, 1 month ago
  49. d325196 Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED by Artem Titov · 3 years, 3 months ago
  50. cfea218 Use backticks not vertical bars to denote variables in comments by Artem Titov · 3 years, 7 months ago
  51. 9631575 Use backticks not vertical bars to denote variables in comments for /common_audio by Artem Titov · 3 years, 7 months ago
  52. 286b1db Fix -Wunreachable-code-aggressive. by Peter Kasting · 3 years, 8 months ago
  53. 5663ce9 Avoid undefined behavior in a division operation. by Minyue Li · 3 years, 10 months ago
  54. e7c79fd Remove from chromium build targets that are not compatible with it. by Andrey Logvin · 4 years, 1 month ago
  55. 6031b74 Implement a Neon optimized function to find the argmax element in an array. by Ivo Creusen · 4 years, 1 month ago
  56. 3111783 Organize iLBC headers as per style guide by Timothy Gu · 4 years, 2 months ago
  57. 6c80aeb Remove kwiberg@webrtc.org from OWNERS files by Henrik Lundin · 4 years, 3 months ago
  58. c95b939 Introduce RTC_CHECK_NOTREACHED(), an always-checking RTC_NOTREACHED() by Karl Wiberg · 4 years, 4 months ago
  59. a43178c Reland "Activating AVX2 support by default" by Per Åhgren · 4 years, 5 months ago
  60. 082fac7 Revert "Reland "Activating AVX2 support by default"" by Andrey Logvin · 4 years, 5 months ago
  61. a0ad0bb Reland "Activating AVX2 support by default" by Per Åhgren · 4 years, 5 months ago
  62. 80907be Revert "Activating AVX2 support by default" by Per Åhgren · 4 years, 5 months ago
  63. 80869c2 Delete stringize macros. by Niels Möller · 4 years, 5 months ago
  64. de95329 Delete macros RTC_DISALLOW_ASSIGN and RTC_DISALLOW_IMPLICIT_CONSTRUCTORS by Niels Möller · 4 years, 5 months ago
  65. e5d669e Reland "Activating AVX2 support by default" by Per Åhgren · 4 years, 5 months ago
  66. 9ccbe17 Revert "Activating AVX2 support by default" by Per Åhgren · 4 years, 5 months ago
  67. ad14827 Activating AVX2 support by default by Per Åhgren · 4 years, 5 months ago
  68. bef022b Refactor cpu_features_wrapper.h functions from C to C++. by Mirko Bonadei · 4 years, 6 months ago
  69. 66e7338 Reland "Merge cpu_features build targets into //system_wrappers." by Mirko Bonadei · 4 years, 6 months ago
  70. d156a0d Revert "Merge cpu_features build targets into //system_wrappers." by Mirko Bonadei · 4 years, 6 months ago
  71. 2b242d8 Merge cpu_features build targets into //system_wrappers. by Mirko Bonadei · 4 years, 6 months ago
  72. 7ad1011 Support AVX2/FMA intrinsics in audio FIR filter by Zhaoliang Ma · 4 years, 6 months ago
  73. 72e4321 Reland "Support AVX2/FMA intrinsics in Audio Resampler module" by Zhaoliang Ma · 4 years, 6 months ago
  74. 0c9204c Revert "Support AVX2/FMA intrinsics in Audio Resampler module" by Åsa Persson · 4 years, 7 months ago
  75. 1ca8d87 Support AVX2/FMA intrinsics in Audio Resampler module by Zhaoliang Ma · 4 years, 7 months ago
  76. 11b6f68 Replace slave -> helper, master -> reference by Henrik Lundin · 4 years, 8 months ago
  77. 2dcf348 Use absl_deps in order to preapre to the Abseil component build release. by Mirko Bonadei · 4 years, 9 months ago
  78. a0cf1ea Add peah as OWNER to common_audio by Per Åhgren · 4 years, 9 months ago
  79. 3e3c4d8 Updating the Ooura FFT to take SSE2 usage specification in the ctor by Per Åhgren · 4 years, 9 months ago
  80. 704fb55 In common_audio/ and modules/audio_* replace mock macros with unified MOCK_METHOD macro by Danil Chapovalov · 4 years, 9 months ago
  81. 909f3a5 Rename several more tests that use EXPECT_DEATH to *DeathTest. by Tommi · 4 years, 9 months ago
  82. 146137a Merge OOURA BUILD.gn files. by Mirko Bonadei · 4 years, 10 months ago
  83. f0d64a5 Reland "Unify OOURA implementations in one directory." by Mirko Bonadei · 4 years, 11 months ago
  84. ed005be Revert "Unify OOURA implementations in one directory." by Mirko Bonadei · 4 years, 10 months ago
  85. 09b439c Unify OOURA implementations in one directory. by Mirko Bonadei · 4 years, 11 months ago
  86. e1b7af9 Changed fft4g to be built as C++ by Per Åhgren · 5 years ago
  87. 1883d3e Optimizations and refactoring of the APM 3-band split filter by Per Åhgren · 5 years ago
  88. dbf5416 Delete header file rtc_base/memory/aligned_array.h by Niels Möller · 5 years ago
  89. 4a14f49 Remove wildcard ownership for build files. by Mirko Bonadei · 5 years ago
  90. e52115a Remove inactive OWNERS. by Mirko Bonadei · 5 years ago
  91. 0c626af Use newer version of TimeDelta and TimeStamp factories in webrtc by Danil Chapovalov · 5 years ago
  92. 5dca3f1 Add floating point support for writing and reading wav files by Per Åhgren · 5 years ago
  93. ccbe95f Reformat GN files. by Mirko Bonadei · 5 years ago
  94. 3fdb3cb Remove potential real-time reallocation in PushResampler by Per Åhgren · 5 years ago
  95. 9dc209a Add ability to disable detailed error message in RTC_CHECKs by Artem Titov · 5 years ago
  96. 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 5 years ago
  97. 4970670 Avoid reading outside of memory in WebRtcVad_FindMinimum by Henrik Lundin · 5 years ago
  98. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
  99. 2dac4e4 Remove rtc_use_lto GN arg. by Mirko Bonadei · 6 years ago
  100. 928146f Removing all external access to the integer sample data in AudioBuffer by Per Åhgren · 6 years ago