1. be039c2 Disable WebRtcSpl_ScaleAndAddVectorsWithRoundNeon due to crash. by fischman@webrtc.org · 10 years ago
  2. b0079ed Replace scoped_array<T> with scoped_ptr<T[]>. by andrew@webrtc.org · 10 years ago
  3. fb54df6 common_audio: VADFree() now returns void by bjornv@webrtc.org · 10 years ago
  4. cf526f7 Resampler modifications in preparation for arbitrary audioproc rates. by andrew@webrtc.org · 10 years ago
  5. 6b1114a Make everyone an OWNER for .gyp/.gypi add/delete purposes, non-talk/ edition. by fischman@webrtc.org · 10 years ago
  6. 61e9201 Add fir_filter to common_audio by aluebs@webrtc.org · 10 years ago
  7. e2af272 Add a float interface to PushSincResampler. by andrew@webrtc.org · 10 years ago
  8. 3c5112c Add a deinterleaved float interface to AudioProcessing. by andrew@webrtc.org · 10 years ago
  9. 40cb3ed Clean up CPU detection defines in SincResampler a little. by andrew@webrtc.org · 10 years ago
  10. 7a38402 Use scoped_ptr<T[]> in SincResampler to avoid .get()[] weirdness. by andrew@webrtc.org · 10 years ago
  11. f8722d5 Add an AlignedFreeDeleter and remove scoped_ptr_malloc. by andrew@webrtc.org · 10 years ago
  12. 27c1536 Minor improvement in RoundToInt16 implementation. by turaj@webrtc.org · 10 years ago
  13. cd15790 Refactoring common_audio/signal_processing: Removed two macros used by isac only. by bjornv@webrtc.org · 10 years ago
  14. 926e88a Remove the requirement to call set_sample_rate_hz and friends. by andrew@webrtc.org · 11 years ago
  15. 894dab9 Roll chromium_revision 232627:238260 by kjellander@webrtc.org · 11 years ago
  16. ba8b32c Change uses of the obsolete armv7 setting to arm_version==7. by kjellander@webrtc.org · 11 years ago
  17. 2ba95be Upgrade scoped_ptr to Chromium's latest version. by andrew@webrtc.org · 11 years ago
  18. 9670be6 Add APK and isolate target for video_engine_tests by kjellander@webrtc.org · 11 years ago
  19. 3de1b22 Fix include of isolate.gypi by kjellander@webrtc.org · 11 years ago
  20. fccf64c MIPS optimizations for the functions WebRtcSpl_SqrtFloor, WebRtcSpl_CrossCorrelation, WebRtcSpl_ScaleAndAddVectorsWithRound and the inline functions from signal_processing spl_inl.h file. by andrew@webrtc.org · 11 years ago
  21. 91b0d23 Allocate float_buffer_ in the initializer list. by andrew@webrtc.org · 11 years ago
  22. d44ec1c Reduce cost of PushSincResampler::Resample(). by andrew@webrtc.org · 11 years ago
  23. 7ac916b Recognize armv7 target_arch for ios support in webrtc common.gyp by fischman@webrtc.org · 11 years ago
  24. fd9b155 Add isolate configuration for Android for all tests. by kjellander@webrtc.org · 11 years ago
  25. d09ee87 Isolate GYP target and .isolate files for tests by kjellander@webrtc.org · 11 years ago
  26. ac38916 Revert 4547 "Isolate GYP target and .isolate files for tests" by kjellander@webrtc.org · 11 years ago
  27. 12e3ee7 Isolate GYP target and .isolate files for tests by kjellander@webrtc.org · 11 years ago
  28. a0b4f27 Remove unused unreferenced code in webrtc/ by pbos@webrtc.org · 11 years ago
  29. 50ff6a5 Switch C++-style C headers with their C equivalents. by pbos@webrtc.org · 11 years ago
  30. 9d939ee Adds all unittests to android NDK-APK framework. by henrike@webrtc.org · 11 years ago
  31. aa0dac5 Add some virtual and OVERRIDEs in webrtc/common_audio/ by pbos@webrtc.org · 11 years ago
  32. fd87865 Downstream latest Chromium SincResampler changes. by andrew@webrtc.org · 11 years ago
  33. a3c7fa2 Formalized Real 16-bit FFT for APM. by kma@webrtc.org · 11 years ago
  34. c64c74c Include files from webrtc/.. paths in signal_processing/. by pbos@webrtc.org · 11 years ago
  35. 5ab7b93 Proper spacing for end-of-namespace comments. by pbos@webrtc.org · 11 years ago
  36. 1df6cc7 Reorganize test targets in WebRTC by kjellander@webrtc.org · 11 years ago
  37. 8f515b1 Replace the old resampler with SincResampler in the voice engine signal path. by andrew@webrtc.org · 11 years ago
  38. e113280 MIPS optimizations for the following functions: by andrew@webrtc.org · 11 years ago
  39. abf0cd8 Include files from webrtc/.. paths in common_audio/ by pbos@webrtc.org · 11 years ago
  40. 60003b2 Remove const for plain data types in common_audio/ by pbos@webrtc.org · 11 years ago
  41. ae2d248 Update SincResampler with the latest Chromium code. by andrew@webrtc.org · 11 years ago
  42. 34e0403 Fix clang errors in non-GYP_DEFINES=clang=1 build by pbos@webrtc.org · 11 years ago
  43. cff84ec Consolidate all third party licenses in LICENSE_THIRD_PARTY. by andrew@webrtc.org · 11 years ago
  44. a23b051 Consolidate common_audio into a single target. by andrew@webrtc.org · 11 years ago
  45. 45325fd Add a wrapper around PushSincResampler and the old Resampler. by andrew@webrtc.org · 11 years ago
  46. 8fdc74b Add a push-based wrapper around SincResampler. by andrew@webrtc.org · 11 years ago
  47. e45d9af Remove vim/emacs modelines from .gypi files by pbos@webrtc.org · 11 years ago
  48. bb48e9c Replace legacy G_CONST with const. by pbos@webrtc.org · 11 years ago
  49. 1727dc7 WebRtc_Word32 -> int32_t in common_audio/ by pbos@webrtc.org · 11 years ago
  50. 13a186f Refactored inline assembly code in complex_fft.c, by combining the individual __asm lines into a single block, to avoid potential register usage problems when building with different tools. by kma@webrtc.org · 11 years ago
  51. 85e32df MIPS optimizations for Signal Processing Library patch01 by andrew@webrtc.org · 11 years ago
  52. 1aa1eec Modify SincResampler to build in webrtc. by andrew@webrtc.org · 11 years ago
  53. 260bedc Import SincResampler from Chromium. by andrew@webrtc.org · 11 years ago
  54. de55d0c Replaced relative path to reference from <(webrtc_root). by bjornv@webrtc.org · 11 years ago
  55. b4575c1 Fix webrtc compilation errors for Chrome Win64 by andrew@webrtc.org · 11 years ago
  56. 81cfcb5 Remove '<(library)' in gyp files. by wjia@webrtc.org · 12 years ago
  57. 7561299 Address a build issue with Android-Clang compiler: by kma@webrtc.org · 12 years ago
  58. 9fc6250 Porting ARM optimization from Android to ios. by kma@webrtc.org · 12 years ago
  59. 6181a36 Add Android include path so that header files can follow google style by leozwang@webrtc.org · 12 years ago
  60. 82e863b Wraparound distortion in Opus by tina.legrand@webrtc.org · 12 years ago
  61. f6b2125 Work around with issue 971 (signal_processing_unittests fails memcheck when compiled with GCC 4.6). by kma@webrtc.org · 12 years ago
  62. a7b57da Move src/ -> webrtc/ by andrew@webrtc.org · 12 years ago