summaryrefslogtreecommitdiffstats
path: root/voip
Commit message (Expand)AuthorAgeFilesLines
* am f66603e1: am 3f3ce8ad: am bf3e62b8: Merge "Make SimpleSessionDescription l...Jean-Baptiste Queru2012-09-061-1/+2
|\
| * Make SimpleSessionDescription locale safeJohan Redestig2012-08-291-1/+2
* | Use audio_channel_mask_t more consistentlyGlenn Kasten2012-07-031-1/+1
|/
* docs: fix several linksScott Main2012-06-221-1/+1
* Merge "SIP: push the logic of finding local address down to SipSessionGroup."Chia-chi Yeh2012-04-042-89/+60
|\
| * SIP: push the logic of finding local address down to SipSessionGroup.Chia-chi Yeh2012-04-042-89/+60
* | RTP: refactor a little bit and fix few minor bugs.Chia-chi Yeh2012-03-305-55/+54
|/
* frameworks base Android.mk file changesJames Dong2012-03-281-6/+6
* RTP: add a null-check in AudioStream.setDtmfType().Chia-chi Yeh2012-03-271-1/+1
* 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
* SipService: grab Wi-Fi lock only when necessary.Chia-chi Yeh2011-12-281-46/+41
* am 201469f5: am bb7f590a: Merge "docs: Add developer guide cross-references, ...Joe Fernandez2011-12-224-3/+30
|\
| * docs: Add developer guide cross-references, Project ACRE, round 4Joe Fernandez2011-12-224-3/+30
* | am 0e67685e: am bfd85f9a: Merge "SIP: turn off verbose logs." into ics-mr1Chia-chi Yeh2011-11-214-40/+47
|\ \ | |/
| * SIP: turn off verbose logs.Chia-chi Yeh2011-11-184-40/+47
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-9/+9
|/
* SipService: handle connectivity changes correctly.Chia-chi Yeh2011-09-301-274/+89
* 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 "SIP: fix keep-alive measurement and increase the timeout."Chia-chi Yeh2011-09-132-32/+34
|\ \
| * | SIP: fix keep-alive measurement and increase the timeout.Chia-chi Yeh2011-09-132-32/+34
* | | 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
* | Merge "VoIP JNI: Force AEC on for tuna board"Eric Laurent2011-09-061-4/+5
|\ \
| * | VoIP JNI: Force AEC on for tuna boardEric Laurent2011-09-021-4/+5
| |/
* | SIP: avoid extreme small values in Min-Expires headers.Chia-chi Yeh2011-09-061-1/+4
|/
* SIP: add the check for expiry time in Contact header.Chia-chi Yeh2011-08-301-10/+16
* Handle SIP authentication response for BYE.Hung-ying Tyan2011-08-152-1/+32
* am 0793586b: am f8c1f129: am e1d27154: am f87743e7: Merge "Prevent NullPointe...Conley Owens2011-08-021-1/+9
|\
| * am f8c1f129: am e1d27154: am f87743e7: Merge "Prevent NullPointerException ca...Conley Owens2011-08-021-1/+9
| |\
| | * Prevent NullPointerException cases while using SipService.Masahiko Endo2011-08-011-1/+9
* | | Issue 3370834: No Echo canceler for SIPEric Laurent2011-07-272-18/+66
* | | Add REFER handling.repo sync2011-07-133-30/+133
* | | Merge "Keep last known keepalive interval to avoid duplicate effort."Hung-ying Tyan2011-07-041-11/+40
|\ \ \
| * | | Keep last known keepalive interval to avoid duplicate effort.Hung-ying Tyan2011-07-011-11/+40
* | | | Merge "Do not hold wifi lock when SIP is also available over mobile network."Hung-ying Tyan2011-07-031-21/+30
|\ \ \ \ | |/ / /
| * | | Do not hold wifi lock when SIP is also available over mobile network.Hung-ying Tyan2011-07-011-21/+30
* | | | Merge "Do not keep alive for re-established call."Hung-ying Tyan2011-07-031-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Do not keep alive for re-established call.Hung-ying Tyan2011-07-011-2/+2
* | | | Synchronize SipWakeupTimer.onReceive()Hung-ying Tyan2011-06-301-3/+3
|/ / /
* | | Make NAT port timeout measurement more flexible.Hung-ying Tyan2011-06-301-39/+83
* | | Record external IP and port from SIP responsesHung-ying Tyan2011-06-282-10/+57