Sign in
webrtc
/
src
/
webrtc
/
a0ad248a528b7b01dfd12d5c239d56ff2e287e04
/
common_audio
/
resampler
a0ad248
Update a ton of audio code to use size_t more correctly and in general reduce
by Peter Kasting
· 10 years ago
9edfcab
Miscellaneous changes split from https://codereview.webrtc.org/1230503003 .
by pkasting
· 10 years ago
20d4fde
Reformat existing code. There should be no functional effects.
by Peter Kasting
· 10 years ago
e0cc456
Prepare to convert various types to size_t.
by Peter Kasting
· 10 years ago
ab16802
Clear ARM NEON flag
by Andrew MacDonald
· 10 years ago
ddde4b2
Remove non-functional asynchronous resampling mode.
by Andrew MacDonald
· 10 years ago
b787c8f
Document the 'int' return value of Resampler methods.
by wtc@chromium.org
· 10 years ago
db63cd8
Enabling common_audio building with NEON on ARM64
by andrew@webrtc.org
· 10 years ago
860ac53
Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macro
by kjellander@webrtc.org
· 10 years ago
deb9dae
Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going away
by kwiberg@webrtc.org
· 10 years ago
c52dfbe
WebRtc_GetCPUFeaturesARM is only available on android
by andrew@webrtc.org
· 10 years ago
4315704
C++ readability review for ajm.
by andrew@webrtc.org
· 10 years ago
9a606e7
Remove COMPILE_ASSERT and use static_assert everywhere
by kwiberg@webrtc.org
· 10 years ago
df8fe7a
Unify the two copies of compile_assert.h
by kwiberg@webrtc.org
· 10 years ago
bce1329
Refactor audio conversion functions.
by andrew@webrtc.org
· 10 years ago
1f53a8f
Fix MSVC warnings about value truncations, webrtc/common_audio/ edition.
by bjornv@webrtc.org
· 11 years ago
0e2b7ec
Remove Android.mk build files.
by pbos@webrtc.org
· 11 years ago
774b3d3
Switch to using base/constructormagic.h and remove system_wrappers/interface/constructor_magic.h.
by henrike@webrtc.org
· 11 years ago
0a9ed7c
Revert 6202 "Switch to using base/constructormagic.h and remove ..."
by mcasas@webrtc.org
· 11 years ago
28b7c07
Switch to using base/constructormagic.h and remove system_wrappers/interface/constructor_magic.h.
by henrike@webrtc.org
· 11 years ago
151f6f2
Added include of assert.h for files calling assert but missing the include.
by henrike@webrtc.org
· 11 years ago
ba47616
Replace scoped_array<T> with scoped_ptr<T[]>.
by andrew@webrtc.org
· 11 years ago
708ff4d
Resampler modifications in preparation for arbitrary audioproc rates.
by andrew@webrtc.org
· 11 years ago
6a5ccc5
Add a float interface to PushSincResampler.
by andrew@webrtc.org
· 11 years ago
e9d42e6
Clean up CPU detection defines in SincResampler a little.
by andrew@webrtc.org
· 11 years ago
b7306ea
Use scoped_ptr<T[]> in SincResampler to avoid .get()[] weirdness.
by andrew@webrtc.org
· 11 years ago
1d2f5dc
Add an AlignedFreeDeleter and remove scoped_ptr_malloc.
by andrew@webrtc.org
· 11 years ago
3528ad9
Minor improvement in RoundToInt16 implementation.
by turaj@webrtc.org
· 11 years ago
221798a
Upgrade scoped_ptr to Chromium's latest version.
by andrew@webrtc.org
· 11 years ago
a4bbaa6
Allocate float_buffer_ in the initializer list.
by andrew@webrtc.org
· 12 years ago
11a8868
Reduce cost of PushSincResampler::Resample().
by andrew@webrtc.org
· 12 years ago
3f45c2e
Switch C++-style C headers with their C equivalents.
by pbos@webrtc.org
· 12 years ago
478d711
Add some virtual and OVERRIDEs in webrtc/common_audio/
by pbos@webrtc.org
· 12 years ago
05f2131
Downstream latest Chromium SincResampler changes.
by andrew@webrtc.org
· 12 years ago
3b89e10
Proper spacing for end-of-namespace comments.
by pbos@webrtc.org
· 12 years ago
92bfbbd
Replace the old resampler with SincResampler in the voice engine signal path.
by andrew@webrtc.org
· 12 years ago
f24ac59
Include files from webrtc/.. paths in common_audio/
by pbos@webrtc.org
· 12 years ago
5dea86a
Update SincResampler with the latest Chromium code.
by andrew@webrtc.org
· 12 years ago
166153e
Consolidate common_audio into a single target.
by andrew@webrtc.org
· 12 years ago
b6fadb1
Add a wrapper around PushSincResampler and the old Resampler.
by andrew@webrtc.org
· 12 years ago
dea537b
Add a push-based wrapper around SincResampler.
by andrew@webrtc.org
· 12 years ago
c49ec13
WebRtc_Word32 -> int32_t in common_audio/
by pbos@webrtc.org
· 12 years ago
4e91d4a
Modify SincResampler to build in webrtc.
by andrew@webrtc.org
· 12 years ago
13e46dc
Import SincResampler from Chromium.
by andrew@webrtc.org
· 12 years ago
9669d71
Remove '<(library)' in gyp files.
by wjia@webrtc.org
· 12 years ago
b015cbe
Move src/ -> webrtc/
by andrew@webrtc.org
· 12 years ago