summaryrefslogtreecommitdiff
path: root/modules/audio_coding/main/source/audio_coding_module_impl.cc
AgeCommit message (Expand)Author
2014-05-13Deleting all ACM1 fileshenrik.lundin@webrtc.org
2014-04-29Fix a data race in ACM1 when audio is pulled.turaj@webrtc.org
2014-04-29Remove Version method from ACM1henrik.lundin@webrtc.org
2014-04-03Consolidate audio conversion from Channel and TransmitMixer.andrew@webrtc.org
2013-12-13Update talk to 58174641 together with http://review.webrtc.org/4319005/.wu@webrtc.org
2013-11-22Distinguish instances of ACM1 from ACM2 by a version string. This is fpr test...turaj@webrtc.org
2013-10-22Upgrade scoped_ptr to Chromium's latest version.andrew@webrtc.org
2013-10-06Wrap ACM2 code inside acm2 namespace. This gurantees that one ACM would not u...turaj@webrtc.org
2013-10-02ACM test are modified to run with both ACM1 and ACM2.turaj@webrtc.org
2013-09-19Compile ACM2 and ACM1.turaj@webrtc.org
2013-09-18Revert r4772 "Compile ACM1 and ACM2."stefan@webrtc.org
2013-09-18Compile ACM1 and ACM2.turaj@webrtc.org
2013-09-13Prepare to compile ACM1 and ACM2.turaj@webrtc.org
2013-08-27Re-organizing ACM teststina.legrand@webrtc.org
2013-08-06Added configuration of max delay to ACM and NetEqpwestin@webrtc.org
2013-07-08Cleanup WebRTC tracinghclam@chromium.org
2013-07-03Possible divide by 0 in ACM.tina.legrand@webrtc.org
2013-06-06Nack for audio.turaj@webrtc.org
2013-06-04resolve b9050210. Avoid pushing sync packet before any packet received. Do no...turaj@webrtc.org
2013-05-22API to control target delay in NetEq jitter buffer. NetEq maintains the given...turaj@webrtc.org
2013-05-02Fix when SetMinimumPlayoutDelay is configured to 0pwestin@webrtc.org
2013-04-23Buf fix for r3883.turaj@webrtc.org
2013-04-22Improve AV-sync when initial delay is set and NetEq has long buffer.turaj@webrtc.org
2013-04-09More trace eventshclam@chromium.org
2013-04-09WebRtc_Word32 => int32_t etc. in audio_coding/pbos@webrtc.org
2013-04-04Adds event traces and counters for WebRTC receive side.edjee@google.com
2013-04-04TSan v2 reports data races in WebRTCAudioDeviceTest.FullDuplexAudioWithAGChenrika@webrtc.org
2013-02-21Changing non-const reference arguments to pointers, ACMtina.legrand@webrtc.org
2013-02-20Revert 3543tina.legrand@webrtc.org
2013-02-20Changing non-const reference arguments to pointers, ACMtina.legrand@webrtc.org
2013-02-14Fixing lint warnings from previous committina.legrand@webrtc.org
2013-02-12Implement initial delay. This CL allows clients of VoE to set an initial dela...turaj@webrtc.org
2013-01-24Revert 3405niklas.enbom@webrtc.org
2013-01-24Mainly hlundin's patch.niklas.enbom@webrtc.org
2012-12-13Reformatting ACM. All changes are bit-exact in this CL.turaj@webrtc.org
2012-12-12Expose NetEq playout mode off through VoiceEngine.roosa@google.com
2012-12-03Dual-stream implementation, not including VoE APIs. turaj@webrtc.org
2012-11-28Opus mono/stereo on the same payloadtype, and fix of memory bugtina.legrand@webrtc.org
2012-10-22Move src/ -> webrtc/andrew@webrtc.org