[root]/src/net/java/sip/communicator/service/neomedia
control
(2 files, 458 lines)
device
(3 files, 150 lines)
event
(9 files, 465 lines)
format
(4 files, 463 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 266 (100.0%) | 5314 (100.0%) | 19.9 |
| emcho | 85 (32.0%) | 1581 (29.8%) | 18.6 |
| lubomir_m | 90 (33.8%) | 1535 (28.9%) | 17.0 |
| vincent_lucas | 11 (4.1%) | 829 (15.6%) | 75.3 |
| s_vincent | 26 (9.8%) | 502 (9.4%) | 19.3 |
| ibauersachs | 22 (8.3%) | 392 (7.4%) | 17.8 |
| damencho | 28 (10.5%) | 378 (7.1%) | 13.5 |
| wernerd | 4 (1.5%) | 97 (1.8%) | 24.2 |
Adds video resolution to the call info frame.
19 lines of code changed in:
Add ZID name feature.
The ZID name feature enables the user to associate a name for a ZRTP
identifier. The user can enter such a name only if the authentication string
(SAS) was compared and confirmed.
The popup dialog shows the current ZID name or is preset with the display
name of the called party in case no name was associated previously. The user
may change the name and store it with OK, pressing Cancel leaves the name
untouched.
89 lines of code changed in:
Adds access to zrtp timeout value.
9 lines of code changed in:
Adds (experimental) support for the cobri Jabber extension.
111 lines of code changed in:
Fixes a ConcurrentModificationException in SRTCPTransformer.
11 lines of code changed in:
- Allows the neomedia bundle to function even when the PortAudio native library fails to load.
- Allows the resourcemanager bundle to function without resources such as images.
- Provides a way to listen for and, optionally, drop DatagramPackets read by RTPConnectorInputStream prior to converting them to RawPackets and passing them up the media chain.
6 lines of code changed in:
Fixes style formating, javadoc and eclipse related warnings.
9 lines of code changed in:
Adds getTransportProtocol() function in the MediaStream to get the media stream transport protocol (UDP or TCP). Adds getEncryptionMethod(MediaType) function in the CallPeerMediaHandler to get the media stream key exchange encryption used (null, ZRTP, SDES or MIKEY). Adds CallInfoFrame display for: media stream transport protocol (UDP or TCP), media stream application protocol (RTP or SRTP) and the key exchange protocol used (none, ZRTP, SDES or MIKEY).
8 lines of code changed in:
Adds additional call information statistics: upload bandwidth, upload loss rate and upload/download jitter.
19 lines of code changed in:
Adds first part of call information statistcs (codec, encoding frequency, local and remote address ip/port, download rate/loss).
117 lines of code changed in:
Makes possible making video call without audio, and sharing the desktop from machine without audio device.
Updates zrtp to use the first available stream as master, if more than one stream use the audio one.
8 lines of code changed in:
Commits work in progress on fixing issues with video conferences. Fixes an ArrayIndexOutOfBoundsException in audio level UI.
73 lines of code changed in:
Deletes a reference to MediaDeviceSession in MediaDevice. Adds a getCallPeer() method to RemoteControlListener and RemoteControlEvent so that we can determine which CallPeer has generated the event.
10 lines of code changed in:
Commits work in progress on fixing leaks of CallDialog.
3 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.
235 lines of code changed in:
Adds in-band DTMF functionality.
431 lines of code changed in:
Commits work in progress on video conferences.
86 lines of code changed in:
Fixes warnings, typos.
2 lines of code changed in:
Adds support for audio devices hotplug as well as to change input/output audio devices during a call.
4 lines of code changed in:
Fixes '[jitsi-dev] Jitsi build 3846 adds one more set of input devices to the audio options on each start (Linux 32-bit)' reported by Kertesz Laszlo on the dev mailing list.
9 lines of code changed in:
(112 more)