0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Sep 28, 2024 — Sep 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implements AES and HMAC-SHA1 using OpenSSL. Automatically selects the fastest AES implementation at runtime among BouncyCastle, OpenSSL, Sun JCE and Sun PKCS#11. More... almost 11 years ago
Uses OpenSSL (Crypto) for SHA-1 on GNU/Linux. More... almost 11 years ago
FMJ revision 91: Fixes a thread leak (and related memory leaks) when an RTP receive stream is never played back. More... almost 11 years ago
FMJ revision 90: Prevents a busy wait in the RTP ReceiveStream. More... almost 11 years ago
Clarifies, simplifies the source code, reduces the field access. More... almost 11 years ago
Accesses a class through reflection in order to not have to deal with OSGi. More... almost 11 years ago
Adds an isWarnEnabled() method to the Logger. More... almost 11 years ago
Updates licenses. More... almost 11 years ago
Updates libjitsi debian src package, excludes source we don't use. Updates licenses. More... almost 11 years ago
Removes a stack trace from a comment restoring the 80 chars convention. More... almost 11 years ago
Prepares to use SHA-1 from OpenSSL instead of BouncyCastle. More... almost 11 years ago
Fixes regression: sets the native socket pointer equal to 0 when we close the native socket. More... almost 11 years ago
Fixes a deadlock in the SctpSocket. More... almost 11 years ago
Updates date in changelog. More... almost 11 years ago
Fixes a NoClassDefFoundError caused by OSGi reported by Damian Minkov. More... almost 11 years ago
FMJ revision 84: Reverts revision 83 because it causes receive streams to stop ticking. More... almost 11 years ago
Updates debian standards version. More... almost 11 years ago
Makes it possible to specify an AES implementation provider. More... almost 11 years ago
FMJ revision 83: Fixes a possible busy wait. More... almost 11 years ago
FMJ revision 82: Fixes SSRC lookup. More... almost 11 years ago
FMJ revision 81: Mitigates deadlocks related to synchronization source identifier (SSRC)-related information lookup. More... almost 11 years ago
Exposes the MediaStream used my a recorder. More... almost 11 years ago
Adds some missing licenses in copyright file and skips some packages when creating debian src package. More... almost 11 years ago
Typo. More... almost 11 years ago
Reduces the memory retained by Jitsi Videobridge. More... almost 11 years ago
Implements shorter (1s) RTCP reporting interval for video sessions. More... almost 11 years ago
Reuses the SSRCInfo.makeReceiverReport() method from FMJ for receiver report creation. More... almost 11 years ago
FMJ revision 74: Fixes IllegalMonitorStateExceptions reported by Damian Minkov. More... almost 11 years ago
FMJ r77: prevents RTP packets being silently killed. More... almost 11 years ago
FMJ r73: Fixes a deadlock between JitterBuffer and RTPSourceStream. ICE4J r467: Does not use instanceof on each and every RTP packet. More... almost 11 years ago