Directory src/net/java/sip/communicator/impl/protocol/jabber/jinglesdp/

Directory Created:
2010-07-25 19:45
Total Files:
1
Deleted Files:
0
Lines of Code:
610

[root]/src/net/java/sip/communicator/impl/protocol/jabber/jinglesdp

Lines of Code

src/net/java/sip/communicator/impl/protocol/jabber/jinglesdp/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 27 (100.0%) 843 (100.0%) 31.2
emcho 11 (40.7%) 628 (74.5%) 57.0
lubomir_m 6 (22.2%) 115 (13.6%) 19.1
s_vincent 8 (29.6%) 98 (11.6%) 12.2
damencho 2 (7.4%) 2 (0.2%) 1.0

Most Recent Commits

lubomir_m 2012-03-26 17:59

Allows JingleUtils to be used as a utility class outside of OSGi.

51 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/jabber/jinglesdp: JingleUtils.java (+51 -20)
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.

11 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/jabber/jinglesdp: JingleUtils.java (+11 -12)
s_vincent 2011-10-27 17:45

Adds support of changing video resolution the remote peer send to us for XMPP.

6 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/jabber/jinglesdp: JingleUtils.java (+6 -2)
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/jabber/jinglesdp: JingleUtils.java (+1 -1)
s_vincent 2011-09-08 14:11

Adds support for Google P2P transport (Gingle) in a Jingle session. Adds also missing id attribute in ICE-UDP candidates. Always call highest priority XMPP contact and if it supports Jingle and Gingle use custom Gingle transport on Jingle session, if it supports only Jingle use Jingle with ICE-UDP and if it only supports Gingle use Gingle session.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/jabber/jinglesdp: JingleUtils.java (-83)
s_vincent 2011-08-25 18:35

Takes into account payload type's width and height (GTalk). Adds a way to detect android phones in a GTalk call and do not send IPv6 candidates for them as android phone will returns an IQ error if it sees IPv6 candidates.

12 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/jabber/jinglesdp: JingleUtils.java (+12)
s_vincent 2011-07-20 18:07

Adds support for RTP over TCP and Google Talk's TCP/TURN-TCP/TURN-SSLTCP candidates.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/jabber/jinglesdp: JingleUtils.java (+2)
damencho 2011-05-30 14:50

Fix frame rate with jingle calls.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/jabber/jinglesdp: JingleUtils.java (+1 -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.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/jabber/jinglesdp: JingleUtils.java (+1)
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/jabber/jinglesdp: JingleUtils.java (+3 -3)
s_vincent 2011-04-01 12:50

Add Coin (Conference Information) support and audio levels in XMPP conference.

51 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/jabber/jinglesdp: JingleUtils.java (+51 -5)
s_vincent 2011-01-10 16:37

Fix format exception that has been introduced in commit 8141.

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/jabber/jinglesdp: JingleUtils.java (+3 -1)
s_vincent 2011-01-10 11:44

Fix the case when the callee does not support an audio codec that the caller offer, he may reuse the payload-type ID of this codec for video (when he enables it) which is not a good behavior.

5 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/jabber/jinglesdp: JingleUtils.java (+5 -1)
lubomir_m 2010-10-19 12:51

Commits work in progress on enabling ICE support in Jingle calls:

- Sends transport-info without content child extensions other than transport.
- Does not send candidates in session-accept if they have already been sent in transport-info.
- Does not wait for connectivity establishment to conclude before sending session-accept because the ICE controlling agent determines when the connectivity establishment concludes.

12 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/jabber/jinglesdp: JingleUtils.java (+12 -7)
lubomir_m 2010-10-14 14:06

Commits work in progress on enabling ICE support in Jingle calls. Reduces post-pickup delay.

7 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/jabber/jinglesdp: JingleUtils.java (+7 -1)
lubomir_m 2010-10-04 10:49

Fixes warnings, javadocs, formatting.

31 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/jabber/jinglesdp: JingleUtils.java (+31 -31)
emcho 2010-09-19 13:53

ICE integration for XMPP accounts

76 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/jabber/jinglesdp: JingleUtils.java (+76)
s_vincent 2010-08-17 15:34

- Add desktop streaming operation set for XMPP/Jingle;
- Fix rescaling at sender side (for answerer of a call only);
- Support for MediaFormat's format parameters and advanced attributes in XMPP.

19 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/jabber/jinglesdp: JingleUtils.java (+19 -3)
emcho 2010-08-06 23:00

Adds to Jingle support for placing calls off and on hold (still: only for Raw UDP)

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/jabber/jinglesdp: JingleUtils.java (-22)
emcho 2010-07-28 16:50

Improves support for Jingle with RAW UDP.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/jabber/jinglesdp: JingleUtils.java (-3)

(6 more)

Generated by StatSVN 0.3.1