summaryrefslogtreecommitdiffstats
path: root/voip/jni/rtp/AudioGroup.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix build warningsGlenn Kasten2012-01-171-2/+2
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-16/+16
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-1/+1
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-10/+10
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-9/+9
* Merge "RTP: Update parameters for larger packet intervals."Chia-chi Yeh2011-09-131-44/+40
|\
| * RTP: Update parameters for larger packet intervals.Chia-chi Yeh2011-09-091-44/+40
* | Merge "RTP: support payloads with larger packetization interval."Chia-chi Yeh2011-09-081-10/+11
|\ \ | |/
| * RTP: support payloads with larger packetization interval.Chia-chi Yeh2011-09-061-10/+11
* | VoIP JNI: Force AEC on for tuna boardEric Laurent2011-09-021-4/+5
|/
* Issue 3370834: No Echo canceler for SIPEric Laurent2011-07-271-17/+64
* update for new audio.h header locationDima Zavin2011-05-121-1/+1
* audio/media: convert to using the audio HAL and new audio defsDima Zavin2011-04-271-6/+8
* am b7a76e84: am a482d83c: Merge "Issue 4157048: mic gain for VoIP/SIP calls."...Eric Laurent2011-04-041-0/+9
|\
| * Issue 4157048: mic gain for VoIP/SIP calls.Eric Laurent2011-03-291-0/+9
| * do not merge bug 3370834 Cherrypick from masterJean-Michel Trivi2011-01-261-3/+7
* | Enable built-in echo canceler if available.Chia-chi Yeh2011-01-061-3/+7
* | am dc78e3fe: am 3cf71376: RTP: Send silence packets on idle streams for every...Chia-chi Yeh2011-01-041-32/+48
|\ \ | |/
| * RTP: Send silence packets on idle streams for every second.Chia-chi Yeh2011-01-041-32/+48
* | RTP: Prepare to unhide the APIs.Chia-chi Yeh2010-12-011-12/+6
|/
* RTP: Fix non-zero DC in EchoSuppressor caused while aggregating samples.Chia-chi Yeh2010-10-221-1/+1
* RTP: Add a baseline echo suppressor.Chia-chi Yeh2010-10-051-2/+5
* RTP: Start AudioRecord before AudioTrack to avoid being disabled.Chia-chi Yeh2010-10-011-14/+13
* RTP: Minor fixes with polishing.Chia-chi Yeh2010-09-301-12/+16
* RTP: Adjust the jitter buffer to 512ms.Chia-chi Yeh2010-09-301-23/+35
* RTP: Revise the workaround of private addresses and fix bugs.Chia-chi Yeh2010-09-301-27/+24
* RTP: Delay the initialization of AudioTrack and AudioRecord.Chia-chi Yeh2010-09-291-133/+123
* Fix the unhold issue especially if one is behind NAT.Chung-yih Wang2010-09-271-2/+27
* RTP: Add log throttle for "no data".repo sync2010-09-231-1/+5
* RTP: Update native part to reflect the API change.Chia-chi Yeh2010-09-231-29/+34
* RTP: prevent buffer overflow in AudioRecord.Chia-chi Yeh2010-09-081-2/+2
* Revert "RTP: integrate the echo canceller from speex."Chia-chi Yeh2010-08-261-15/+4
* RTP: integrate the echo canceller from speex.Chia-chi Yeh2010-08-241-4/+15
* RTP: reduce the latency by overlapping AudioRecord and AudioTrack.Chia-chi Yeh2010-08-241-28/+53
* RTP: fix few leaks when fail to add streams into a group.Chia-chi Yeh2010-08-191-10/+13
* RTP: remove froyo-compatible code.Chia-chi Yeh2010-08-181-74/+0
* RTP: move into frameworks.Chia-chi Yeh2010-08-061-0/+1004