Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | jitsi/libjitsi commit 09c18e90f4b35a63adca8009cf7ba24ebb61f154: Fixes a ↵ | Lyubomir Marinov | 2014-11-07 | 1 | -0/+0 |
| | | | | deadlock in SCTP. | ||||
* | Uses OpenSSL (Crypto) for SHA-1 on GNU/Linux. | Lyubomir Marinov | 2014-10-30 | 2 | -0/+0 |
| | |||||
* | FMJ revision 91: Fixes a thread leak (and related memory leaks) when an RTP ↵ | Lyubomir Marinov | 2014-10-30 | 1 | -0/+0 |
| | | | | receive stream is never played back. | ||||
* | Updated irc-api library to rev. 199. | Danny van Heumen | 2014-10-28 | 1 | -0/+0 |
| | |||||
* | FMJ revision 90: Prevents a busy wait in the RTP ReceiveStream. | Lyubomir Marinov | 2014-10-28 | 1 | -0/+0 |
| | |||||
* | jitsi/libjitsi commit cd6c3e4fb26c74fdfc7b77887b1891aebc55a990: Fixes a ↵ | Lyubomir Marinov | 2014-10-23 | 1 | -0/+0 |
| | | | | NoClassDefFoundError caused by OSGi reported by Damian Minkov. | ||||
* | FMJ revision 84: Reverts revision 83 because it causes receive streams to ↵ | Lyubomir Marinov | 2014-10-23 | 1 | -0/+0 |
| | | | | stop ticking. | ||||
* | jitsi/libjitsi commit 05c1278: Makes it possible to specify an AES ↵ | Lyubomir Marinov | 2014-10-22 | 1 | -0/+0 |
| | | | | implementation provider. | ||||
* | FMJ revision 83: Fixes a possible busy wait. | Lyubomir Marinov | 2014-10-22 | 1 | -0/+0 |
| | |||||
* | Backports TLSUtils for smack and enables tls only mode for xmpp connections. ↵ | Damian Minkov | 2014-10-20 | 1 | -0/+0 |
| | | | | Disables SSLv... and fixes connecting to Facebook. | ||||
* | FMJ revision 82: Fixes SSRC lookup. | Lyubomir Marinov | 2014-10-17 | 1 | -0/+0 |
| | |||||
* | FMJ revision 81: Mitigates deadlocks related to synchronization source ↵ | Lyubomir Marinov | 2014-10-17 | 1 | -0/+0 |
| | | | | identifier (SSRC)-related information lookup. | ||||
* | Updates libjitsi to 31e5311eec6. | Boris Grozev | 2014-10-17 | 1 | -0/+0 |
| | |||||
* | Removes the irc-api sources (they are now in the libsrc repository). | Boris Grozev | 2014-10-15 | 1 | -0/+0 |
| | |||||
* | Updates ice4j to r470. | Boris Grozev | 2014-10-14 | 1 | -0/+0 |
| | |||||
* | Updates ice4j to r469. | Boris Grozev | 2014-10-14 | 1 | -0/+0 |
| | |||||
* | FMJ r79 and libjitsi: special handling for the RTCP reporting interval for ↵ | George Politis | 2014-10-13 | 2 | -0/+0 |
| | | | | video sessions. | ||||
* | FMJ r77: prevents RTP packets being silently killed. | George Politis | 2014-10-13 | 1 | -0/+0 |
| | |||||
* | FMJ revision 74: Fixes IllegalMonitorStateExceptions reported by Damian Minkov. | Lyubomir Marinov | 2014-10-13 | 1 | -0/+0 |
| | |||||
* | FMJ r73: Fixes a deadlock between JitterBuffer and RTPSourceStream. ICE4J ↵ | Lyubomir Marinov | 2014-10-10 | 2 | -0/+0 |
| | | | | r467: Does not use instanceof on each and every RTP packet. | ||||
* | Updates ice4j to r466. | Boris Grozev | 2014-10-10 | 1 | -0/+0 |
| | |||||
* | Fixes removing ssrcs, a bug where this leads to grow in csrc list in ↵ | Damian Minkov | 2014-10-09 | 1 | -0/+0 |
| | | | | MediaStreamImpl when in one call we have changing of ssrc (the call is one2one). | ||||
* | Reduces the number of times that a received packet is internally copied. ↵ | Lyubomir Marinov | 2014-10-09 | 1 | -0/+0 |
| | | | | Reduces the scopes of synchronization blocks and breaks synchronization blocks into multiples on different objects. Optimizes hashtable iterations. Fixes warnings. (ice4j revision 463) | ||||
* | Updates libjitsi to a7143beb3 (fixes a problem with recording). | Boris Grozev | 2014-10-08 | 1 | -0/+0 |
| | |||||
* | Updates ice4j.jar to r462. | Boris Grozev | 2014-10-03 | 1 | -0/+0 |
| | |||||
* | Updates ice4j to r460. | Boris Grozev | 2014-10-02 | 1 | -0/+0 |
| | |||||
* | Updates libjitsi.jar to 1c2d8cfb. | Boris Grozev | 2014-10-01 | 1 | -0/+0 |
| | |||||
* | Avoids malformed presence packets (status content) to interrupt xmpp connection. | Damian Minkov | 2014-10-01 | 1 | -0/+0 |
| | |||||
* | Initial support for updated otr4j with support for outgoing message ↵ | Danny van Heumen | 2014-09-30 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | fragmentation. Modifications include the following: - Updated otr4j which includes support for fragmentation of outgoing messages. The modifications to otr4j to enable outgoing message fragmentation includes breaking the API such that we are able to return more than 1 message after it has been transformed. (Corresponding modifications have been made to AbstractOperationSetBasicInstantMessaging to facilitate the new API.) - Fixed IRC implementation for OperationSetInstantMessageTransform. - Modified AbstractOperationSetBasicInstantMessaging to handle multiple Events returning from a call to messageTransform. - Modified OperationSetBasicInstantMessaging implementations to correspond to changes in AbstractOSBIM. - OTR plugin has been modified to implement the newly added getFragmenterInstructions method which is used to query instructions on desired fragmentation behaviour. - As a temporary solution, a hard dependency has been added to IRC library such that I'm able to test fragmentation behaviour in a real use case until an OperationSet is defined that can be used to query for Instant Messaging transport parameters necessary to determine appropriate fragmentation instructions. | ||||
* | Updates smack lib with replacing all console prints with java.logging one. | Damian Minkov | 2014-09-29 | 3 | -0/+0 |
| | |||||
* | Adds AdvancedAttributesAwareCodec that can handle attributes that are valid ↵ | Damian Minkov | 2014-09-18 | 1 | -0/+0 |
| | | | | for all codecs and fixes parsing them. Adds handling of ptime for one of the codecs. | ||||
* | Updates fmj.jar to r70 that cleans up RTCP termination strategies. | George Politis | 2014-09-10 | 1 | -0/+0 |
| | |||||
* | Updates libjitsi.jar to latest version that cleans up RTCP termination ↵ | George Politis | 2014-09-10 | 1 | -0/+0 |
| | | | | strategies. | ||||
* | Updates ice4j to r457. | Boris Grozev | 2014-09-09 | 1 | -0/+0 |
| | |||||
* | Fixes IllegalArgument exception when parsing 'ssltcp' transport type. | paweldomas | 2014-09-08 | 1 | -0/+0 |
| | |||||
* | Updates ice4j to r452. | Boris Grozev | 2014-09-05 | 1 | -0/+0 |
| | |||||
* | Updates ice4j to r449 which further reduces the average time it takes to ↵ | Lyubomir Marinov | 2014-09-05 | 1 | -0/+0 |
| | | | | clone a DatagramPacket. | ||||
* | Updates ice4j to r448 which significantly reduces the time to clone a ↵ | Lyubomir Marinov | 2014-09-05 | 1 | -0/+0 |
| | | | | DatagramPacket. | ||||
* | Fixes a thread leak in FMJ. | Lyubomir Marinov | 2014-09-04 | 1 | -0/+0 |
| | |||||
* | Updates ice4j.jar to r446. | Boris Grozev | 2014-09-04 | 1 | -0/+0 |
| | |||||
* | Updates ice4j.jar to r445. | Boris Grozev | 2014-09-03 | 1 | -0/+0 |
| | |||||
* | Updates ice4j to r437 and libjitsi to the master of jitsi/libjitsi. | Lyubomir Marinov | 2014-09-02 | 2 | -0/+0 |
| | |||||
* | Fixes the compilation with Java Runtime Environment 6. | Lyubomir Marinov | 2014-08-26 | 1 | -0/+0 |
| | |||||
* | Clarifies, simplifies the source code. Traces RTCP-based feedback. | Lyubomir Marinov | 2014-08-26 | 2 | -0/+0 |
| | |||||
* | Fixes warnings. | Lyubomir Marinov | 2014-08-22 | 1 | -0/+0 |
| | |||||
* | Uses named constants instead of literals. | Lyubomir Marinov | 2014-08-22 | 1 | -0/+0 |
| | |||||
* | Updates libjitsi to e031e4fe. | Boris Grozev | 2014-08-20 | 1 | -0/+0 |
| | |||||
* | Updates libjitsi.jar (to ede3d25f1). | Boris Grozev | 2014-08-15 | 1 | -0/+0 |
| | |||||
* | Fix Felix warning about slf4j being a fragment | Ingo Bauersachs | 2014-08-14 | 1 | -1/+4 |
| | |||||
* | Merge remote-tracking branch 'origin/master' | Danny van Heumen | 2014-08-10 | 2 | -0/+0 |
|\ |