[root]/src/net/java/sip/communicator/impl/neomedia/transform
csrc
(1 files, 351 lines)
dtmf
(2 files, 646 lines)
dummy
(0 files, 0 lines)
rtcp
(1 files, 257 lines)
sdes
(2 files, 358 lines)
srtp
(9 files, 2602 lines)
zrtp
(4 files, 2195 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 35 (100.0%) | 1338 (100.0%) | 38.2 |
| s_vincent | 13 (37.1%) | 1015 (75.9%) | 78.0 |
| emcho | 10 (28.6%) | 185 (13.8%) | 18.5 |
| lubomir_m | 9 (25.7%) | 108 (8.1%) | 12.0 |
| wernerd | 3 (8.6%) | 30 (2.2%) | 10.0 |
Implements automatic selection of the (experimental) cobri support for conference calls. Enabled if the boolean account property USE_JITSI_VIDEO_BRIDGE is explicitly set to true.
2 lines of code changed in:
Small cleanup of typos, remove trailing blanks, etc.
1 lines of code changed in:
Add functions to cleanup crypto data if session closes.
If jitsi closes a media session make sure that secret crypto data such as key material is
destroyed/overwritten.
29 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
4 lines of code changed in:
Adds support for RTP over TCP and Google Talk's TCP/TURN-TCP/TURN-SSLTCP candidates.
881 lines of code changed in:
Commits work in progress on requesting H.264 video key frames from remote peers, H.264 profile compatibility.
19 lines of code changed in:
Fix some javadoc warnings.
4 lines of code changed in:
- AVPF Picture Loss Indication support;
- rtcp-fb nack pli support in SDP;
- Add updated ffmpeg libraries;
- Add missing javadoc.
130 lines of code changed in:
Adds the basis of the support for RTP based DTMF transmission
1 lines of code changed in:
With the help of Damian Minkov, fixes a NullPointerException in TransformEngine chaining.
4 lines of code changed in:
- Associates a single ReceiveStream with a given MediaStream.
- Removes fruitless duplications in Controls implementations and reduces unnecessary allocations.
16 lines of code changed in:
Fixes a few javadoc issues.
13 lines of code changed in:
Adds utility methods to RawPacket that allow setting and extracting a list of CSRC identifiers. Changes storage of SSRC id-s to long rather than String to optimize their insertion in RTP packets as well as garbage collection
8 lines of code changed in:
Adds utilities for handling chains/sequences of transform engines
159 lines of code changed in:
Copies TransformConnector from media to neomedia. Modifies it to act as an ordinary RTPConnector when it doesn't have a TransformEngine set. Fixes its javadocs.
67 lines of code changed in: