Commit Graph

568 Commits (9afee63468cacd623c95a3c2977b0d3a17e7d740)

Author SHA1 Message Date
Lyubomir Marinov 9afee63468 Fixes quality degradation issues in the Windows Audio Session API backend.
13 years ago
Lyubomir Marinov 7e6f6861b8 Fixes a warning.
13 years ago
Lyubomir Marinov 57a66b4319 Fixes an access violation during the initialization of the PortAudio integration. Reported by Tudor Berechet.
13 years ago
Boris Grozev 56c5e78ece Updates libjitsi (to c37e16b069a1db2d572e00619a507b5811ab496c)
13 years ago
Lyubomir Marinov 8d1ee366a6 Optimizes the video capture on Windows by avoiding an unnecessary copy of the video frames.
13 years ago
Lyubomir Marinov 8fdaa96708 Adds support for Logitech HD Pro Webcam C920 on Windows.
13 years ago
Lyubomir Marinov fdadb1ee61 Makes the display of the video formats by webcams on Windows more useful (to developers).
13 years ago
Lyubomir Marinov e782536ff9 Fixes a failure of the video capture on Windows to set a specific video resolution.
13 years ago
Damian Minkov 24e81b8280 Updates libjitsi to latest changes.
13 years ago
Lyubomir Marinov 64970d5039 Reduces the numbers of times that the camera gets opened and closed on Windows to the minimum, strives to be more thorough about the opening, closing, disposing in an attempt to mitigate issues which could cause the camera to remain open.
13 years ago
Lyubomir Marinov 54ab612296 Attempts to fix failures of the Windows Audio Session API (WASAPI) integration which reportedly break the very capture and playback functionality.
13 years ago
Lyubomir Marinov 5a6dd7a37f Commits work in progress on fixing issues with video capture on Windows.
13 years ago
Lyubomir Marinov 4d4a2c8eef Addresses issues on Windows, betters the support for volume adjustments across the audio systems.
13 years ago
Damian Minkov cc1ba9b279 Fixes some NoClassDefFoundErrors introduced in latest commits. Fixes tests.
13 years ago
Damian Minkov e35e4a7974 Creates authenticate windows service that will create the dialog and will show it to user used with different impl on android and desktop.
13 years ago
Lyubomir Marinov 05b8c6cad6 Fixes a problem in the resolution of the devices by name (which could lead to the use of audio devices from an incorrect audio system).
13 years ago
yanas a5b2b851c5 Improves videobridge interface to show participants with no video as
13 years ago
Lyubomir Marinov 1a52d02710 Adds additional debug/error information output in the Windows Audio Session API (WASAPI) integration.
13 years ago
Lyubomir Marinov 72c288d252 Fixes multiple issues related to unplugging the last audio device and then plugging it back.
13 years ago
Werner Dittmann b97e30b3f3 Implement a new cache handling for ZRTP
13 years ago
Ingo Bauersachs 3878be789b Update jmork to rev a18997b (accept newlines in values)
13 years ago
Lyubomir Marinov 77428c1363 Fixes recent breakage of FEC decoding in the Opus codec.
13 years ago
Lyubomir Marinov eccdfddea5 Employs packet loss concealment (PLC) for the Opus and SILK audio codecs.
13 years ago
hristoterezov e03b8eed1d Fixes issue when the user try to make a call and the peer remains in state connecting forever. The issue is caused by upnp methods that block forever.
13 years ago
hristoterezov ae7814655b Fixes issue when the user try to make a call and the peer remains in state connecting forever. The issue is caused by upnp methods that block forever.
13 years ago
Lyubomir Marinov 92a4a47fe7 Updates FMJ to r28 which implements shrinking of the audio RTP packet queue/jitter buffer.
13 years ago
Damian Minkov c9cb6e8176 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.
13 years ago
Damian Minkov 1af66119fa Tries to fix otr4j.
13 years ago
Vincent Lucas 0ce8d71266 Corrects ZRTP SAS validation: check that the provided SAS is not null before validation.
13 years ago
Lyubomir Marinov 72adbcbd6c 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.
13 years ago
Vincent Lucas 9c86edf286 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.
13 years ago
Werner Dittmann 8d58eab5fc Add libjitsi again with new bccontrib separation
13 years ago
Werner Dittmann 64a459f352 Merge branch 'ingo'
13 years ago
Hristo Terezov 7e93dbb052 Fixed build of libjitsi
13 years ago
Hristo Terezov 4e5ec6455b Fixed import.
13 years ago
Hristo Terezov 3bd11aea83 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.
13 years ago
Ingo Bauersachs 7414bee85c Update smack to a build based on JDK5
13 years ago
Ingo Bauersachs cf2f1e21b1 Use strategy pattern for XMPP login (Patch by Stefan Sieber)
13 years ago
Damian Minkov dc4730bff4 Adds h264 high profile and its configuration entry.
13 years ago
Lyubomir Marinov fc26a933f9 Updates jitsi-videobridge to the latest libjitsi.
13 years ago
Ingo Bauersachs e65b7c8f54 Add ContactSource plugin for Thunderbird
13 years ago
Lyubomir Marinov 97cba28a43 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.
13 years ago
Boris Grozev 66e39e2832 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.
13 years ago
Boris Grozev 684f32c9d8 Updates FMJ to r25. Handles the newly introduced Buffer.FLAG_SKIP_FEC in the libjitsi decoders.
13 years ago
Boris Grozev 5ffef82d0f 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')
13 years ago
Vincent Lucas faf1f39e6e 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.
13 years ago
Boris Grozev 93cbfea68c Tries to reuse a Buffer's data in order to avoid allocating memory.
13 years ago
Werner Dittmann 39c1998b9f Update to zrtp4j-light v3.1.0
13 years ago
Emil Ivov a694066b11 Upgrades to latest ice4j version, for better WebRTC compatibility (More to come on this subject in the following weeks).
13 years ago
Lyubomir Marinov 1685a457af Fixes multiple failures to (properly) display the local and/or remote videos in a call.
13 years ago