Directory src/net/java/sip/communicator/service/neomedia/

Directory Created:
2009-07-26 00:54
Total Files:
30
Deleted Files:
6
Lines of Code:
4208

[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)

Lines of Code

src/net/java/sip/communicator/service/neomedia/ Lines of Code

Developers

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

Most Recent Commits

vincent_lucas 2012-04-24 14:51

Adds video resolution to the call info frame.

19 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia: MediaStreamStats.java (+19)
wernerd 2012-04-08 16:00

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:

  • src/net/java/sip/communicator/service/neomedia: ZrtpControl.java (+89 -63)
damencho 2012-04-03 19:04

Adds access to zrtp timeout value.

9 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia: ZrtpControl.java (+9)
lubomir_m 2012-04-02 09:29

Adds (experimental) support for the cobri Jabber extension.

111 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia: StreamConnectorDelegate.java (new 88), StreamConnectorFactory.java (new 22), VideoMediaStream.java (+1 -1)
lubomir_m 2012-03-30 13:50

Fixes a ConcurrentModificationException in SRTCPTransformer.

11 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia: DefaultTCPStreamConnector.java (+2 -2), MediaService.java (+8 -4), MediaStreamTarget.java (+1 -4)
lubomir_m 2012-03-22 02:09

- 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:

  • src/net/java/sip/communicator/service/neomedia: DefaultStreamConnector.java (+4 -1), MediaStreamTarget.java (+2 -2), MediaUseCase.java (-2)
s_vincent 2012-03-09 17:54

Fixes style formating, javadoc and eclipse related warnings.

9 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia: MediaStreamStats.java (-3), MediaTypeSrtpControl.java (+9 -2)
vincent_lucas 2012-03-02 19:09

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:

  • src/net/java/sip/communicator/service/neomedia: MediaStream.java (+8)
vincent_lucas 2012-02-23 20:09

Adds additional call information statistics: upload bandwidth, upload loss rate and upload/download jitter.

19 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia: MediaStreamStats.java (+19 -4)
vincent_lucas 2012-02-22 17:45

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:

  • src/net/java/sip/communicator/service/neomedia: MediaStream.java (+9), MediaStreamStats.java (new 108)
damencho 2012-02-17 13:19

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:

  • src/net/java/sip/communicator/service/neomedia: SrtpControl.java (+8 -3)
lubomir_m 2012-02-15 22:43

Commits work in progress on fixing issues with video conferences. Fixes an ArrayIndexOutOfBoundsException in audio level UI.

73 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia: AudioMediaStream.java (+3 -3), DTMFEnum.java (del), DTMFInbandTone.java (+9 -10), DTMFMethod.java (new 30), MediaService.java (+31 -1)
s_vincent 2012-02-14 17:07

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:

  • src/net/java/sip/communicator/service/neomedia: MediaService.java (+1 -13), VideoMediaStream.java (+9)
lubomir_m 2012-02-14 00:04

Commits work in progress on fixing leaks of CallDialog.

3 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia: MediaService.java (+3 -2)
vincent_lucas 2012-02-11 00:54

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:

  • src/net/java/sip/communicator/service/neomedia: AudioMediaStream.java (+15 -16), DTMFEnum.java (new), DTMFRtpTone.java (new 220), DTMFTone.java (del)
vincent_lucas 2012-02-07 13:00

Adds in-band DTMF functionality.

431 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia: AudioMediaStream.java (+7), DTMFInbandTone.java (new 424)
lubomir_m 2012-02-01 03:20

Commits work in progress on video conferences.

86 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia: AbstractMediaStream.java (+25 -25), MediaService.java (+10), MediaStream.java (+13 -4), RTPTranslator.java (new 22), VideoMediaStream.java (+16 -7)
lubomir_m 2012-01-30 16:35

Fixes warnings, typos.

2 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia: SrtpControl.java (+2 -2)
s_vincent 2012-01-18 19:48

Adds support for audio devices hotplug as well as to change input/output audio devices during a call.

4 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia: SrtpControl.java (+4 -4)
lubomir_m 2011-12-24 01:34

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:

  • src/net/java/sip/communicator/service/neomedia: StreamConnector.java (+9 -9)

(112 more)

Generated by StatSVN 0.3.1