Directory src/net/java/sip/communicator/impl/neomedia/codec/

Directory Created:
2009-10-13 11:59
Total Files:
4
Deleted Files:
0
Lines of Code:
1969

[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)

Lines of Code

src/net/java/sip/communicator/impl/neomedia/codec/ Lines of Code

Developers

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

Most Recent Commits

lubomir_m 2012-04-21 23:04

Makes sure that the audio system used for capture is also used for playback.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/codec: EncodingConfiguration.java (-13)
lubomir_m 2012-04-02 22:37

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:

  • src/net/java/sip/communicator/impl/neomedia/codec: EncodingConfiguration.java (+6 -18)
lubomir_m 2012-03-10 00:00

Fixes issues related to audio quality and compatibility.

6 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/codec: EncodingConfiguration.java (+6)
s_vincent 2012-03-09 17:54

Fixes style formating, javadoc and eclipse related warnings.

75 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/codec: AbstractCodecExt.java (+8 -3), Constants.java (+50), FFmpeg.java (+17 -1)
lubomir_m 2012-01-12 17:41

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:

  • src/net/java/sip/communicator/impl/neomedia/codec: EncodingConfiguration.java (+42 -26)
s_vincent 2011-11-14 12:35

Removes G728 codec and fixes javadoc warnings.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/codec: EncodingConfiguration.java (-1)
s_vincent 2011-10-20 16:23

Fixes RGB format support for V4L2 Linux camera devices.

10 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/codec: FFmpeg.java (+10)
emcho 2011-10-18 14:03

Changes project name in source license headers from SIP Communicator to Jitsi

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/codec: AbstractCodecExt.java (+1 -1), Constants.java (+1 -1), EncodingConfiguration.java (+1 -1), FFmpeg.java (+1 -1)
lubomir_m 2011-09-29 11:09

For formats which differ by format parameters only, fixes disabling one of them yet leaving the others enabled.

12 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/codec: EncodingConfiguration.java (+12 -2)
lubomir_m 2011-09-01 11:11

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:

  • src/net/java/sip/communicator/impl/neomedia/codec: AbstractCodecExt.java (+32), Constants.java (+2), EncodingConfiguration.java (+6)
damencho 2011-08-29 18:59

Adds support for gsm codec on all operating systems.

19 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/codec: EncodingConfiguration.java (+19)
lubomir_m 2011-07-18 12:59

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:

  • src/net/java/sip/communicator/impl/neomedia/codec: EncodingConfiguration.java (+9 -1)
lubomir_m 2011-07-05 16:04

Fixes the addition of immageattr to all H.264 formats.

29 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/codec: EncodingConfiguration.java (+29 -14)
lubomir_m 2011-06-15 18:10

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:

  • src/net/java/sip/communicator/impl/neomedia/codec: FFmpeg.java (+7)
yanas 2011-06-09 10:51

Fixes checkboxes lag in the audio and video configuration forms.

15 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/codec: EncodingConfiguration.java (+15 -2)
lubomir_m 2011-05-16 16:28

- 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:

  • src/net/java/sip/communicator/impl/neomedia/codec: FFmpeg.java (+5)
lubomir_m 2011-05-13 10:08

Rebuilds the JNI FFmpeg library with newer versions of its dependencies.

1023 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/codec: AbstractCodecExt.java (+259 -259), FFmpeg.java (+764 -758)
s_vincent 2011-04-29 14:14

Store STUN password via credentials storage service.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/codec: EncodingConfiguration.java (+1 -1)
lubomir_m 2011-04-29 12:45

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:

  • src/net/java/sip/communicator/impl/neomedia/codec: EncodingConfiguration.java (+29)
lubomir_m 2011-04-15 03:14

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:

  • src/net/java/sip/communicator/impl/neomedia/codec: AbstractCodecExt.java (+32 -3)

(36 more)

Generated by StatSVN 0.3.1