summaryrefslogtreecommitdiff
path: root/voice_engine/channel.cc
AgeCommit message (Expand)Author
2013-10-18Protect _transportPtr, which can be accessed by different threads in the case...wu@webrtc.org
2013-10-17Fix tsan failures in channel.cc regarding to the volume settings.wu@webrtc.org
2013-10-04Clean up AudioProcessing defaults and errors.andrew@webrtc.org
2013-09-23Remove deprecated AudioCodingModule::Destroy.andrew@webrtc.org
2013-09-18Small refactoring of AudioProcessing use in channel.cc.andrew@webrtc.org
2013-09-12This issue is related tominyue@webrtc.org
2013-09-06Adds support for combining RTX and FEC/RED.stefan@webrtc.org
2013-08-29Update SSRC in RtpRtcp for audio channel so that it can have NTP values for f...dwkang@webrtc.org
2013-08-21Revert 4585 "Revert "Revert 4582 "Reverts a second set of reverts caused by a...stefan@webrtc.org
2013-08-21Revert 4582 "Reverts a second set of reverts caused by a bug in ..."henrike@webrtc.org
2013-08-21Reverts a second set of reverts caused by a bug in a dependency.stefan@webrtc.org
2013-08-15Update talk to 50918584.wu@webrtc.org
2013-07-31Merge r4374 from stable to trunk.xians@webrtc.org
2013-07-31Merge r4394 from stable to trunk.xians@webrtc.org
2013-07-31Merge r4326 from stable to trunk.xians@webrtc.org
2013-07-16clean up incomplete revert in r4357tnakamura@webrtc.org
2013-07-16Revert r4301tnakamura@webrtc.org
2013-07-15Revert r4321 "Fix uninitialized value warning in rtp_payload_registry and mak...elham@webrtc.org
2013-07-15Revert r4322 "Support sending multiple report blocks and keeping track of sta...elham@webrtc.org
2013-07-11Fix some voe_auto_test uninitialised-value errors.pbos@webrtc.org
2013-07-10Support sending multiple report blocks and keeping track of statistics on sev...stefan@webrtc.org
2013-07-10Fix uninitialized value warning in rtp_payload_registry and make sure we retu...stefan@webrtc.org
2013-07-10Initialize payload-type frequency in channel.cc.pbos@webrtc.org
2013-07-05Breaking out receive-stats, rtp-payload-registry and rtp-receiver from thestefan@webrtc.org
2013-07-03Proper spacing for end-of-namespace comments.pbos@webrtc.org
2013-06-07Fix size_t to int conversion error on Win64.andrew@webrtc.org
2013-06-06Fix for STL vector function data not available.pwestin@webrtc.org
2013-06-06Connect ACM with RTP module for audio NACK.pwestin@webrtc.org
2013-06-05Wire up Nack for Voepwestin@webrtc.org
2013-05-29Breaking out RTP header parsing from the RTP module.stefan@webrtc.org
2013-05-22API to control target delay in NetEq jitter buffer. NetEq maintains the given...turaj@webrtc.org
2013-05-14Remove const for plain data types in voice_engine/pbos@webrtc.org
2013-04-17Fix for "RTP dynamic payload type 100 is reserved"henrika@webrtc.org
2013-04-11Adding playout buffer status to the voe video syncpwestin@webrtc.org
2013-04-09WebRtc_Word32 -> int32_t in voice_engine/pbos@webrtc.org
2013-04-05Resolves TSan v2 reports data races in voe_auto_test.henrika@webrtc.org
2013-04-03Remove UDP transport API from VoEpwestin@webrtc.org
2013-03-28Removed all code enclosed in WEBRTC_SRTP #ifdefs, and the unsupported VoE SRT...solenberg@webrtc.org
2013-03-13Revert r3667 and r3665pwestin@webrtc.org
2013-03-13Removed the engine API:s related to transport such as SetSendDestination, the...pwestin@webrtc.org
2013-03-12Remove DTMF detection. Talk team has been in the loop and there is no need forturaj@webrtc.org
2013-03-05None of the clients of VoE use SetNetEQBGNMode(), furthermore, NetEq 4 does n...turaj@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-12Implement initial delay. This CL allows clients of VoE to set an initial dela...turaj@webrtc.org
2013-01-31Fix propagating RED paylaod-type to ACM.turaj@webrtc.org
2013-01-31fix issue 1322, accept -1 as default payload-type for redundant coding (FEC).turaj@webrtc.org
2013-01-22Fixes payload spelling error.henrike@webrtc.org
2013-01-22Replace AudioFrame's operator= with CopyFrom().andrew@webrtc.org