0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 24 hours ago. based on code collected about 24 hours ago.
Jun 11, 2024 — Jun 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixes warnings. More... over 11 years ago
Calls stop() and disconnect() on DataSource-s when they are removed from AudioMixer. Improves handling of ReceiveStream timeout events in MediaStreamImpl (handles TimeoutEvent-s with a null ReceiveStream). Calls getDataSource().disconnect() on ReceiveStream-s when they are removed. More... over 11 years ago
Makes sure that writeLock is released. More... over 11 years ago
Fixes warnings. More... over 11 years ago
Fixes 'Deadlock between GUI and ReceiveStream' reported by Ingo Bauersachs. More... over 11 years ago
For RTCP FIR messages, use the SSRC from the packet FCI, instead of the 'SSRC of media source' field (see RFC5104 sections 4.3.1.1 and 4.3.1.2). More... over 11 years ago
Fixes an IllegalStateException in FileAccessServiceImpl when executing inside Jitsi Videobridge. More... over 11 years ago
Allows getting the complexity set on the Opus encoder (for debugging/informational purposes). More... over 11 years ago
Updates bouncycastle to 1.50. More... over 11 years ago
Fixes the sending of RTCP feedback messages to support Full Intra Refresh (FIR). More... over 11 years ago
Call CoInitialize on AEC init More... over 11 years ago
Return an empty format list instead of null More... over 11 years ago
Fixes a deadlock in the ICE implementation between Agent.free() and StunClientTransaction observed in Jitsi Videobridge. More... over 11 years ago
Fixes an issue with Packet Loss Concealment (PLC) which could cause muting in Jitsi Videobridge conferences to 'repeat' after unmuting. More... over 11 years ago
Uses a single Thread per StunStack to expire StunServerTransactions in order to reduce the total number of utilized Threads. More... over 11 years ago
Defaults to not dropping received RTP packets from muted audio sources and allows the behavior to be enabled through a ConfigurationService property. More... over 11 years ago
Uses a Thread pool for StunClientTransaction in order to improve performance. More... over 11 years ago
Let ZRTP childstreams report the verification status of the main stream More... over 11 years ago
Set the RTP Marker flag for the last RTP packet of a frame. More... over 11 years ago
Fixes removing properties with partial match, and adds tests for it. More... over 11 years ago
Uses client-to-mixer audio levels as defined by RFC 6464 to reduce the effects of decryption, decoding, and audio mixing in the presence of muted audio sources in a Jitsi Videobridge telephony conference. More... over 11 years ago
Fix a bug in calculating the VP8 Payload Descriptor size More... over 11 years ago
Fixes DTLS retransmissions in order to make DTLS more resilient to packet loss. More... over 11 years ago
Attempts to be less careful and to accommodate even more DTLS records in one datagram. More... over 11 years ago
Fixes NullPointerExceptions in DTLS-SRTP. More... over 11 years ago
Takes into account --min-port and --max-port for the Jingle ICE-UDP transport. Attempts to be more resilient to packet loss during DTLS handshaking. More... over 11 years ago
Adds javadocs, fixes formatting. More... over 11 years ago
Fixes a regression in which RawPackets can be returned for re-use prematurely More... over 11 years ago
Moves screencapture/imgstreaming from the package net.java.sip.communicator to the package org.jitsi. More... over 11 years ago
Applies formatting. More... over 11 years ago