1. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  2. 2222a80 Delete unneeded includes of common_types.h and gn deps on webrtc_common. by Niels Möller · 6 years ago
  3. a33c7af Tolerate optional chunks in WAV files by Alessio Bazzica · 6 years ago
  4. 21cddff Harmonize paths to dependent targets. by Yves Gerey · 6 years ago
  5. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
  6. 40a7a35 Extract functionality of test_main into separate library. by Artem Titov · 6 years ago
  7. 3fc5a20 Add support for many channels in push_resampler. by Alex Loiko · 6 years ago
  8. 366a50c Remove simple stringstream usages. by Jonas Olsson · 6 years ago
  9. d4161a3 Moving LappedTransform, Blocker and AudioRingBuffer. by Alessio Bazzica · 6 years ago
  10. 2983599 Move spl_sqrt_floor dep to proper third_party directory by Artem Titov · 6 years ago
  11. 10d70ca Fix guards for headers in third party by Artem Titov · 6 years ago
  12. d2f4e8b Explicitly add -mfpu=neon to all targets that use NEON by Oleh Prypin · 6 years ago
  13. 421f868 Fix refered LICENSE file path in webrtc license notice by Artem Titov · 6 years ago
  14. 333a505 Move fft4g to proper third_party directory by Artem Titov · 6 years ago
  15. a12c42a Delete root header file typedef.h. by Niels Möller · 6 years ago
  16. d4e5206 Clean up unneeded includes in common_audio/BUILD.gn. by Mirko Bonadei · 6 years ago
  17. 91df091 Enabling clang::find_bad_constructs for common_audio. by Mirko Bonadei · 6 years ago
  18. 3f84f49 Remove useless import of arm.gni by Sam Zackrisson · 6 years ago
  19. f9c2952 Removing warning suppression flags in common_audio/. by Mirko Bonadei · 6 years ago
  20. df3bcdb Extract fft4g into separate build target by Artem Titov · 6 years ago
  21. 196100e Replace rtc::Optional with absl::optional by Danil Chapovalov · 6 years ago
  22. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  23. 4e952a3 Remove unused WavFile::FormatAsString method. by Jonas Olsson · 6 years ago
  24. 500e75b Remove typedefs.h from webrtc/ root (part 1) by Fredrik Solenberg · 6 years ago
  25. 5f83cf0 Replacing rtc::TimeDelta with webrtc::TimeDelta. by Sebastian Jansson · 6 years ago
  26. 0520b0e FFT-based auto correlation. by Alex Loiko · 6 years ago
  27. d5ef6ff Disable WavWriterTest flaky tests on Mac. by Alessio Bazzica · 6 years ago
  28. 78ad6ce Removing openmax_dl by Alessio Bazzica · 6 years ago
  29. 00ec2d9 Disabling openmax_dl by Alessio Bazzica · 6 years ago
  30. 9b4aa60 Fix ptr overflow warning in filter_ar.c by Henrik Lundin · 6 years ago
  31. 13fb0ef Fix ptr overflow warning by Artem Titov · 6 years ago
  32. 7ce3091 IWYU: Include <string.h> for memcpy(3) after bbf21a3fd. by Raphael Kubo da Costa · 6 years ago
  33. 09a6cd5 Prepare for |is_posix| switch in the Fuchsia build by Fabrice de Gans-Riberi · 6 years ago
  34. 29e7bee Move aligned memory utilities to rtc_base/memory/ by Karl Wiberg · 6 years ago
  35. 7aabd39 Move asm_defines.h to rtc_base/system/ by Karl Wiberg · 6 years ago
  36. d757356 Fixing -Wstrict-prototypes warnings. by Mirko Bonadei · 6 years ago
  37. e62f600 Extend WavReader and WavWriter API. by Artem Titov · 6 years ago
  38. 7696bef Remove the public_deps to fileutils from test_support. by Patrik Höglund · 6 years ago
  39. a2e3ab1 Conditionally include real_fourier_openmax.h. by Mirko Bonadei · 7 years ago
  40. 6ce0359 Adding missing ASM dependencies. by Mirko Bonadei · 7 years ago
  41. 6df09f6 Add decibel conversion functions to //common_audio:common_audio by Alex Loiko · 7 years ago
  42. dbbb33c Stop using public_deps in common_audio. by Mirko Bonadei · 7 years ago
  43. 65ce311 Removing useless dependencies on //testing/gmock. by Mirko Bonadei · 7 years ago
  44. ee67ca3 Replace left shift with equivalent multiplication. by Alex Loiko · 7 years ago
  45. a7f2d84 Revert "Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*""" by Per Kjellander · 7 years ago
  46. c73e1f4 Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*"" by Per Kjellander · 7 years ago
  47. 588c548 GN rtc_* templates: Set default visibility to webrtc_root + "/*" by Karl Wiberg · 7 years ago
  48. 3e11343 Fix circular dependencies in webrtc_common. by Patrik Höglund · 7 years ago
  49. a8005cf Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  50. d37709b Revert "Fix circular dependencies between optional, array_view, and rtc_base." by Patrik Höglund · 7 years ago
  51. a9e0924 Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  52. 1a8fffb Restrict visibility in some places where we can get away with doing so by Karl Wiberg · 7 years ago
  53. 6f54e7a Avoid integer-overflow in WebRtcSpl_FilterARFastQ12 by Henrik Lundin · 7 years ago
  54. 5dcbbfd Create a fuzzer for ComfortNoiseDecoder by Henrik Lundin · 7 years ago
  55. a498ae8 Stop using public_deps in system_wrappers. by Mirko Bonadei · 7 years ago
  56. 5e1a749 Optional: Use nullopt and implicit construction in /common_audio by Oskar Sundbom · 7 years ago
  57. e40468b Move some numeric utility code from rtc_base/ to rtc_base/numerics/ by Karl Wiberg · 7 years ago
  58. f715c53 Fix circular deps in common_audio. by Patrik Höglund · 7 years ago
  59. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  60. aeb5d88 Replace left shift with equivalent multiplication. by Alex Loiko · 7 years ago
  61. 187c699 Replacing undefined left shifts with multiplication. by Alex Loiko · 7 years ago
  62. 9da7c74 Change Resampler to not change state on invalid Reset and ResetIfNeeded calls. by Sam Zackrisson · 7 years ago
  63. b9f5361 Removing undefined left shifts in AudioProcessing by Alex Loiko · 7 years ago
  64. c5ee987 Stop using std::tr1 by Edward Lemur · 7 years ago
  65. 7120742 Adding NOLINT for typedefs.h and common_types.h by Mirko Bonadei · 7 years ago
  66. 9a45116 Fix Gn Untracked headers in webrtc/common_audio by charujain · 7 years ago
  67. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  68. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago
  69. 569c805 by niklase@google.com · 13 years ago
  70. dcdf311 Rollback to working sqrt version. by henrika@google.com · 13 years ago
  71. 48c02db enable optimized code for android by leozwang@google.com · 13 years ago
  72. d99fa58 optimized sqrt in general and for android by leozwang@google.com · 13 years ago
  73. a6f54fd Removing some warnings from the APM build with -Wall -Wextra. Also cleaning up the unit test a bit. by ajm@google.com · 13 years ago
  74. cb3017f Re-deleting a VAD file in common_audio by bjornv@google.com · 13 years ago
  75. 0c08ed1 Re-deleting files that reappeared when moved to webrtc. by bjornv@google.com · 13 years ago
  76. 0b0c28c add android makefile, some modification in vpx makefile to build encoder from c source for now by leozwang@google.com · 13 years ago
  77. 990a93b Removing unneeded CMake files. by ajm@google.com · 13 years ago
  78. 3f0254b by niklase@google.com · 13 years ago