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

Directory Created:
2009-11-24 12:48
Total Files:
33
Deleted Files:
1
Lines of Code:
10437

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 73 (100.0%) 10474 (100.0%) 143.4
damencho 34 (46.6%) 10361 (98.9%) 304.7
s_vincent 1 (1.4%) 55 (0.5%) 55.0
emcho 33 (45.2%) 33 (0.3%) 1.0
lubomir_m 5 (6.8%) 25 (0.2%) 5.0

Most Recent Commits

s_vincent 2011-10-24 15:18

Fixes G.729 timestamp that can cause audio problems (such as audio crackles or no audio at all) at receiver side.

55 lines of code changed in:

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

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

33 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/codec/audio/g729: AcelpCo.java (+1 -1), Bits.java (+1 -1), CodLd8k.java (+1 -1), Coder.java (+1 -1), CorFunc.java (+1 -1), DeAcelp.java (+1 -1), DecGain.java (+1 -1), DecLag3.java (+1 -1), DecLd8k.java (+1 -1), Decoder.java (+1 -1), Filter.java (+1 -1), FloatReference.java (+1 -1), Gainpred.java (+1 -1), IntReference.java (+1 -1), JavaDecoder.java (+1 -1), JavaEncoder.java (+1 -1), Ld8k.java (+1 -1), Lpc.java (+1 -1), Lpcfunc.java (+1 -1), Lspdec.java (+1 -1), Lspgetq.java (+1 -1), PParity.java (+1 -1), Pitch.java (+1 -1), PostPro.java (+1 -1), Postfil.java (+1 -1), PreProc.java (+1 -1), PredLt3.java (+1 -1), Pwf.java (+1 -1), QuaGain.java (+1 -1), QuaLsp.java (+1 -1), TabLd8k.java (+1 -1), Taming.java (+1 -1), Util.java (+1 -1)
lubomir_m 2010-09-09 12:04

- Supports more call recording formats.
- Adds, fixes javadocs.

23 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/codec/audio/g729: JavaDecoder.java (+12 -2), JavaEncoder.java (+11 -2)
lubomir_m 2010-03-29 10:57

Optimizes the H.264 decoder (i.e. JNIDecoder) and the image scaler and colorspace converter (i.e. SwScaler) by: (1) passing the decoded frames from JNIDecoder to SwScaler in the native format of FFmpeg thus sparing the conversions from the native to the Java and back to the native format, (2) removes the conversion to RGB from JNIDecoder because the decoded frame will be either converted or scaled by SwScaler afterwards anyway, (3) uses sws_getCachedContext in SwScaler in order to remove the penalty of the expensive initialization that sws_getContext performs and (4) notes that FFmpeg is to be built without --disable-mmx. WARNING: The FFmpeg JNI binaries must be rebuilt.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/codec/audio/g729: AbstractCodecExt.java (del), JavaDecoder.java (+1), JavaEncoder.java (+1)
damencho 2009-11-24 12:48

Copy all missing stuff in neomedia from media.

10361 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/codec/audio/g729: AbstractCodecExt.java (new), AcelpCo.java (new 755), Bits.java (new 197), CodLd8k.java (new 498), Coder.java (new 200), CorFunc.java (new 106), DeAcelp.java (new 102), DecGain.java (new 117), DecLag3.java (new 104), DecLd8k.java (new 315), Decoder.java (new 284), Filter.java (new 166), FloatReference.java (new 15), Gainpred.java (new 136), IntReference.java (new 15), JavaDecoder.java (new 156), JavaEncoder.java (new 229), Ld8k.java (new 389), Lpc.java (new 303), Lpcfunc.java (new 235), Lspdec.java (new 167), Lspgetq.java (new 303), PParity.java (new 93), Pitch.java (new 516), PostPro.java (new 108), Postfil.java (new 860), PreProc.java (new 110), PredLt3.java (new 96), Pwf.java (new 145), QuaGain.java (new 238), QuaLsp.java (new 435), TabLd8k.java (new 2626), Taming.java (new 140), Util.java (new 202)
Generated by StatSVN 0.3.1