0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
May 29, 2024 — May 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixes a problem with quickly displaying video preview can leave the camera open, adds listeners earlier to be sure we will get ui events to stop player. More... about 12 years ago
Ignores the 'RTP pacing threshold' setting if it's set to over 1000 (as opposed to failing with an exception). More... about 12 years ago
Fixes SAS verification status updates for ZRTP. More... about 12 years ago
Corrects ZRTP SAS validation: check that the provided SAS is not null before validation. More... about 12 years ago
Attempts to improve the RTP packet queue/the audio jitter buffer with resepect to recovery when the queue/buffer is full. Works on bringing uniformity to the media processing threads created by FMJ and libjitsi as part of an effort to resolve quality degradation made very audible by jitsi-videobridge. More... about 12 years ago
Improves handler for DTMF events: when sending several DTMF tones in a short frame, the notification sound is no more clipped but played entirely. The net.java.sip.communicator.service.protocol.maximalRtpDtmfToneDuration property is added to define a maximal duration for the RFC 2833/4733 DTMF tones. More... about 12 years ago
Merge branch 'ingo' More... about 12 years ago
Fixed import. More... about 12 years ago
Fix for the issue when the encoder and the rtpConnectors are in separate VideoMediaDeviceSession instances and the encoder doesn't receive the key frame requests from other peers. More... about 12 years ago
Improves setting of the stream direction when processing jingle content-accept messages. This fixes a problem with video conferences where video streams sometimes 'freeze' if a non-focus starts to send video (while the focus is not sending video) More... about 12 years ago
Adds h264 high profile and its configuration entry. More... about 12 years ago
Updates jitsi-videobridge to the latest libjitsi. More... about 12 years ago
Implements an alternative to PortAudio on Windows which uses Windows Audio Session API (WASAPI) and related Core Audio APIs such as Multimedia Device (MMDevice) API. More... about 12 years ago
Changes the way FEC is handled in the Opus decoded. Makes it output a single Buffer containing both the data decoded from FEC and the packet's 'regular' data. Until now, it output two separate Buffers. More... about 12 years ago
Updates FMJ to r25. Handles the newly introduced Buffer.FLAG_SKIP_FEC in the libjitsi decoders. More... about 12 years ago
Adds an option to set the video bitrate. Patches provided by BenoƮt Laniel on the dev@ mailing list (under the subject of '[PATCH] Set default max video bandwidth to 128') More... about 12 years ago
Corrects the RTP DTMF buffering management for the following case: when a key is hold down on Windows, it generates several start DTMF events and only one stop when released. More... about 12 years ago
Tries to reuse a Buffer's data in order to avoid allocating memory. More... about 12 years ago
Update to zrtp4j-light v3.1.0 More... about 12 years ago
Fixes warnings. More... about 12 years ago
Fixes multiple failures to (properly) display the local and/or remote videos in a call. More... about 12 years ago
Fixes a problem with RTCP PLI packets not being sent. The problem was that the usePLI field of VideoMediaStreamImpl was accessed from the constructor of the superclass (through the overloaded deviceSessionChanged method), before being initialized. As a result it's value was 'false' rather than the intended 'true'. This patch makes the field static, since (once initialized) it's value was always 'true' anyway. More... about 12 years ago
Reverts a mistakenly committed file in r10614. More... about 12 years ago
Small fixes to various comments. Adds logs when a SIP outgoing call is created and when a Conference-Info IQ is received. More... about 12 years ago
Disables trace logs from the VP8 DePacketizer, as they are meant to be enbled only if needed. More... about 12 years ago
Adds a minimal duration for RTP DTMF tones. This minimal duration can be configured by provisioning with the net.java.sip.communicator.service.protocol.minimalRtpDtmfToneDuration property, or by setting it in the account preferences. More... about 12 years ago
Fixes a mistake in the code dealing with the timer which tracks the call duration. More... about 12 years ago
Seemingly fixes an issue which could cause a few pixels of the remote video in a call to be scaled out of proportion. More... about 12 years ago
Updates to FMJ r20 (which reverts r18, since it causes problems -- symptoms are degraded video quality). More... about 12 years ago
Fixes NullPointerException in FitLayout. Reported by Boris Grozev. More... about 12 years ago