aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_coding/codecs
AgeCommit message (Expand)Author
2015-11-25WIP: Changes after merge commit 'cb3f9bd'Chih-Hung Hsieh
2015-10-29audio_coding: rename interface -> includeHenrik Kjellander
2015-10-28system_wrappers: rename interface -> includeHenrik Kjellander
2015-10-20Workaround for false positive -Wmaybe-uninitialized being triggered on some c...msniegocki
2015-10-14Delete full-band mode from the iSAC codechenrik.lundin
2015-09-23Returning correct duration estimate on Opus DTX packets.minyuel
2015-09-22Simple cleanups of AudioDecoder and AudioEncoder classeskwiberg
2015-09-22Move AudioDecoderIsac* to its own filesKarl Wiberg
2015-09-22Move AudioDecoderPcm* next to AudioEncoderPcm*kwiberg
2015-09-18Fix ChromeOS build (C99 break)henrikg
2015-09-17Move AudioDecoderG722 next to AudioEncoderG722kwiberg
2015-09-17Add RTC_ prefix to (D)CHECKs and related macros.henrikg
2015-09-17Move AudioDecoderPcm16B next to AudioEncoderPcm16BKarl Wiberg
2015-09-17Move AudioDecoderIlbc next to AudioEncoderIlbckwiberg
2015-09-16Add RTC_ prefix to contructormagic macros.henrikg
2015-09-15Move AudioDecoderOpus next to AudioEncoderOpusKarl Wiberg
2015-09-15Android: Enable C99 mode instead of C89 (default).Henrik Kjellander
2015-09-10MockAudioEncoder: Use a dedicated marker method for test expectationskwiberg
2015-09-09AudioEncoderOpusTest.PacketLossRateOptimized: Fix bug and make prettierkwiberg
2015-09-09Merge two files with AudioEncoderOpus testskwiberg
2015-09-09Remove AudioEncoder methods SetMaxBitrate and SetMaxPayloadSizekwiberg
2015-09-09Change return type of AudioEncoder::SetMaxPlaybackRate to voidkwiberg
2015-09-09Turn webrtc::Vad into a pure virtual interfacekwiberg
2015-09-08Fold AudioEncoderMutable into AudioEncoderkwiberg
2015-09-08copy-red: Fill an rtc::Buffer with bytes the easy waykwiberg
2015-08-31Revert "Avoiding size_t in MIPS."Niklas Enbom
2015-08-31Avoiding size_t in MIPS.minyuel
2015-08-29Convert some more things to size_t.Peter Kasting
2015-08-27Rename local variable to avoid shadowingkwiberg
2015-08-27AudioDecoder: Replace Init() with Reset()Karl Wiberg
2015-08-26Fix MIPS compile.Peter Kasting
2015-08-24Update a ton of audio code to use size_t more correctly and in general reducePeter Kasting
2015-08-24iSAC: Make separate AudioEncoder and AudioDecoder objectskwiberg
2015-08-14Remove WebRtcIsac_Highpass_float().pkasting
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