1. ef19b9a Add NEON intrinsics version for min_max_operations_neon.c by andrew@webrtc.org · 10 years ago
  2. dd50445 Add NEON intrinsics version for WebRtcSpl_MinValueW16Neon by andrew@webrtc.org · 10 years ago
  3. ab05c0f Make an AudioEncoder subclass for comfort noise by henrik.lundin@webrtc.org · 10 years ago
  4. ada6e4e Add NEON intrinsics version for WebRtcSpl_DownsampleFastNeon. by andrew@webrtc.org · 10 years ago
  5. 54a94d7 Add NEON intrinsics version for WebRtcSpl_CrossCorrelationNeon. by andrew@webrtc.org · 10 years ago
  6. 0668dba Cleaned up real_fft APIs due to non-existing NEON code by bjornv@webrtc.org · 10 years ago
  7. b7ebe5b Adding WebRtcSpl_MaxAbsValueW16 intrinsics version by andrew@webrtc.org · 10 years ago
  8. ba372c0 Remove -flax-vector-conversions flag for ARM NEON building. by andrew@webrtc.org · 10 years ago
  9. 3550277 Move ChannelBuffer class to channel_buffer file by aluebs@webrtc.org · 10 years ago
  10. 4d9d595 Implement 3 band splitting filter bank by upsampling and splitting twice into 2 bands by aluebs@webrtc.org · 10 years ago
  11. a7fe477 Build fix for MIPS Android Webview build. by andrew@webrtc.org · 10 years ago
  12. 1135e2c Update isolate files for Android APK tests. by kjellander@webrtc.org · 10 years ago
  13. deb9e49 Add format members to AudioConverter for DCHECKing. by andrew@webrtc.org · 10 years ago
  14. 1c755a6 Restore the void return type on WriteWavHeader. by andrew@webrtc.org · 10 years ago
  15. 46c5634 Add a WavReader counterpart to WavWriter. by andrew@webrtc.org · 10 years ago
  16. 796056b Update all .isolate files for the new format. by kjellander@webrtc.org · 10 years ago
  17. f8586cc Build fix for MIPS32R6. by andrew@webrtc.org · 10 years ago
  18. a1f6cf7 Revert "Revert part of r7561, "Refactor audio conversion functions."" by andrew@webrtc.org · 10 years ago
  19. d7062cc Creating a C++ wrapper class for VAD by henrik.lundin@webrtc.org · 10 years ago
  20. bce1329 Refactor audio conversion functions. by andrew@webrtc.org · 10 years ago
  21. 2d05389 common_audio: Removed macro WEBRTC_SPL_RSHIFT_W32 by bjornv@webrtc.org · 10 years ago
  22. 88b4afa common_audio: Removed trivial macro WEBRTC_SPL_UMUL_16_16 by bjornv@webrtc.org · 10 years ago
  23. af3d97a Add a simple AudioConverter class. by andrew@webrtc.org · 10 years ago
  24. 1b22e5c common_audio: Replaced invalid operand in min_max_operations_neon.S" by bjornv@webrtc.org · 10 years ago
  25. dc0bf41 common_audio: Removed version API from signal_processing by bjornv@webrtc.org · 10 years ago
  26. 1d0c733 common_audio: Removed macro WEBRTC_SPL_RSHIFT_W16 by bjornv@webrtc.org · 10 years ago
  27. cc05752 audio_processing: Replaced macro WEBRTC_SPL_RSHIFT_W16 with >> by bjornv@webrtc.org · 10 years ago
  28. cfe9a7a common_audio: Removed macro WEBRTC_SPL_LSHIFT_W16 by bjornv@webrtc.org · 10 years ago
  29. e818859 Add a variable for deciding when to use openmax_dl. by andrew@webrtc.org · 10 years ago
  30. 1bbdf57 Import LappedTransform and friends. by andrew@webrtc.org · 11 years ago
  31. f5723bd GN: Enable libvpx, add link target and convert some test targets by kjellander@webrtc.org · 11 years ago
  32. 9055658 audio_processing: Replaced macro WEBRTC_SPL_LSHIFT_W16 with << by bjornv@webrtc.org · 11 years ago
  33. ff91ab8 common_audio refactoring: Removed macro WEBRTC_SPL_LSHIFT_U32 by bjornv@webrtc.org · 11 years ago
  34. 296871b GN: Add common configs to all targets. by kjellander@webrtc.org · 11 years ago
  35. 0d52ec5 gn: Fix cflags usage by pbos@webrtc.org · 11 years ago
  36. a0d2357 Add ctors to ChannelBuffer to enable copying on construction. by andrew@webrtc.org · 11 years ago
  37. 4ad10d6 GN: Prefix WebRTC specific variables with "rtc_" by kjellander@webrtc.org · 11 years ago
  38. 1f53a8f Fix MSVC warnings about value truncations, webrtc/common_audio/ edition. by bjornv@webrtc.org · 11 years ago
  39. 5191730 Partial revert of r7014 (Android APK refactor) by kjellander@webrtc.org · 11 years ago
  40. 02b30eb Unpacking aecdumps generates wav files by aluebs@webrtc.org · 11 years ago
  41. b9d6b2b Android APK tests built from a normal WebRTC checkout. by kjellander@webrtc.org · 11 years ago
  42. 05f7eb6 GN: Implement voice engine, common audio, audio coding and audio processing by kjellander@webrtc.org · 11 years ago
  43. e2285d5 Add LTO support for Android Chromium. by andrew@webrtc.org · 11 years ago
  44. 54ade8b Add CHECK and friends from Chromium. by andrew@webrtc.org · 11 years ago
  45. 5b3e14c common_audio: Removed macro WEBRTC_SPL_DIV by bjornv@webrtc.org · 11 years ago
  46. 724e3f8 Refactoring common_audio/signal_processing: Remove macro WEBRTC_SPL_UDIV by bjornv@webrtc.org · 11 years ago
  47. 782121c common_audio: Re-enable WebRtcSpl_AddSatW32() and WebRtcSpl_SubSatW32() optimizations on armv7 by bjornv@webrtc.org · 11 years ago
  48. 0e2b7ec Remove Android.mk build files. by pbos@webrtc.org · 11 years ago
  49. 9cfe803 Refactoring common_audio: Replace trivial multiplication macro by bjornv@webrtc.org · 11 years ago
  50. 62772e9 Re-landing r6961 by bjornv@webrtc.org · 11 years ago
  51. 62f3144 Revert 6961 "common_audio/signal_processing: Remove macro WEBRTC..." by bjornv@webrtc.org · 11 years ago
  52. fe8c1e6 common_audio/signal_processing: Remove macro WEBRTC_SPL_MEMCPY_W8 by bjornv@webrtc.org · 11 years ago
  53. 347671c Refactoring common_audio/signal_processing: Replaces trivial macros by bjornv@webrtc.org · 11 years ago
  54. 999bcbc Fix WEBRTC_AEC_DEBUG_DUMP (broken by int16->float conversion) by kwiberg@webrtc.org · 11 years ago
  55. b3f69d2 Refactoring common_audio/signal_processing: Remove unused macro WEBRTC_SPL_MUL_32_32_RSFT32BI by bjornv@webrtc.org · 11 years ago
  56. d68cf32 Refactoring common_audio: Remove macro WEBRTC_SPL_MEMMOVE_W16 by bjornv@webrtc.org · 11 years ago
  57. ddd80b5 New utility class for easy debug dumping to WAV files by kwiberg@webrtc.org · 11 years ago
  58. 6e91eef common_audio/signal_processing: Remove unused macros WEBRTC_SPL_GET_BYTE and WEBRTC_SPL_SET_BYTE by bjornv@webrtc.org · 11 years ago
  59. ee3ec04 common_audio/signal_processing: Remove macro WEBRTC_SPL_UMUL_32_16_RSFT16 by bjornv@webrtc.org · 11 years ago
  60. 2e27393 common_audio/signal_processing: Remove macro WEBRTC_SPL_SUB_SAT_W32 by bjornv@webrtc.org · 11 years ago
  61. b5cd1aa common_audio/signal_processing: Removes macro WEBRTC_SPL_MUL_32_32_RSFT32 by bjornv@webrtc.org · 11 years ago
  62. 3022fea Removes mismatching signs in signal_processing_unittests by bjornv@webrtc.org · 11 years ago
  63. 22c283b Remove more dependencies on openssl, add dependency on boringssl. Continues on r6798 by henrike@webrtc.org · 11 years ago
  64. 9f7856a int16<->float conversions: Use size_t for array length argument, not int by kwiberg@webrtc.org · 11 years ago
  65. 1465d80 common_audio: Removes macro WEBRTC_SPL_SHIFT_W16 by bjornv@webrtc.org · 11 years ago
  66. 3610f63 GN: Add BUILD.gn files + kjellander to OWNERS by kjellander@webrtc.org · 11 years ago
  67. c1a2a43 common_audio: Removes macro WEBRTC_SPL_LSHIFT_U16 by bjornv@webrtc.org · 11 years ago
  68. 00dffd7 Pass GYP DEPTH variable to isolate. by kjellander@webrtc.org · 11 years ago
  69. ae4a452 common_audio/signal_processing: Removes macro WEBRTC_SPL_RSHIFT_U16 by bjornv@webrtc.org · 11 years ago
  70. 6e6b951 common_audio/signal_processing: Moves WEBRTC_SPL_UMUL_16_16_RSFT16 to iSAC fix by bjornv@webrtc.org · 11 years ago
  71. f006e8d Add kjellander@webrtc.org as OWNER for *.isolate by kjellander@webrtc.org · 11 years ago
  72. 39dec2c The correct fix of workaround in r6261. by bjornv@webrtc.org · 11 years ago
  73. c806290 common_audio/signal_processing: Removed macro WEBRTC_SPL_MUL_16_16_RSFT_WITH_FIXROUND by bjornv@webrtc.org · 11 years ago
  74. 00d9c49 Android: cleanup gtest_target_type conditions. by henrike@webrtc.org · 11 years ago
  75. ff6b4a8 common_audio/signal_processing: Fixes arm compilation issues with gcc 4.8 by bjornv@webrtc.org · 11 years ago
  76. 774b3d3 Switch to using base/constructormagic.h and remove system_wrappers/interface/constructor_magic.h. by henrike@webrtc.org · 11 years ago
  77. 0a9ed7c Revert 6202 "Switch to using base/constructormagic.h and remove ..." by mcasas@webrtc.org · 11 years ago
  78. 28b7c07 Switch to using base/constructormagic.h and remove system_wrappers/interface/constructor_magic.h. by henrike@webrtc.org · 11 years ago
  79. 294081c Disabling RealFFTTest.RealAndComplexMatch and AudioProcessingTest.Formats as they currently are broken with gcc 4.8. by stefan@webrtc.org · 11 years ago
  80. e3acf53 common_audio/signal_processing: Removes macro WEBRTC_SPL_UMUL_RSFT16 by bjornv@webrtc.org · 11 years ago
  81. f4d24ed common_audio/signal_processing: Removed macro WEBRTC_SPL_SUB_SAT_W16 by bjornv@webrtc.org · 11 years ago
  82. e3d3f0b common_audio/signal_processing: Removed macro WEBRTC_SPL_MAX_SEED_USED by bjornv@webrtc.org · 11 years ago
  83. 3362d42 common_audio: Removes unused macros by bjornv@webrtc.org · 11 years ago
  84. 785c2fd Fix constness of AudioBuffer accessors. by andrew@webrtc.org · 11 years ago
  85. 151f6f2 Added include of assert.h for files calling assert but missing the include. by henrike@webrtc.org · 11 years ago
  86. f487c68 Disable WebRtcSpl_ScaleAndAddVectorsWithRoundNeon due to crash. by fischman@webrtc.org · 11 years ago
  87. ba47616 Replace scoped_array<T> with scoped_ptr<T[]>. by andrew@webrtc.org · 11 years ago
  88. 642e80e common_audio: VADFree() now returns void by bjornv@webrtc.org · 11 years ago
  89. 708ff4d Resampler modifications in preparation for arbitrary audioproc rates. by andrew@webrtc.org · 11 years ago
  90. 98f8320 Make everyone an OWNER for .gyp/.gypi add/delete purposes, non-talk/ edition. by fischman@webrtc.org · 11 years ago
  91. 24be06c Add fir_filter to common_audio by aluebs@webrtc.org · 11 years ago
  92. 6a5ccc5 Add a float interface to PushSincResampler. by andrew@webrtc.org · 11 years ago
  93. 5350e31 Add a deinterleaved float interface to AudioProcessing. by andrew@webrtc.org · 11 years ago
  94. e9d42e6 Clean up CPU detection defines in SincResampler a little. by andrew@webrtc.org · 11 years ago
  95. b7306ea Use scoped_ptr<T[]> in SincResampler to avoid .get()[] weirdness. by andrew@webrtc.org · 11 years ago
  96. 1d2f5dc Add an AlignedFreeDeleter and remove scoped_ptr_malloc. by andrew@webrtc.org · 11 years ago
  97. 3528ad9 Minor improvement in RoundToInt16 implementation. by turaj@webrtc.org · 11 years ago
  98. c141bf9 Refactoring common_audio/signal_processing: Removed two macros used by isac only. by bjornv@webrtc.org · 11 years ago
  99. e95dc25 Remove the requirement to call set_sample_rate_hz and friends. by andrew@webrtc.org · 11 years ago
  100. ca63ad9 Roll chromium_revision 232627:238260 by kjellander@webrtc.org · 11 years ago