aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* jitsi/libjitsi commit 09c18e90f4b35a63adca8009cf7ba24ebb61f154: Fixes a ↵Lyubomir Marinov2014-11-071-0/+0
| | | | deadlock in SCTP.
* Uses OpenSSL (Crypto) for SHA-1 on GNU/Linux.Lyubomir Marinov2014-10-302-0/+0
|
* FMJ revision 91: Fixes a thread leak (and related memory leaks) when an RTP ↵Lyubomir Marinov2014-10-301-0/+0
| | | | receive stream is never played back.
* Updated irc-api library to rev. 199.Danny van Heumen2014-10-281-0/+0
|
* FMJ revision 90: Prevents a busy wait in the RTP ReceiveStream.Lyubomir Marinov2014-10-281-0/+0
|
* jitsi/libjitsi commit cd6c3e4fb26c74fdfc7b77887b1891aebc55a990: Fixes a ↵Lyubomir Marinov2014-10-231-0/+0
| | | | NoClassDefFoundError caused by OSGi reported by Damian Minkov.
* FMJ revision 84: Reverts revision 83 because it causes receive streams to ↵Lyubomir Marinov2014-10-231-0/+0
| | | | stop ticking.
* jitsi/libjitsi commit 05c1278: Makes it possible to specify an AES ↵Lyubomir Marinov2014-10-221-0/+0
| | | | implementation provider.
* FMJ revision 83: Fixes a possible busy wait.Lyubomir Marinov2014-10-221-0/+0
|
* Backports TLSUtils for smack and enables tls only mode for xmpp connections. ↵Damian Minkov2014-10-201-0/+0
| | | | Disables SSLv... and fixes connecting to Facebook.
* FMJ revision 82: Fixes SSRC lookup.Lyubomir Marinov2014-10-171-0/+0
|
* FMJ revision 81: Mitigates deadlocks related to synchronization source ↵Lyubomir Marinov2014-10-171-0/+0
| | | | identifier (SSRC)-related information lookup.
* Updates libjitsi to 31e5311eec6.Boris Grozev2014-10-171-0/+0
|
* Removes the irc-api sources (they are now in the libsrc repository).Boris Grozev2014-10-151-0/+0
|
* Updates ice4j to r470.Boris Grozev2014-10-141-0/+0
|
* Updates ice4j to r469.Boris Grozev2014-10-141-0/+0
|
* FMJ r79 and libjitsi: special handling for the RTCP reporting interval for ↵George Politis2014-10-132-0/+0
| | | | video sessions.
* FMJ r77: prevents RTP packets being silently killed.George Politis2014-10-131-0/+0
|
* FMJ revision 74: Fixes IllegalMonitorStateExceptions reported by Damian Minkov.Lyubomir Marinov2014-10-131-0/+0
|
* FMJ r73: Fixes a deadlock between JitterBuffer and RTPSourceStream. ICE4J ↵Lyubomir Marinov2014-10-102-0/+0
| | | | r467: Does not use instanceof on each and every RTP packet.
* Updates ice4j to r466.Boris Grozev2014-10-101-0/+0
|
* Fixes removing ssrcs, a bug where this leads to grow in csrc list in ↵Damian Minkov2014-10-091-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 Marinov2014-10-091-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 Grozev2014-10-081-0/+0
|
* Updates ice4j.jar to r462.Boris Grozev2014-10-031-0/+0
|
* Updates ice4j to r460.Boris Grozev2014-10-021-0/+0
|
* Updates libjitsi.jar to 1c2d8cfb.Boris Grozev2014-10-011-0/+0
|
* Avoids malformed presence packets (status content) to interrupt xmpp connection.Damian Minkov2014-10-011-0/+0
|
* Initial support for updated otr4j with support for outgoing message ↵Danny van Heumen2014-09-301-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 Minkov2014-09-293-0/+0
|
* Adds AdvancedAttributesAwareCodec that can handle attributes that are valid ↵Damian Minkov2014-09-181-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 Politis2014-09-101-0/+0
|
* Updates libjitsi.jar to latest version that cleans up RTCP termination ↵George Politis2014-09-101-0/+0
| | | | strategies.
* Updates ice4j to r457.Boris Grozev2014-09-091-0/+0
|
* Fixes IllegalArgument exception when parsing 'ssltcp' transport type.paweldomas2014-09-081-0/+0
|
* Updates ice4j to r452.Boris Grozev2014-09-051-0/+0
|
* Updates ice4j to r449 which further reduces the average time it takes to ↵Lyubomir Marinov2014-09-051-0/+0
| | | | clone a DatagramPacket.
* Updates ice4j to r448 which significantly reduces the time to clone a ↵Lyubomir Marinov2014-09-051-0/+0
| | | | DatagramPacket.
* Fixes a thread leak in FMJ.Lyubomir Marinov2014-09-041-0/+0
|
* Updates ice4j.jar to r446.Boris Grozev2014-09-041-0/+0
|
* Updates ice4j.jar to r445.Boris Grozev2014-09-031-0/+0
|
* Updates ice4j to r437 and libjitsi to the master of jitsi/libjitsi.Lyubomir Marinov2014-09-022-0/+0
|
* Fixes the compilation with Java Runtime Environment 6.Lyubomir Marinov2014-08-261-0/+0
|
* Clarifies, simplifies the source code. Traces RTCP-based feedback.Lyubomir Marinov2014-08-262-0/+0
|
* Fixes warnings.Lyubomir Marinov2014-08-221-0/+0
|
* Uses named constants instead of literals.Lyubomir Marinov2014-08-221-0/+0
|
* Updates libjitsi to e031e4fe.Boris Grozev2014-08-201-0/+0
|
* Updates libjitsi.jar (to ede3d25f1).Boris Grozev2014-08-151-0/+0
|
* Fix Felix warning about slf4j being a fragmentIngo Bauersachs2014-08-141-1/+4
|
* Merge remote-tracking branch 'origin/master'Danny van Heumen2014-08-102-0/+0
|\