Directory src/net/java/sip/communicator/impl/protocol/sip/sdp/

Directory Created:
2009-11-05 23:15
Total Files:
1
Deleted Files:
2
Lines of Code:
1722

[root]/src/net/java/sip/communicator/impl/protocol/sip/sdp

Lines of Code

src/net/java/sip/communicator/impl/protocol/sip/sdp/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 73 (100.0%) 2555 (100.0%) 35.0
emcho 46 (63.0%) 1805 (70.6%) 39.2
s_vincent 8 (11.0%) 492 (19.3%) 61.5
lubomir_m 9 (12.3%) 130 (5.1%) 14.4
damencho 5 (6.8%) 75 (2.9%) 15.0
wernerd 2 (2.7%) 32 (1.3%) 16.0
ibauersachs 3 (4.1%) 21 (0.8%) 7.0

Most Recent Commits

s_vincent 2012-03-09 17:54

Fixes style formating, javadoc and eclipse related warnings.

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/sip/sdp: SdpUtils.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.

5 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/sip/sdp: SdpUtils.java (+5)
s_vincent 2011-11-08 10:43

Put system properties settings in a separate function. Fixes styles and javadoc warnings.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/sip/sdp: SdpUtils.java (+1 -1)
emcho 2011-10-18 14:03

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

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/sip/sdp: SdpUtils.java (+1 -1)
ibauersachs 2011-10-04 15:27

SDES Integration: Enable fallback to ZRTP, add Javadoc, more renames

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/sip/sdp: SdpUtils.java (+3 -4)
ibauersachs 2011-10-04 15:24

SDES Integration: Incoming calls work

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/sip/sdp: SdpUtils.java (+4 -1)
ibauersachs 2011-08-20 17:36

Increase visibility of some methods and introduce factory methods to allow customizations

14 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/sip/sdp: SdpUtils.java (+14)
damencho 2011-06-03 13:36

Initial video size setting, when creating video call.
Hide resize button if we can detect that its not supported, and limit the resolutions we have for setting according the remote party settings.
Fix changing resolution several times. Fix duplicate field for keeping framerate.

37 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/sip/sdp: SdpUtils.java (+37 -1)
damencho 2011-05-28 13:39

Allow setting params for the size of image we are able to show during video call and dispatch such params by streaming the supplied resolution.

17 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/sip/sdp: SdpUtils.java (+17 -2)
lubomir_m 2011-04-19 09:51

Applies tiny source code formatting.

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/sip/sdp: SdpUtils.java (+3 -7)
emcho 2011-03-10 20:06

Further fixes issues wit unsupported media types. Reports, logs, and traces provided by z___al

15 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/sip/sdp: SdpUtils.java (+15 -2)
emcho 2011-03-09 12:06

Adds proper handling for unsupported media types in SDP offers/answers. Bug reported on dev by Jose Sanchez (media type "text") and z___al (media type "image").

5 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/sip/sdp: SdpUtils.java (+5 -3)
damencho 2010-10-13 14:39

Fix msn stack not to close multichat sessions when there is no activity.
Show error when outgoing call creation fails.

11 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/sip/sdp: SdpUtils.java (+11 -1)
emcho 2010-07-25 19:47

Ongoing work on the jingle implementation

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/sip/sdp: SdpUtils.java (+1 -6)
emcho 2010-07-25 19:45

Ongling work on jingle media negotiation

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/sip/sdp: SdpUtils.java (+3 -2)
emcho 2010-07-11 19:03

tries a rescue of my git repository after a network loss

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/sip/sdp: DynamicPayloadTypeRegistry.java (del), DynamicRTPExtensionsRegistry.java (del), SdpUtils.java (+1)
wernerd 2010-06-03 21:34

Fix logger usage - sixth bunch.

28 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/sip/sdp: SdpUtils.java (+28 -14)
lubomir_m 2010-05-27 16:25

Fixes a problem in the SDP negotiation of the media formats caused by considering MediaFormats withe same encoding, clockRate and channels (for AudioMediaFormats) to be different because they have different formatParameters.

24 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/sip/sdp: DynamicPayloadTypeRegistry.java (+22 -2), SdpUtils.java (+2 -6)
lubomir_m 2010-05-16 19:02

Reduces the number of times that CaptureDevices get opened. In the case of video this may be visible as flashes of the camera indicator light.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/sip/sdp: SdpUtils.java (+2 -4)
s_vincent 2010-05-04 10:44

Fix wrong negociation of video size with SDP.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/sip/sdp: SdpUtils.java (-1)

(34 more)

Generated by StatSVN 0.3.1