aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_coding/codecs
AgeCommit message (Expand)Author
2015-07-28Re-enable WebRtcIsacfix_AllpassFilter2FixDec16NeonZhongwei Yao
2015-07-22Miscellaneous changes split from https://codereview.webrtc.org/1230503003 .pkasting
2015-07-15Split iSAC encoder/decoder: Test more cases (and make sure they work)kwiberg
2015-07-03iSAC: Functions for importing and exporting bandwidth est. infoKarl Wiberg
2015-07-02iSAC: Pad with zeros instead of random data, to make testing easierkwiberg
2015-06-29Simplify OWNERS structure in modules/audio_codinghenrik.lundin
2015-06-25Add a [rtc_]build_with_neon variable to unify conditions.Andrew MacDonald
2015-06-18Add AudioEncoder::GetTargetBitrateHenrik Lundin
2015-06-16Adds support for webrtc::test::ResourcePath on iOShenrika
2015-06-15iSAC: Move global trig tables into the codec instanceKarl Wiberg
2015-06-15Make global constants 'const'Karl Wiberg
2015-06-15Fix a data race in AudioEncoderMutableImpl and derived classesHenrik Lundin
2015-06-15Fix AppRTCDemo crash under iOS armv7 devicesZhongwei Yao
2015-06-12Reland "Upconvert various types to int.", misc. codecs portion.Peter Kasting
2015-06-12Reland "Upconvert various types to int.", ilbc portion.Peter Kasting
2015-06-12Reland "Upconvert various types to int.", isac portion.Peter Kasting
2015-06-11Reformat existing code. There should be no functional effects.Peter Kasting
2015-06-11Match existing type usage better.Peter Kasting
2015-06-11Revert "Upconvert various types to int."Peter Kasting
2015-06-11Prepare to convert various types to size_t.Peter Kasting
2015-06-10Rename targets to use lower case format.Zeke Chin
2015-06-10Ensures that modules_unittests runs on iOShenrika
2015-06-10Manual cleanups following clang-formatting.Peter Kasting
2015-06-10Upconvert various types to int.Peter Kasting
2015-06-03Run clang-format --style=Chromium on four files I'm otherwise touching.Peter Kasting
2015-05-25Protect ACM decoder buffer in stereo.Minyue
2015-05-22AudioEncoderCng: Handle case where speech encoder is resetHenrik Lundin
2015-05-20Clear ARM NEON flagAndrew MacDonald
2015-05-18Add support for external encoders in ACMKarl Wiberg
2015-05-11Setting OPUS_SIGNAL_VOICE when enable DTX.Minyue Li
2015-05-07New interface: AudioEncoderMutableKarl Wiberg
2015-05-06Replace asm NEON function by intrinsics implementation on ARMv7Zhongwei Yao
2015-05-06Fix bug in transform_neon.c in iSAC codec.Zhongwei Yao
2015-04-28AudioEncoderIsac: Print error code if CHECK for successful encoding failsKarl Wiberg
2015-04-28Enable isac NEON building on Aarch64Zhongwei Yao
2015-04-23(Re-land) AudioEncoderDecoderIsac: Merge the two config structsKarl Wiberg
2015-04-23g722 and red encoders: Use rtc::Buffer instead of scoped_ptr<uint8_t[]>Karl Wiberg
2015-04-21Reduce the number of registers used in MIPS optimizations.Ljubomir Papuga
2015-04-17Revert "AudioEncoderDecoderIsac: Merge the two config structs"Ted Nakamura
2015-04-16AudioEncoderDecoderIsac: Merge the two config structsKarl Wiberg
2015-04-10Refactor audio_coding/codecs/isac/fix: Removed usage of macro WEBRTC_SPL_MUL_...Bjorn Volcker
2015-04-09Remove android_webview_build conditions.Richard Coles
2015-04-02Refactor audio_coding/codecs/isac/fix: Removed usage of trivial macro WEBRTC_...Bjorn Volcker
2015-04-01Fix bug in WebRtcIsacfix_FilterMaLoopNeon.Zhongwei Yao
2015-03-30Clamp decoder sample rate to 32000 in iSACHenrik Lundin
2015-03-23Disable PLC for iSAChenrik.lundin@webrtc.org
2015-03-20Refactor audio_coding/isac: removed usage of macro WEBRTC_SPL_LSHIFT_W32bjornv@webrtc.org
2015-03-20Refactor audio_coding/ilbc: removes usage of macro WEBRTC_SPL_LSHIFT_W32bjornv@webrtc.org
2015-03-19Reland 8749: AudioEncoder: return EncodedInfo from Encode() and EncodeInternal()jmarusic@webrtc.org
2015-03-18Make AudioDecoder statelesshenrik.lundin@webrtc.org