[root]/src/net/java/sip/communicator/service/neomedia/event

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 80 (100.0%) | 1078 (100.0%) | 13.4 |
| lubomir_m | 26 (32.5%) | 486 (45.1%) | 18.6 |
| emcho | 31 (38.8%) | 275 (25.5%) | 8.8 |
| s_vincent | 7 (8.8%) | 135 (12.5%) | 19.2 |
| damencho | 11 (13.8%) | 115 (10.7%) | 10.4 |
| ibauersachs | 3 (3.8%) | 61 (5.7%) | 20.3 |
| vincent_lucas | 1 (1.3%) | 4 (0.4%) | 4.0 |
| yanas | 1 (1.3%) | 2 (0.2%) | 2.0 |
Call security fixes. Adds SrtpControl to the security negotiation started event.
2 lines of code changed in:
Renames recently added event securityStarted to securityNegotiationStarted.
1 lines of code changed in:
Adds security started event, indicating when security initialization has really started.
7 lines of code changed in:
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.
4 lines of code changed in:
Adds (experimental) support for the cobri Jabber extension.
0 lines of code changed in:
Fixes a ConcurrentModificationException in SRTCPTransformer.
7 lines of code changed in:
Fixes style formating, javadoc and eclipse related warnings.
6 lines of code changed in:
Adds security timeout event, triggered whenever we tried and couldn't establish security connection (zrtp sends initial hello packets and don't receive response). Adds initial implementation of paranoia mode, if enabled and the other party didn't indicate encryption we fail the call.
8 lines of code changed in:
Improves DTMF configuration (auto, RTP, SIP INFO or INBAND). Creates a common interface for starting and stopping (RTP or INBAND) DTMF tones into AudioMediaStream interface and its implementation. Reverting DtmfTransformEngine to use previous threaded DTMFDispatcher.
4 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
13 lines of code changed in:
Adapt Call UI to multiple encryption methods
5 lines of code changed in:
Rename generic srtp classes from Zrtp* to Srtp*
56 lines of code changed in:
Addresses a possible deadlock in video calls.
203 lines of code changed in:
Fixes a deadlock in audio level functionality which used to freeze the user interface while leaving the rest of the application operating as expected (e.g. audio used to continue to be captured locally and sent to the remote peer and to be received from the remote peer and played back locally.)
2 lines of code changed in:
Fixes javadocs.
27 lines of code changed in:
Tunes the audio levels based on sound pressure levels and their ranges a bit. Fixes an inaccuracy in the audio levels being sent to conference members.
19 lines of code changed in:
The interfaces for the call playback volume control.
95 lines of code changed in:
Fixes warnings and javadocs.
19 lines of code changed in:
Fixes a few warnings. Removes a seemingly-unnecessary field.
2 lines of code changed in:
- AVPF Picture Loss Indication support;
- rtcp-fb nack pli support in SDP;
- Add updated ffmpeg libraries;
- Add missing javadoc.
110 lines of code changed in:
(24 more)