summaryrefslogtreecommitdiffstats
path: root/voip/jni
Commit message (Expand)AuthorAgeFilesLines
* Use audio_channel_mask_t more consistentlyGlenn Kasten2012-07-031-1/+1
* RTP: refactor a little bit and fix few minor bugs.Chia-chi Yeh2012-03-302-34/+30
* frameworks base Android.mk file changesJames Dong2012-03-281-6/+6
* Merge "Whitespace"Glenn Kasten2012-03-211-3/+3
|\
| * WhitespaceGlenn Kasten2012-03-191-3/+3
* | Add libmedia_nativeGlenn Kasten2012-03-161-0/+1
|/
* Remove dependency on audio_* locationGlenn Kasten2012-03-141-1/+1
* Fix build warningsGlenn Kasten2012-01-171-2/+2
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-082-17/+17
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-1/+1
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-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-085-29/+44
|\ \ | |/
| * RTP: support payloads with larger packetization interval.Chia-chi Yeh2011-09-065-29/+44
* | VoIP JNI: Force AEC on for tuna boardEric Laurent2011-09-021-4/+5
|/
* Issue 3370834: No Echo canceler for SIPEric Laurent2011-07-272-18/+66
* update for new audio.h header locationDima Zavin2011-05-121-1/+1
* Squashed commit of the following:Andreas Huber2011-05-111-2/+2
* audio/media: convert to using the audio HAL and new audio defsDima Zavin2011-04-271-6/+8
* am 7a492a9a: am b7a76e84: am a482d83c: Merge "Issue 4157048: mic gain for VoI...Eric Laurent2011-04-051-0/+9
|\
| * 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
* | | Include strings.h instead of string.h for the strcasecmp prototype.Carl Shapiro2011-03-211-1/+1
* | | frameworks/base: remove LOCAL_PRELINK_MODULEIliyan Malchev2011-03-141-1/+1
|/ /
* | 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
* | Merge "RTP: Prepare to unhide the APIs."Chia-chi Yeh2010-11-302-13/+7
|\ \
| * | RTP: Prepare to unhide the APIs.Chia-chi Yeh2010-12-012-13/+7
* | | am e843dfa8: am bd399b0b: Merge "RTP: Pause echo suppressor when far-end volu...Chia-chi Yeh2010-11-301-8/+13
|\ \ \ | |/ / |/| / | |/
| * RTP: Pause echo suppressor when far-end volume is low.Chia-chi Yeh2010-10-271-8/+13
* | am 044fcd64: am 703aae06: Merge "RTP: Fix non-zero DC in EchoSuppressor cause...Chia-chi Yeh2010-10-213-104/+128
|\ \ | |/
| * RTP: Fix non-zero DC in EchoSuppressor caused while aggregating samples.Chia-chi Yeh2010-10-223-104/+128
* | am 4b7ff734: am 4483232f: Suppress harder for echo without affecting the volu...Chung-yih Wang2010-10-101-1/+2
|\ \ | |/
| * Suppress harder for echo without affecting the volume of real voice.Chung-yih Wang2010-10-081-1/+2
* | resolved conflicts for merge of 4790a2e2 to masterChung-yih Wang2010-10-092-1/+2
|\ \ | |/
| * Misc fixes for sim-eng build.Chung-yih Wang2010-10-062-1/+2
* | Fix simulator build, part 1/nMarco Nelissen2010-10-062-1/+2
|/
* RTP: Add a baseline echo suppressor.Chia-chi Yeh2010-10-054-2/+228
* 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-303-19/+20
* RTP: Adjust the jitter buffer to 512ms.Chia-chi Yeh2010-09-301-23/+35
* RTP: Enable AMR codec.Chia-chi Yeh2010-09-302-0/+173
* RTP: Enable GSM-EFR codec.Chia-chi Yeh2010-09-303-2/+109
* RTP: Revise the workaround of private addresses and fix bugs.Chia-chi Yeh2010-09-301-27/+24
* Merge changes Iae1913fb,I38dbefef into gingerbreadChia-chi Yeh2010-09-284-122/+223
|\