summaryrefslogtreecommitdiff
path: root/modules/audio_coding
AgeCommit message (Expand)Author
2014-07-11Landing pkasting's webrtc fixes for MSVC level 4 warnings in WebRTC.tommi@webrtc.org
2014-06-26Receiver bit-exactness test for AudioCoding Modulehenrik.lundin@webrtc.org
2014-06-25This is to compare NetEq with various codecs under a shared packet loss pattern.minyue@webrtc.org
2014-06-25Remove payload duplication in AudioDecoderTesthenrik.lundin@webrtc.org
2014-06-24Removing neteq decode lock and friendshenrik.lundin@webrtc.org
2014-06-24Annotating the rest of AcmGenericCodechenrik.lundin@webrtc.org
2014-06-23Annotating the rest of AudioCodingModuleImplhenrik.lundin@webrtc.org
2014-06-23GN: Add BUILD.gn files + kjellander to OWNERSkjellander@webrtc.org
2014-06-21Roll chromium_revision 272489:277350 + fix sanitizer optionskjellander@webrtc.org
2014-06-19Maintain constantness of the input to iSAC-fix decoder, and prevent heap-buff...turaj@webrtc.org
2014-06-19Adding an empty constructor implementation to the AudioSink classhenrik.lundin@webrtc.org
2014-06-19Adding test::AudioSink interface and derived classeshenrik.lundin@webrtc.org
2014-06-18Update PacketSource and RtpFileSourcehenrik.lundin@webrtc.org
2014-06-18Revert "Restore ptypes.txt file"henrik.lundin@webrtc.org
2014-06-17Revert 6458 "Since NetEq4 is ready to handle 48 kHz codec, it is..."minyue@webrtc.org
2014-06-17Restore ptypes.txt filehenrik.lundin@webrtc.org
2014-06-17Since NetEq4 is ready to handle 48 kHz codec, it is good to remove the 48-to-...minyue@webrtc.org
2014-06-16common_audio: Removes macro WEBRTC_SPL_LSHIFT_U16bjornv@webrtc.org
2014-06-16Add thread annotations to parts of ACMGenericCodechenrik.lundin@webrtc.org
2014-06-13Pass GYP DEPTH variable to isolate.kjellander@webrtc.org
2014-06-11Re-land "Create a joint encoder/decoder wrapper for iSAC in ACM"henrik.lundin@webrtc.org
2014-06-11Revert r6377 "Create a joint encoder/decoder wrapper for iSAC in ACM"henrik.lundin@webrtc.org
2014-06-11common_audio/signal_processing: Removes macro WEBRTC_SPL_RSHIFT_U16bjornv@webrtc.org
2014-06-11common_audio/signal_processing: Moves WEBRTC_SPL_UMUL_16_16_RSFT16 to iSAC fixbjornv@webrtc.org
2014-06-10Delete last file in neteq4 folderhenrik.lundin@webrtc.org
2014-06-10MIPS optimizations for ISAC (patch #1)andrew@webrtc.org
2014-06-10Add kjellander@webrtc.org as OWNER for *.isolatekjellander@webrtc.org
2014-06-09Create a joint encoder/decoder wrapper for iSAC in ACMhenrik.lundin@webrtc.org
2014-06-09Add thread annotations to AcmReceiverhenrik.lundin@webrtc.org
2014-06-09Multi-threaded unit test for Audio Coding Module using iSAChenrik.lundin@webrtc.org
2014-06-09Rename neteq4 folder to neteqhenrik.lundin@webrtc.org
2014-06-08Re-enable AudioCodingModuleMtTest againhenrik.lundin@webrtc.org
2014-06-05Fix the chain that propagates the audio frame's rtp and ntp timestamp including:wu@webrtc.org
2014-06-05Opus send rate overflows if over 65 kbpstina.legrand@webrtc.org
2014-06-05NetEq: Add thread annotation to const scoped_ptrshenrik.lundin@webrtc.org
2014-06-05The correct fix of workaround in r6261.bjornv@webrtc.org
2014-06-05common_audio/signal_processing: Removed macro WEBRTC_SPL_MUL_16_16_RSFT_WITH_...bjornv@webrtc.org
2014-06-04Android: cleanup gtest_target_type conditions.henrike@webrtc.org
2014-06-03Revert 6312 "Re-enable AudioCodingModuleMtTest"turaj@webrtc.org
2014-06-03Re-enable AudioCodingModuleMtTesthenrik.lundin@webrtc.org
2014-06-02- Get rid of 'using' from .hsolenberg@webrtc.org
2014-06-02Adding thread annotations to parts of Audio Coding Modulehenrik.lundin@webrtc.org
2014-05-30Disable AudioCodingModuleMtTest due to memcheck and tsan failures.andrew@webrtc.org
2014-05-30Multi-threaded test for Audio Coding Modulehenrik.lundin@webrtc.org
2014-05-30Fixing a bug regarding VOE packet loss rate feedback to ACMminyue@webrtc.org
2014-05-28Better buffer size estimation in NetEq for redundant packetsminyue@webrtc.org
2014-05-28Revert 6257 "Rename neteq4 folder to neteq"henrik.lundin@webrtc.org
2014-05-28Rename neteq4 folder to neteqhenrik.lundin@webrtc.org
2014-05-26Fix a bug preventing FilePlayer from playing encoded wav fileshenrik.lundin@webrtc.org
2014-05-23Avoid reading uninitialized values (outside baundary) in DFT arithmatic decod...turaj@webrtc.org