1. 20d4fde Reformat existing code. There should be no functional effects. by Peter Kasting · 10 years ago
  2. e65237f Match existing type usage better. by Peter Kasting · 10 years ago
  3. 1c55c85 Revert "Upconvert various types to int." by Peter Kasting · 10 years ago
  4. e0cc456 Prepare to convert various types to size_t. by Peter Kasting · 10 years ago
  5. c21563d Upconvert various types to int. by Peter Kasting · 10 years ago
  6. 4cad9ed Add LappedTransform accessors. by Michael Graczyk · 10 years ago
  7. 464cde1 common_audio/vad: Removes head allocation failure check by Bjorn Volcker · 10 years ago
  8. eac5ca8 Add GetChunkLength to LappedTransform. by Michael Graczyk · 10 years ago
  9. a850d39 Refactor common_audio/vad: Create now returns the handle directly instead of an error code by Bjorn Volcker · 10 years ago
  10. 3a03799 PRESUBMIT: Improve PyLint check and add GN format check. by Henrik Kjellander · 10 years ago
  11. ab16802 Clear ARM NEON flag by Andrew MacDonald · 10 years ago
  12. a33c861 Add 3-band filter-bank implementation by Alejandro Luebs · 10 years ago
  13. 66bdb50 Add the rtc_build_openmax_dl variable to the GN build. by Andrew MacDonald · 10 years ago
  14. 4be1f53 Refactor common_audio/signal_processing: Removed usage of trivial macro WEBRTC_SPL_MUL_16_16 by Bjorn Volcker · 10 years ago
  15. 37ce3fc Fix unknown option '-msse2' warning by Henrik Kjellander · 10 years ago
  16. 3b2f0dc Add a sparse FIR filter implementation by Alejandro Luebs · 10 years ago
  17. 2b1090a Refactor common_audio/vad: Removed usage of trivial macro WEBRTC_SPL_MUL_16_16(a, b) by Bjorn Volcker · 10 years ago
  18. b6dfac8 Remove android_webview_build conditions. by Richard Coles · 10 years ago
  19. 6dd58de common_audio: Explicit cast in WebRtcSpl_NormW16 on ARM by Bjorn Volcker · 10 years ago
  20. ddde4b2 Remove non-functional asynchronous resampling mode. by Andrew MacDonald · 10 years ago
  21. 70e3d3d Reparent Nonlinear beamformer under beamforming interface. by Michael Graczyk · 10 years ago
  22. edd91ff Refactor common_audio/vad: Removed usage of WEBRTC_SPL_MUL_16_16_RSFT by Bjorn Volcker · 10 years ago
  23. 36be253 Refactor common_audio/signal_processing: Removed usage of WEBRTC_SPL_MUL_16_16_RSFT by Bjorn Volcker · 10 years ago
  24. b787c8f Document the 'int' return value of Resampler methods. by wtc@chromium.org · 10 years ago
  25. 2db66fc Add the Ooura FFT to RealFourier. by andrew@webrtc.org · 10 years ago
  26. 8dfdcb9 Clean up LappedTransform and Blocker. by mgraczyk@chromium.org · 10 years ago
  27. 35e73f1 Make building openmax_dl conditional in gyp. by andrew@webrtc.org · 10 years ago
  28. db63cd8 Enabling common_audio building with NEON on ARM64 by andrew@webrtc.org · 10 years ago
  29. 860ac53 Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macro by kjellander@webrtc.org · 10 years ago
  30. deb9dae Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going away by kwiberg@webrtc.org · 10 years ago
  31. c4e2cd0 Fix style violations in common_types.h and config.h by kwiberg@webrtc.org · 10 years ago
  32. 800e301 Roll chromium_revision b0c3ed3..2c3ffb2 (316737:317530) by kjellander@webrtc.org · 10 years ago
  33. c52dfbe WebRtc_GetCPUFeaturesARM is only available on android by andrew@webrtc.org · 10 years ago
  34. 4315704 C++ readability review for ajm. by andrew@webrtc.org · 10 years ago
  35. ebbb0c2 Make ChannelBuffer aware of frequency bands by aluebs@webrtc.org · 10 years ago
  36. d40d97b Move channel_buffer.{h,cc} to common_audio. by kjellander@webrtc.org · 10 years ago
  37. 9fbfe8f Use non-zero data in AudioRingBufferTest. by andrew@webrtc.org · 10 years ago
  38. a03359c Add an AudioRingBuffer class wrapper for the ring_buffer.h C interface. by andrew@webrtc.org · 10 years ago
  39. 75b626b Make it easier to use external libyuv + cleanup GYP files. by kjellander@webrtc.org · 10 years ago
  40. 18a7ec3 Refactor common_audio/vad: Removed usage of macro WEBRTC_SPL_MUL_16_16() by bjornv@webrtc.org · 10 years ago
  41. f693164 Add beamforming to audioproc_float utility. by mgraczyk@chromium.org · 10 years ago
  42. 9441541 Move ring_buffer to common_audio. by andrew@webrtc.org · 10 years ago
  43. 9a606e7 Remove COMPILE_ASSERT and use static_assert everywhere by kwiberg@webrtc.org · 10 years ago
  44. 20349b9 Move system_wrappers.gyp files to the proper directory. by andresp@webrtc.org · 10 years ago
  45. cbe631e Optimize minimum delay in blocker by aluebs@webrtc.org · 10 years ago
  46. df8fe7a Unify the two copies of compile_assert.h by kwiberg@webrtc.org · 10 years ago
  47. a4462da common_audio: Made input vector const in WebRtcSpl_LevinsonDurbin() by bjornv@webrtc.org · 10 years ago
  48. c95bd61 common_audio: Made input signal const in WebRtcSplFilterMAFastQ12() by bjornv@webrtc.org · 10 years ago
  49. 87aadb3 Remove WebRtcSpl_ScaleAndAddVectorsWithRoundNeon by andrew@webrtc.org · 10 years ago
  50. 155872d Minor fixes regarding accumulator usage on MIPS platforms. by andrew@webrtc.org · 10 years ago
  51. 9f39470 Remove obsolete target_arch == armv7. by andrew@webrtc.org · 10 years ago
  52. e0ffc86 Make safe_conversions suitable for rtc_base_approved. by andrew@webrtc.org · 10 years ago
  53. 7d87f7c Support block_size greater than chunk_size in Blocker by aluebs@webrtc.org · 10 years ago
  54. 2396b27 Add (safe) uint32_t cast to fix Win64 build. by andrew@webrtc.org · 10 years ago
  55. f7ba08f Handle all permissible PCM fields with WavReader. by andrew@webrtc.org · 10 years ago
  56. ef19b9a Add NEON intrinsics version for min_max_operations_neon.c by andrew@webrtc.org · 10 years ago
  57. dd50445 Add NEON intrinsics version for WebRtcSpl_MinValueW16Neon by andrew@webrtc.org · 10 years ago
  58. ab05c0f Make an AudioEncoder subclass for comfort noise by henrik.lundin@webrtc.org · 10 years ago
  59. ada6e4e Add NEON intrinsics version for WebRtcSpl_DownsampleFastNeon. by andrew@webrtc.org · 10 years ago
  60. 54a94d7 Add NEON intrinsics version for WebRtcSpl_CrossCorrelationNeon. by andrew@webrtc.org · 10 years ago
  61. 0668dba Cleaned up real_fft APIs due to non-existing NEON code by bjornv@webrtc.org · 10 years ago
  62. b7ebe5b Adding WebRtcSpl_MaxAbsValueW16 intrinsics version by andrew@webrtc.org · 10 years ago
  63. ba372c0 Remove -flax-vector-conversions flag for ARM NEON building. by andrew@webrtc.org · 10 years ago
  64. 3550277 Move ChannelBuffer class to channel_buffer file by aluebs@webrtc.org · 10 years ago
  65. 4d9d595 Implement 3 band splitting filter bank by upsampling and splitting twice into 2 bands by aluebs@webrtc.org · 10 years ago
  66. a7fe477 Build fix for MIPS Android Webview build. by andrew@webrtc.org · 10 years ago
  67. 1135e2c Update isolate files for Android APK tests. by kjellander@webrtc.org · 10 years ago
  68. deb9e49 Add format members to AudioConverter for DCHECKing. by andrew@webrtc.org · 10 years ago
  69. 1c755a6 Restore the void return type on WriteWavHeader. by andrew@webrtc.org · 10 years ago
  70. 46c5634 Add a WavReader counterpart to WavWriter. by andrew@webrtc.org · 10 years ago
  71. 796056b Update all .isolate files for the new format. by kjellander@webrtc.org · 10 years ago
  72. f8586cc Build fix for MIPS32R6. by andrew@webrtc.org · 10 years ago
  73. a1f6cf7 Revert "Revert part of r7561, "Refactor audio conversion functions."" by andrew@webrtc.org · 10 years ago
  74. d7062cc Creating a C++ wrapper class for VAD by henrik.lundin@webrtc.org · 10 years ago
  75. bce1329 Refactor audio conversion functions. by andrew@webrtc.org · 10 years ago
  76. 2d05389 common_audio: Removed macro WEBRTC_SPL_RSHIFT_W32 by bjornv@webrtc.org · 10 years ago
  77. 88b4afa common_audio: Removed trivial macro WEBRTC_SPL_UMUL_16_16 by bjornv@webrtc.org · 10 years ago
  78. af3d97a Add a simple AudioConverter class. by andrew@webrtc.org · 10 years ago
  79. 1b22e5c common_audio: Replaced invalid operand in min_max_operations_neon.S" by bjornv@webrtc.org · 10 years ago
  80. dc0bf41 common_audio: Removed version API from signal_processing by bjornv@webrtc.org · 10 years ago
  81. 1d0c733 common_audio: Removed macro WEBRTC_SPL_RSHIFT_W16 by bjornv@webrtc.org · 10 years ago
  82. cc05752 audio_processing: Replaced macro WEBRTC_SPL_RSHIFT_W16 with >> by bjornv@webrtc.org · 10 years ago
  83. cfe9a7a common_audio: Removed macro WEBRTC_SPL_LSHIFT_W16 by bjornv@webrtc.org · 10 years ago
  84. e818859 Add a variable for deciding when to use openmax_dl. by andrew@webrtc.org · 10 years ago
  85. 1bbdf57 Import LappedTransform and friends. by andrew@webrtc.org · 10 years ago
  86. f5723bd GN: Enable libvpx, add link target and convert some test targets by kjellander@webrtc.org · 10 years ago
  87. 9055658 audio_processing: Replaced macro WEBRTC_SPL_LSHIFT_W16 with << by bjornv@webrtc.org · 10 years ago
  88. ff91ab8 common_audio refactoring: Removed macro WEBRTC_SPL_LSHIFT_U32 by bjornv@webrtc.org · 10 years ago
  89. 296871b GN: Add common configs to all targets. by kjellander@webrtc.org · 10 years ago
  90. 0d52ec5 gn: Fix cflags usage by pbos@webrtc.org · 11 years ago
  91. a0d2357 Add ctors to ChannelBuffer to enable copying on construction. by andrew@webrtc.org · 11 years ago
  92. 4ad10d6 GN: Prefix WebRTC specific variables with "rtc_" by kjellander@webrtc.org · 11 years ago
  93. 1f53a8f Fix MSVC warnings about value truncations, webrtc/common_audio/ edition. by bjornv@webrtc.org · 11 years ago
  94. 5191730 Partial revert of r7014 (Android APK refactor) by kjellander@webrtc.org · 11 years ago
  95. 02b30eb Unpacking aecdumps generates wav files by aluebs@webrtc.org · 11 years ago
  96. b9d6b2b Android APK tests built from a normal WebRTC checkout. by kjellander@webrtc.org · 11 years ago
  97. 05f7eb6 GN: Implement voice engine, common audio, audio coding and audio processing by kjellander@webrtc.org · 11 years ago
  98. e2285d5 Add LTO support for Android Chromium. by andrew@webrtc.org · 11 years ago
  99. 54ade8b Add CHECK and friends from Chromium. by andrew@webrtc.org · 11 years ago
  100. 5b3e14c common_audio: Removed macro WEBRTC_SPL_DIV by bjornv@webrtc.org · 11 years ago