[root]/src/net/java/sip/communicator/impl/neomedia/codec/audio/ilbc

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 33 (100.0%) | 7079 (100.0%) | 214.5 |
| damencho | 9 (27.3%) | 6517 (92.1%) | 724.1 |
| lubomir_m | 12 (36.4%) | 451 (6.4%) | 37.5 |
| s_vincent | 3 (9.1%) | 102 (1.4%) | 34.0 |
| emcho | 9 (27.3%) | 9 (0.1%) | 1.0 |
Fixes style formating, javadoc and eclipse related warnings.
0 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
9 lines of code changed in:
Fixes an RTP timestamp problem in iLBC packetization which breaks audio input on Android devices. Also fixes iLBC depacketization when there are several iLBC frames in RTP packet (typically N900 mobile device will send such packets with two iLBC frames).
102 lines of code changed in:
Improves the performance of the iLBC codec (encoder and decoder) by lowering its memory requirements and reducing the number of array allocations and copies.
35 lines of code changed in:
Fixes the iLBC encoder to work with arbitrary input audio sample lengths. Reduces the number of array allocations and copies in the encoder and the decoder.
255 lines of code changed in:
Switches the iLBC codec implementations from com.ibm.media.codec.audio.AudioCodec to .impl.neomedia.codec.AbstractCodecExt in preparation for replacing JMF with FMJ.
161 lines of code changed in:
Copy all missing stuff in neomedia from media.
6517 lines of code changed in: