History log of /frameworks/base/voip/jni/rtp/G711Codec.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
35d05dcba1e829782813b6ec21afceb5cffc22e6 06-Sep-2011 Chia-chi Yeh <chiachi@android.com> RTP: support payloads with larger packetization interval.

RFC 3551 section 4.2 said that a receiver should accept packets
representing between 0 and 200ms of audio data. Now we add the
ability to decode multiple frames in a payload as long as the
jitter buffer is not full. This change covers G711, GSM, and
GSM-EFR. AMR will be added later.

Bug: 3029736
Change-Id: Ifd194596766d14f02177925c58432cd620e44dd7
/frameworks/base/voip/jni/rtp/G711Codec.cpp
21ae1ad6a695d6f1f253797fcf2a77b975b82cd3 30-Sep-2010 Chia-chi Yeh <chiachi@android.com> RTP: Minor fixes with polishing.

Change-Id: I50641373989e512fb489b5017edbcfd7848fe8b9
/frameworks/base/voip/jni/rtp/G711Codec.cpp
78c11b3cf170fdd35ff6984bc2a64c01e2457503 28-Sep-2010 Chia-chi Yeh <chiachi@android.com> RTP: Refactor out G711 codecs into another file.

Change-Id: I38dbefef2315a28d44683e86a51e69f38e3f20ec
/frameworks/base/voip/jni/rtp/G711Codec.cpp