[root]/src/net/java/sip/communicator/impl/neomedia/codec/audio
alaw
(3 files, 602 lines)
g722
(2 files, 270 lines)
g729
(33 files, 10437 lines)
gsm
(6 files, 865 lines)
ilbc
(9 files, 6687 lines)
mp3
(1 files, 288 lines)
silk
(145 files, 29432 lines)
speex
(6 files, 1872 lines)
ulaw
(3 files, 360 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 10 (100.0%) | 228 (100.0%) | 22.8 |
| damencho | 4 (40.0%) | 222 (97.4%) | 55.5 |
| emcho | 3 (30.0%) | 3 (1.3%) | 1.0 |
| s_vincent | 1 (10.0%) | 2 (0.9%) | 2.0 |
| lubomir_m | 2 (20.0%) | 1 (0.4%) | 0.5 |
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.
0 lines of code changed in:
Add javadoc, fix warnings and typos.
2 lines of code changed in:
resolves merge conflicts
0 lines of code changed in:
Add sound level listeners for the situation where we are focus in conference call and for one-2-one call.
203 lines of code changed in:
Cleans up a bit of code.
1 lines of code changed in:
Copy all missing stuff in neomedia from media.
3 lines of code changed in:
Removes debug printing
3 lines of code changed in:
Adds local user sound level indicators and their implementation. Change Players to be Processors in neomedia service impl, in order to have control on codec chain and to add there the sound level indicators.
16 lines of code changed in: