Directory src/net/java/sip/communicator/service/protocol/media/

Directory Created:
2010-07-11 19:04
Total Files:
12
Deleted Files:
4
Lines of Code:
7396

[root]/src/net/java/sip/communicator/service/protocol/media

Lines of Code

src/net/java/sip/communicator/service/protocol/media/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 189 (100.0%) 9626 (100.0%) 50.9
emcho 42 (22.2%) 4431 (46.0%) 105.5
lubomir_m 62 (32.8%) 3113 (32.3%) 50.2
s_vincent 40 (21.2%) 1505 (15.6%) 37.6
damencho 26 (13.8%) 370 (3.8%) 14.2
vincent_lucas 3 (1.6%) 122 (1.3%) 40.6
ibauersachs 12 (6.3%) 71 (0.7%) 5.9
yanas 4 (2.1%) 14 (0.1%) 3.5

Most Recent Commits

damencho 2012-04-11 16:07

Adds ice states to call info.
Fixes a problem with creating two transport managers for jabber calls and slow creating of upnpharvester.

24 lines of code changed in:

  • src/net/java/sip/communicator/service/protocol/media: CallPeerMediaHandler.java (+16), TransportManager.java (+8)
yanas 2012-04-10 17:51

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

6 lines of code changed in:

  • src/net/java/sip/communicator/service/protocol/media: MediaAwareCallPeer.java (+3 -2), MediaHandler.java (+3 -2)
damencho 2012-04-06 11:41

Renames recently added event securityStarted to securityNegotiationStarted.

6 lines of code changed in:

  • src/net/java/sip/communicator/service/protocol/media: MediaAwareCallPeer.java (+4 -4), MediaHandler.java (+2 -2)
damencho 2012-04-05 17:39

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

21 lines of code changed in:

  • src/net/java/sip/communicator/service/protocol/media: MediaAwareCallPeer.java (+13), MediaHandler.java (+8 -2)
damencho 2012-04-05 14:28

Fixes hanging up call in cross protocol conference and when security is mandatory but is not available. Fixes creating normal conferences.

3 lines of code changed in:

  • src/net/java/sip/communicator/service/protocol/media: AbstractOperationSetTelephonyConferencing.java (+3 -3)
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.

10 lines of code changed in:

  • src/net/java/sip/communicator/service/protocol/media: CallPeerMediaHandler.java (+2 -2), MediaAwareCallPeer.java (+8 -10)
lubomir_m 2012-04-03 23:10

Fixes multiple stability issues with the (experimental) support for the cobri Jabber extension.

1 lines of code changed in:

  • src/net/java/sip/communicator/service/protocol/media: MediaAwareCallPeer.java (+1 -3)
lubomir_m 2012-04-02 22:37

Fixes a ConcurrentModificationException in SRTPTransformer reported by Emil Ivov, an ArrayIndexOutOfBoundsException in CallJabberImpl. Removes FMJConditionals because FMJ is always used anyway.

56 lines of code changed in:

  • src/net/java/sip/communicator/service/protocol/media: CallPeerMediaHandler.java (+6 -5), MediaHandler.java (+50 -5)
lubomir_m 2012-04-02 09:29

Adds (experimental) support for the cobri Jabber extension.

1295 lines of code changed in:

  • src/net/java/sip/communicator/service/protocol/media: AbstractOperationSetVideoTelephony.java (+1 -1), CallPeerMediaHandler.java (+278 -807), MediaHandler.java (new 984), TransportManager.java (+32 -12)
lubomir_m 2012-03-30 13:50

Fixes a ConcurrentModificationException in SRTCPTransformer.

25 lines of code changed in:

  • src/net/java/sip/communicator/service/protocol/media: AbstractQualityControlWrapper.java (+2 -2), MediaAwareCallPeer.java (+4 -7), TransportManager.java (+19 -39)
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.

27 lines of code changed in:

  • src/net/java/sip/communicator/service/protocol/media: AbstractOperationSetTelephonyConferencing.java (+7 -9), DynamicPayloadTypeRegistry.java (-1), MediaAwareCall.java (+20 -11), TransportManager.java (-2)
s_vincent 2012-03-09 17:54

Fixes style formating, javadoc and eclipse related warnings.

2 lines of code changed in:

  • src/net/java/sip/communicator/service/protocol/media: DynamicPayloadTypeRegistry.java (+2)
s_vincent 2012-03-08 19:43

When we change audio device during a cross-protocol conference call, it is the first call of the group that will trigger the propertyChange to other calls (because every calls share the first call audio media device and if the first call is not the first notified, we will end up with different audio device amongst the calls).

27 lines of code changed in:

  • src/net/java/sip/communicator/service/protocol/media: MediaAwareCall.java (+27)
s_vincent 2012-03-06 19:12

Fixes audio level display when changing input device during a call.

4 lines of code changed in:

  • src/net/java/sip/communicator/service/protocol/media: CallPeerMediaHandler.java (+4 -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.

43 lines of code changed in:

  • src/net/java/sip/communicator/service/protocol/media: CallPeerMediaHandler.java (+30), MediaAwareCallPeer.java (+13)
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).

50 lines of code changed in:

  • src/net/java/sip/communicator/service/protocol/media: CallPeerMediaHandler.java (+50 -11)
vincent_lucas 2012-03-01 17:42

Adds a getICECandidateExtendedType() function to the CallPeerMediaHandler and the TransportManager in order to retrieve the ICE candidate extended type used. Updates the CallInfoFrame to display the ICE candidate extended type if available.

72 lines of code changed in:

  • src/net/java/sip/communicator/service/protocol/media: CallPeerMediaHandler.java (+16), TransportManager.java (+56)
s_vincent 2012-02-29 12:24

Adds support for merging all existing calls in a single conference.

22 lines of code changed in:

  • src/net/java/sip/communicator/service/protocol/media: CallPeerMediaHandler.java (+1 -1), MediaAwareCall.java (+21 -1)
s_vincent 2012-02-28 10:36

Fixes issue related to conference establishment with some SIP providers (contact blocked in connecting state).

4 lines of code changed in:

  • src/net/java/sip/communicator/service/protocol/media: MediaAwareCall.java (+4 -1)
s_vincent 2012-02-24 18:31

Removes debug line.

0 lines of code changed in:

  • src/net/java/sip/communicator/service/protocol/media: MediaAwareCall.java (-1)

(92 more)

Generated by StatSVN 0.3.1