- Jun 20, 2014
-
-
Boris Grozev authored
-
- Jun 17, 2014
-
-
Boris Grozev authored
-
- Jun 02, 2014
-
-
Lyubomir Marinov authored
-
- May 30, 2014
-
-
Lyubomir Marinov authored
-
- Apr 15, 2014
-
-
Boris Grozev authored
-
- Jan 03, 2014
-
-
Lyubomir Marinov authored
-
- Nov 24, 2013
-
-
Lyubomir Marinov authored
-
- Nov 15, 2013
-
-
Lyubomir Marinov authored
-
- Nov 11, 2013
-
-
Ingo Bauersachs authored
This is primarily used by Jitsi on Windows to store logs and cached data on the local computers instead of on the network when roaming profiles with folder redirection is used.
-
- Oct 18, 2013
-
-
Lyubomir Marinov authored
-
- Oct 10, 2013
-
-
Lyubomir Marinov authored
Does not attempt to register libjitsi's Renderer implementations when audio and/or video support is disabled in order to prevent exceptions and their respective logs when they do not pose problems anyway.
-
- Oct 03, 2013
-
-
Lyubomir Marinov authored
-
- May 23, 2013
-
-
Lyubomir Marinov authored
-
- May 21, 2013
-
-
Lyubomir Marinov authored
Attempts to fix failures of the Windows Audio Session API (WASAPI) integration which reportedly break the very capture and playback functionality.
-
- May 20, 2013
-
-
Lyubomir Marinov authored
-
- May 09, 2013
-
-
Lyubomir Marinov authored
-
- Apr 24, 2013
-
-
Lyubomir Marinov authored
-
- Apr 23, 2013
-
-
Damian Minkov authored
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.
-
- Feb 14, 2013
-
-
Lyubomir Marinov authored
Fixes inconsistent synchronization in RTPSourceStream which could lead to unexpected behavior. Enables debug output in the PortAudio binaries on Windows. Makes sure that failures to load the JNI counterparts of CoreAudioDevice will not break PortAudio and the software volume control. Fixes warnings.
-
- Jan 28, 2013
-
-
Lyubomir Marinov authored
-
- Jan 15, 2013
-
-
Lyubomir Marinov authored
Fixes an issue of overlapping videos which could cause the local video in a call to be displayed bellow the remote video. Works on remedying issues with telephony conferences utilizing the Jitsi VideoBridge server-side technology.
-
- Dec 24, 2012
-
-
Vincent Lucas authored
-
- Dec 18, 2012
-
-
Vincent Lucas authored
-
- Dec 14, 2012
-
-
Boris Grozev authored
Updates FMJ to r11. This revision uses an adaptive jitter buffer (for audio streams), which changes size according to the number of packets arriving too late. Passes the net.java.sip.communicator.impl.neomedia.adaptive_jitter_buffer.* properties to the FMJ Registry. Changes the mechanism through which the number of discarded packets is obtained in MediaStreamStatsImpl, now using a FMJ controls. Shows more information about discarded packets and the adaptive jitter buffer in the "call info" window.
-
- Dec 06, 2012
-
-
Vincent Lucas authored
Corrects UnsatisfiedLinkError when trying to load nonexistent Windows or MacOSX CoreAudio library. Initializes microphone volume based on system value for MacOSX and Windows Vista/7/8.
-
Vincent Lucas authored
Activates microphone sensibility modification via Windows CoreAudio (64bits version only for Vista/7/8).
-
- Dec 05, 2012
-
-
Vincent Lucas authored
Work in progress using Windows CoreAudio API to set the input device volume (hardware microphone sensibility).
-
- Nov 22, 2012
-
-
Vincent Lucas authored
-
- Nov 21, 2012
-
-
Damian Minkov authored
-
- Nov 14, 2012
-
-
Lyubomir Marinov authored
- Removes the DirectSound support from PortAudio in order to prevent issues with bad audio quality. - Attempts to recognize USB PortAudio devices on Windows as such, ignores the virtual Microsoft Sound Mapper devices to avoid user confusion. Contributed by Vincent Lucas.
-
- Oct 29, 2012
-
-
Boris Grozev authored
Updates FMJ to r5 from the sourceforge SVN repository. This version uses a java.util.logging.Logger to log, and logs detailed statistics from the RTPSourceStream class. Changes MediaServiceImpl to always enable FMJ logging.
-
Vincent Lucas authored
Improves device selection via portaudio for MacOSX (hostapi coreaudio): adds the possibility to get the device transport type (USB, bluetooth, etc.) and an unique identifier. Corrects problems when: loading the same device twice (for the moment only for the same hostapi), a new plugged device is selected during a call or if the selected device is unchanged.
-
- Oct 15, 2012
-
-
Lyubomir Marinov authored
Commits work in progress on refactorying the call-related user interface for the purposes of audio and video telephony conferencing over single or multiple protocols and Jitsi VideoBridge.
-
- Oct 01, 2012
-
-
Lyubomir Marinov authored
-
- Sep 28, 2012
-
-
Boris Grozev authored
-
- Sep 27, 2012
-
-
Damian Minkov authored
Initialize EncodingConfiguration before postInitializeOnce, fixes exception MalformedURLException: Unknown protocol: portaudio when creating ZrtpFortunaEntropyGatherer.
-
- Sep 25, 2012
-
-
Lyubomir Marinov authored
-
- Sep 24, 2012
-
-
Boris Grozev authored
Makes MediaServiceImpl#getDefaultDevice return non-null even if no formats are enabled for the device. Updates some of it's usages accordingly. This fixes a problem with SIP audio calls failing when all video formats are disabled.
-
- Sep 21, 2012
-
-
Boris Grozev authored
Changes the EncodingConfiguration instance stored in MediaServiceImpl to one which contains global settings. Changes the names of some methods in EncodingConfiguration and MediaService to make their meaning more clear. Adds storeProperties() methods to EncodingConfiguration, makes EncodingsPanel use them.
-
- Sep 18, 2012
-
-
Emil Ivov authored
Adds support for the IETF Opus codec (patch by Boris Grozev). Fixes a problem that prevented Jitsi from using formats that are disabled by default (pach by Boris Grozev)
-