summaryrefslogtreecommitdiffstats
path: root/voip/java/android/net/rtp
Commit message (Collapse)AuthorAgeFilesLines
* Delete frameworks/base/voip use voip-common from frameworks/opt/net/voipWink Saville2013-01-285-742/+0
| | | | Change-Id: Ieaba759a0f69b45c4b8839cbed1fe757cdf190c5
* Make AudioGroup.add locale safeJohan Redestig2012-11-191-1/+2
| | | | | | | Explicitly use Locale.US in AudioGroup.add to avoid unexpected results in some locales. Change-Id: Ifb477ca590f630747e09e38ac2246d284b5c5bfc
* RTP: refactor a little bit and fix few minor bugs.Chia-chi Yeh2012-03-303-21/+24
| | | | Change-Id: I063644507f26996ded462972afcb550a4528dac8
* RTP: add a null-check in AudioStream.setDtmfType().Chia-chi Yeh2012-03-271-1/+1
| | | | Change-Id: I52cbdea48affae3747942940451f4fd5ca47030f
* docs: add package description for RTPScott Main2011-05-051-0/+28
| | | | Change-Id: I02c181a48101be288fb4aabf497f573f00038f90
* NEW_API: Unhide RTP APIs.Chia-chi Yeh2011-03-084-4/+0
| | | | | | | | | This change unhides RTP related classes including AudioCodec, AudioGroup, AudioStream, and RtpStream. This allows developers to control audio streams directly and also makes conference calls possible with the combination of the public SIP APIs. Change-Id: Idfd4edf65a1cbf3245ec2786fbc03b06438b0fb3
* RTP: update javadocs.Chia-chi Yeh2011-03-032-44/+46
| | | | Change-Id: If600df0eb1e6135aed9f3b2eacfb6bc9ed5d78ff
* RTP: Prepare to unhide the APIs.Chia-chi Yeh2010-12-013-45/+100
| | | | | | Polish things a little bit. Change-Id: I2c3cea8b34b9c858879bc722ea1f38082ba22b8d
* RTP: Enable AMR codec.Chia-chi Yeh2010-09-301-2/+1
| | | | Change-Id: I49e6bdc1b67306b44173f2f346f8372a50264870
* RTP: Enable GSM-EFR codec.Chia-chi Yeh2010-09-301-1/+1
| | | | Change-Id: I9d84009e4557a0a82c1f9d7d543922741be97c77
* RTP: Enable GSM codec.Chia-chi Yeh2010-09-291-1/+1
| | | | Change-Id: Iae1913fb0643f1c66b5d16f24d51924d363e5ef5
* RTP: Add two getters to retrieve the current configuration from AudioStream.Chia-chi Yeh2010-09-231-1/+20
| | | | Change-Id: Iff588130653242f6ddd6a6b663df775ecb276768
* RTP: Extend codec capability and update the APIs.Chia-chi Yeh2010-09-234-62/+244
| | | | Change-Id: I37ba9d83c2de3c5dae2bfc1b7513df7f6fee3c5c
* RTP: fix few leaks when fail to add streams into a group.Chia-chi Yeh2010-08-191-7/+8
| | | | Change-Id: Iefb3fe219ad48641da37a83c8d14e9ebf1d3086c
* Move the sip related codes to framework.Chung-yih Wang2010-08-054-0/+456
Change-Id: Ib81dadc39b73325c8438f078c7251857a83834fe