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

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 34 (100.0%) | 2341 (100.0%) | 68.8 |
| lubomir_m | 17 (50.0%) | 1535 (65.6%) | 90.2 |
| damencho | 4 (11.8%) | 729 (31.1%) | 182.2 |
| s_vincent | 7 (20.6%) | 71 (3.0%) | 10.1 |
| emcho | 6 (17.6%) | 6 (0.3%) | 1.0 |
Changes project name in source license headers from SIP Communicator to Jitsi
6 lines of code changed in:
Introduces AbstractRenderer to aid the implementations of the Renderer FMJ/JMF interface.
3 lines of code changed in:
Integrates the product of the Google Summer of Code 2011 project Wideband Audio Codecs by DIngxin Xu into Jitsi.
153 lines of code changed in:
Fix some javadocs and warnings.
6 lines of code changed in:
Fix RTP timestamp problem with speex, reported on the mailing with the subject "Outgoing Speex packets have incorrect RTP timestamp".
3 lines of code changed in:
- Supports more call recording formats.
- Adds, fixes javadocs.
32 lines of code changed in:
Fix some javadoc warnings, typos and 80 lines cut.
58 lines of code changed in:
Fixes the issue described by Kertesz Laszlo on the dev mailing list in the thread "Sip Communicator does not close sound devices after call finish (PulseAudio)".
1 lines of code changed in:
Fixes a failure to send RTP in the format negotiated earlier.
3 lines of code changed in:
(1) Tries to convert PortAudio to support wideband. (2) Fixes a failure of the JNI Speex decoder to continue decoding. (3) Fixes an integer overflow in the JNI Speex encoder.
45 lines of code changed in:
Removes a redundant cast.
1 lines of code changed in:
Simplifies the pure-Java Speex encoder implementation a bit, fixes indentation.
149 lines of code changed in:
Implements Speex encoder, decoder and resampler using the native Speex library. Since the JNI binaries are not available, the new functionality shouldn't cause regressions.
1148 lines of code changed in:
Fix some speex decoder issues, rtp packets can contain multiple speex frames (we were decoding only one of them).
90 lines of code changed in:
Fix speex sending packets and ticking rtp time, reported by Marian Kechlibar.
115 lines of code changed in:
Fix javadoc warnings.
4 lines of code changed in:
Copy all missing stuff in neomedia from media.
524 lines of code changed in: