1. ec48886 Fix pointer overflow in neon implemenation of audio filters by Sergey Sukhanov · 1 year, 5 months ago
  2. 83a95f7 Avoid integer overflow detected by the compiler. by Mirko Bonadei · 1 year, 6 months ago
  3. 73d51f8 [ssci] Added Shipped field to READMEs by Anne Redulla · 1 year, 8 months ago
  4. bceec84 Format ^(api|call|common_audio|examples|media|net|p2p|pc)/ by Jared Siskin · 1 year, 10 months ago
  5. cb4b0a6 Check FMA3 support before use it in SincResampler by Henrik Lundin · 2 years, 1 month ago
  6. 9d9c2d5 Make header files self contained. by Mirko Bonadei · 2 years, 5 months ago
  7. 6c2ac2e Fix math involving enums in C++20 by Byoungchan Lee · 2 years, 5 months ago
  8. 3bfafb5 Reenable WebRTC PushResampler format checks on Windows clang debug builds by Sam Zackrisson · 2 years, 7 months ago
  9. 3bd444f Clarify and extend test support for certain sample rates in audio processing by Sam Zackrisson · 2 years, 7 months ago
  10. 76d84f1 Adopt absl::string_view in common_audio/ by Ali Tofigh · 2 years, 10 months ago
  11. ea1e6f4 Delete rtc_base/format_macros.h by Niels Möller · 2 years, 10 months ago
  12. 662d7f1 Fixes to support building in -std=c++20 mode. by Peter Kasting · 2 years, 10 months ago
  13. c3e6e3a Remove dependency on rtc_base_approved from most targets by Florent Castelli · 2 years, 10 months ago
  14. a19f0c7 Fix C function to comply with improved -Wstrict-prototypes by Artem Titov · 2 years, 11 months ago
  15. dd837e2 Remove //rtc_base:timeutils from public deps by Florent Castelli · 2 years, 11 months ago
  16. 57aa81b Remove //rtc_base:stringutils from public deps by Florent Castelli · 2 years, 11 months ago
  17. e10a9f6 Remove //rtc_base:safe_conversions from public deps by Florent Castelli · 2 years, 11 months ago
  18. 4467ad7 Remove //rtc_base:macromagic from public deps by Florent Castelli · 2 years, 11 months ago
  19. 0af55ba Remove //rtc_base:logging from public deps by Florent Castelli · 2 years, 11 months ago
  20. 6cae2d5 Reland "Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely" by Artem Titov · 3 years, 1 month ago
  21. 3f87250 Revert "Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely" by Artem Titov · 3 years, 1 month ago
  22. 5f0eb93 Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely by Byoungchan Lee · 3 years, 1 month ago
  23. d325196 Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED by Artem Titov · 3 years, 3 months ago
  24. cfea218 Use backticks not vertical bars to denote variables in comments by Artem Titov · 3 years, 7 months ago
  25. 9631575 Use backticks not vertical bars to denote variables in comments for /common_audio by Artem Titov · 3 years, 7 months ago
  26. 286b1db Fix -Wunreachable-code-aggressive. by Peter Kasting · 3 years, 8 months ago
  27. 5663ce9 Avoid undefined behavior in a division operation. by Minyue Li · 3 years, 10 months ago
  28. e7c79fd Remove from chromium build targets that are not compatible with it. by Andrey Logvin · 4 years, 1 month ago
  29. 6031b74 Implement a Neon optimized function to find the argmax element in an array. by Ivo Creusen · 4 years, 1 month ago
  30. 3111783 Organize iLBC headers as per style guide by Timothy Gu · 4 years, 2 months ago
  31. 6c80aeb Remove kwiberg@webrtc.org from OWNERS files by Henrik Lundin · 4 years, 3 months ago
  32. c95b939 Introduce RTC_CHECK_NOTREACHED(), an always-checking RTC_NOTREACHED() by Karl Wiberg · 4 years, 4 months ago
  33. a43178c Reland "Activating AVX2 support by default" by Per Åhgren · 4 years, 5 months ago
  34. 082fac7 Revert "Reland "Activating AVX2 support by default"" by Andrey Logvin · 4 years, 5 months ago
  35. a0ad0bb Reland "Activating AVX2 support by default" by Per Åhgren · 4 years, 5 months ago
  36. 80907be Revert "Activating AVX2 support by default" by Per Åhgren · 4 years, 5 months ago
  37. 80869c2 Delete stringize macros. by Niels Möller · 4 years, 5 months ago
  38. de95329 Delete macros RTC_DISALLOW_ASSIGN and RTC_DISALLOW_IMPLICIT_CONSTRUCTORS by Niels Möller · 4 years, 5 months ago
  39. e5d669e Reland "Activating AVX2 support by default" by Per Åhgren · 4 years, 5 months ago
  40. 9ccbe17 Revert "Activating AVX2 support by default" by Per Åhgren · 4 years, 5 months ago
  41. ad14827 Activating AVX2 support by default by Per Åhgren · 4 years, 5 months ago
  42. bef022b Refactor cpu_features_wrapper.h functions from C to C++. by Mirko Bonadei · 4 years, 6 months ago
  43. 66e7338 Reland "Merge cpu_features build targets into //system_wrappers." by Mirko Bonadei · 4 years, 6 months ago
  44. d156a0d Revert "Merge cpu_features build targets into //system_wrappers." by Mirko Bonadei · 4 years, 6 months ago
  45. 2b242d8 Merge cpu_features build targets into //system_wrappers. by Mirko Bonadei · 4 years, 6 months ago
  46. 7ad1011 Support AVX2/FMA intrinsics in audio FIR filter by Zhaoliang Ma · 4 years, 6 months ago
  47. 72e4321 Reland "Support AVX2/FMA intrinsics in Audio Resampler module" by Zhaoliang Ma · 4 years, 6 months ago
  48. 0c9204c Revert "Support AVX2/FMA intrinsics in Audio Resampler module" by Åsa Persson · 4 years, 7 months ago
  49. 1ca8d87 Support AVX2/FMA intrinsics in Audio Resampler module by Zhaoliang Ma · 4 years, 7 months ago
  50. 11b6f68 Replace slave -> helper, master -> reference by Henrik Lundin · 4 years, 8 months ago
  51. 2dcf348 Use absl_deps in order to preapre to the Abseil component build release. by Mirko Bonadei · 4 years, 9 months ago
  52. a0cf1ea Add peah as OWNER to common_audio by Per Åhgren · 4 years, 9 months ago
  53. 3e3c4d8 Updating the Ooura FFT to take SSE2 usage specification in the ctor by Per Åhgren · 4 years, 9 months ago
  54. 704fb55 In common_audio/ and modules/audio_* replace mock macros with unified MOCK_METHOD macro by Danil Chapovalov · 4 years, 9 months ago
  55. 909f3a5 Rename several more tests that use EXPECT_DEATH to *DeathTest. by Tommi · 4 years, 9 months ago
  56. 146137a Merge OOURA BUILD.gn files. by Mirko Bonadei · 4 years, 10 months ago
  57. f0d64a5 Reland "Unify OOURA implementations in one directory." by Mirko Bonadei · 4 years, 10 months ago
  58. ed005be Revert "Unify OOURA implementations in one directory." by Mirko Bonadei · 4 years, 10 months ago
  59. 09b439c Unify OOURA implementations in one directory. by Mirko Bonadei · 4 years, 10 months ago
  60. e1b7af9 Changed fft4g to be built as C++ by Per Åhgren · 5 years ago
  61. 1883d3e Optimizations and refactoring of the APM 3-band split filter by Per Åhgren · 5 years ago
  62. dbf5416 Delete header file rtc_base/memory/aligned_array.h by Niels Möller · 5 years ago
  63. 4a14f49 Remove wildcard ownership for build files. by Mirko Bonadei · 5 years ago
  64. e52115a Remove inactive OWNERS. by Mirko Bonadei · 5 years ago
  65. 0c626af Use newer version of TimeDelta and TimeStamp factories in webrtc by Danil Chapovalov · 5 years ago
  66. 5dca3f1 Add floating point support for writing and reading wav files by Per Åhgren · 5 years ago
  67. ccbe95f Reformat GN files. by Mirko Bonadei · 5 years ago
  68. 3fdb3cb Remove potential real-time reallocation in PushResampler by Per Åhgren · 5 years ago
  69. 9dc209a Add ability to disable detailed error message in RTC_CHECKs by Artem Titov · 5 years ago
  70. 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 5 years ago
  71. 4970670 Avoid reading outside of memory in WebRtcVad_FindMinimum by Henrik Lundin · 5 years ago
  72. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
  73. 2dac4e4 Remove rtc_use_lto GN arg. by Mirko Bonadei · 6 years ago
  74. 928146f Removing all external access to the integer sample data in AudioBuffer by Per Åhgren · 6 years ago
  75. 62c174c Reland of Correct conversion between float and fixed formats by Per Åhgren · 6 years ago
  76. 533c225 Revert "Correct conversion between float and fixed formats" by Henrik Andreassson · 6 years ago
  77. ffc525b Fix a bug/typo in WebRtcSpl_FilterAR which updates the wrong state vector by Jiawei Ou · 6 years ago
  78. 67e43c8 Correct conversion between float and fixed formats by Per Åhgren · 6 years ago
  79. b168678 Add RTC_ prefix to non-standard format specifier macro "PRIdNS" by Oleh Prypin · 6 years ago
  80. 7ba3b81 Delete class PlatformFile. by Niels Möller · 6 years ago
  81. a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
  82. 225842c Initialize signal processing function pointers statically by Karl Wiberg · 6 years ago
  83. 825aad1 Delete almost all includes of platform_file.h by Niels Möller · 6 years ago
  84. 767efab Delete method ReadableWav::Eof, which was used incorrectly. by Niels Möller · 6 years ago
  85. 19a1d50 Refactor WavWriter to use FileWrapper rather than PlatformFile by Niels Möller · 6 years ago
  86. 54374a0 Delete unused C functions wrapping the WavWriter class by Niels Möller · 6 years ago
  87. 153056b Add ability to play audio in circle for TestAudioDevice wav file capturer by Artem Titov · 6 years ago
  88. 1bc995a WebRtcSpl AffineTransform: make input const by Alessio Bazzica · 6 years ago
  89. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 6 years ago
  90. b00dec5 Qualify cmath function calls. by Mirko Bonadei · 6 years ago
  91. 94b57c0 Cleanup BUILD.gn files from imports like foo:foo by Artem Titov · 6 years ago
  92. 8965fbc ClangTidy fixes for common_audio/ by Benjamin Wright · 6 years ago
  93. 22f9925 webrtc: Remove semicolons. by Nico Weber · 6 years ago
  94. c84f661 Stop using Googletest legacy APIs. by Mirko Bonadei · 6 years ago
  95. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  96. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  97. 2222a80 Delete unneeded includes of common_types.h and gn deps on webrtc_common. by Niels Möller · 6 years ago
  98. a33c7af Tolerate optional chunks in WAV files by Alessio Bazzica · 6 years ago
  99. 21cddff Harmonize paths to dependent targets. by Yves Gerey · 6 years ago
  100. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago