[root]/src/net/java/sip/communicator/impl/neomedia/codec
audio
(0 files, 0 lines)
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)
video
(7 files, 1804 lines)
h263p
(4 files, 1462 lines)
h264
(5 files, 2726 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 74 (100.0%) | 3433 (100.0%) | 46.3 |
| lubomir_m | 40 (54.1%) | 2749 (80.1%) | 68.7 |
| s_vincent | 17 (23.0%) | 546 (15.9%) | 32.1 |
| damencho | 10 (13.5%) | 103 (3.0%) | 10.3 |
| yanas | 1 (1.4%) | 15 (0.4%) | 15.0 |
| wernerd | 1 (1.4%) | 10 (0.3%) | 10.0 |
| emcho | 5 (6.8%) | 10 (0.3%) | 2.0 |
Makes sure that the audio system used for capture is also used for playback.
0 lines of code changed in:
Fixes a ConcurrentModificationException in SRTPTransformer reported by Emil Ivov, an ArrayIndexOutOfBoundsException in CallJabberImpl. Removes FMJConditionals because FMJ is always used anyway.
6 lines of code changed in:
Fixes issues related to audio quality and compatibility.
6 lines of code changed in:
Fixes style formating, javadoc and eclipse related warnings.
75 lines of code changed in:
Fixes the RTP time stamps and the packetization of PCMA, malfunctioning 8 kHz speex by making sure that Jitsi's custom codecs get preferred to the respective FMJ built-in codecs.
42 lines of code changed in:
Removes G728 codec and fixes javadoc warnings.
0 lines of code changed in:
Fixes RGB format support for V4L2 Linux camera devices.
10 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
4 lines of code changed in:
For formats which differ by format parameters only, fixes disabling one of them yet leaving the others enabled.
12 lines of code changed in:
Integrates the product of the Google Summer of Code 2011 project Wideband Audio Codecs by DIngxin Xu into Jitsi.
40 lines of code changed in:
Adds support for gsm codec on all operating systems.
19 lines of code changed in:
Makes sure that FMJ's JavaSoundCodec will not be utilized in the event that it appears on the classpath because it leads to a noticeable increase in the time taken to construct a filter graph.
9 lines of code changed in:
Fixes the addition of immageattr to all H.264 formats.
29 lines of code changed in:
Changes DTMFInfo to say that it has processed only INFO messages of its content type and sub-type, not just any INFO message.
7 lines of code changed in:
Fixes checkboxes lag in the audio and video configuration forms.
15 lines of code changed in:
- Fixes a crash on Mac OS X reported by Emil Ivov in the FFmpeg JNI library because of the use of posix_memalign which is not implemented on Mac OS X but is declared anyway.
- Fixes "Call Recording stopped working in Build 3471?" on Mac OS X reported by Victor Hooi on the dev mailing list.
5 lines of code changed in:
Rebuilds the JNI FFmpeg library with newer versions of its dependencies.
1023 lines of code changed in:
Store STUN password via credentials storage service.
1 lines of code changed in:
Distinguishes the MediaFormats in the Encoding tables of the Audio and Video configuration forms not only by encoding (name) and clock rate but also by format parameters.
29 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.
32 lines of code changed in:
(36 more)