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

Directory Created:
2009-09-13 18:54
Total Files:
9
Deleted Files:
9
Lines of Code:
465

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

Lines of Code

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

Developers

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

Most Recent Commits

yanas 2012-04-10 17:51

Call security fixes. Adds SrtpControl to the security negotiation started event.

2 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia/event: SrtpListener.java (+2 -1)
damencho 2012-04-06 11:41

Renames recently added event securityStarted to securityNegotiationStarted.

1 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia/event: SrtpListener.java (+1 -1)
damencho 2012-04-05 17:39

Adds security started event, indicating when security initialization has really started.

7 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia/event: SrtpListener.java (+7)
lubomir_m 2012-04-04 23:03

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:

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

Adds (experimental) support for the cobri Jabber extension.

0 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia/event: SizeChangeVideoEvent.java (del), VideoEvent.java (del), VideoListener.java (del), VideoNotifierSupport.java (del)
lubomir_m 2012-03-30 13:50

Fixes a ConcurrentModificationException in SRTCPTransformer.

7 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia/event: SrtpListener.java (+7 -7)
s_vincent 2012-03-09 17:54

Fixes style formating, javadoc and eclipse related warnings.

6 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia/event: VolumeChangeEvent.java (+6 -1)
damencho 2012-03-06 10:14

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:

  • src/net/java/sip/communicator/service/neomedia/event: SrtpListener.java (+8)
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.

4 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia/event: DTMFToneEvent.java (+4 -4)
emcho 2011-10-18 14:03

Changes project name in source license headers from SIP Communicator to Jitsi

13 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia/event: CsrcAudioLevelListener.java (+1 -1), DTMFListener.java (+1 -1), DTMFToneEvent.java (+1 -1), RTCPFeedbackEvent.java (+1 -1), RTCPFeedbackListener.java (+1 -1), SimpleAudioLevelListener.java (+1 -1), SizeChangeVideoEvent.java (+1 -1), SrtpListener.java (+1 -1), VideoEvent.java (+1 -1), VideoListener.java (+1 -1), VideoNotifierSupport.java (+1 -1), VolumeChangeEvent.java (+1 -1), VolumeChangeListener.java (+1 -1)
ibauersachs 2011-10-04 15:46

Adapt Call UI to multiple encryption methods

5 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia/event: SrtpListener.java (+5 -8)
ibauersachs 2011-10-04 15:22

Rename generic srtp classes from Zrtp* to Srtp*

56 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia/event: SrtpListener.java (new 56), ZrtpListener.java (del)
lubomir_m 2011-07-26 22:09

Addresses a possible deadlock in video calls.

203 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia/event: VideoNotifierSupport.java (+203 -58)
lubomir_m 2011-06-28 20:29

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:

  • src/net/java/sip/communicator/service/neomedia/event: CsrcAudioLevelListener.java (+2 -2)
lubomir_m 2011-02-17 03:23

Fixes javadocs.

27 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia/event: VolumeChangeEvent.java (+27 -18)
lubomir_m 2010-12-15 16:41

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:

  • src/net/java/sip/communicator/service/neomedia/event: SimpleAudioLevelListener.java (+19 -5)
damencho 2010-11-11 16:29

The interfaces for the call playback volume control.

95 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia/event: VolumeChangeEvent.java (new 73), VolumeChangeListener.java (new 22)
s_vincent 2010-10-04 12:33

Fixes warnings and javadocs.

19 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia/event: DTMFToneEvent.java (+5), RTCPFeedbackEvent.java (+5), SizeChangeVideoEvent.java (+5), VideoEvent.java (+4)
lubomir_m 2010-07-25 18:48

Fixes a few warnings. Removes a seemingly-unnecessary field.

2 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia/event: RTCPFeedbackEvent.java (+2 -1)
s_vincent 2010-04-21 19:11

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

  • src/net/java/sip/communicator/service/neomedia/event: RTCPFeedbackEvent.java (new 85), RTCPFeedbackListener.java (new 25)

(24 more)

Generated by StatSVN 0.3.1