- Dec 13, 2012
-
-
Vincent Lucas authored
Activates update for reloadable audio systems in order to activate them if the number of devices changes from 0 to something greater.
-
- Dec 12, 2012
-
-
Lyubomir Marinov authored
Modifies automatic audio device selection to attempt to pick up capture and playback/notify from the same hardware. Fixes warnings. Adds javadocs.
-
- Dec 10, 2012
-
-
Vincent Lucas authored
Changes sequence of audio configuration modification events in order to aggregate pop-up notification events.
-
- Dec 07, 2012
-
-
Vincent Lucas authored
Adds the device name and its state (connected or disconnected) for the "Device configuration has changed" pop-up notification. Adds a "New selected device" pop-up notification when the selected audio device has changed (for audio in, audio out and notifications).
-
- Dec 06, 2012
-
-
Lyubomir Marinov authored
-
Damian Minkov authored
Changes needed for android merge. Exposing several bundle contexts. Some public constants. Changes in sound notifications to use String as resource uri, and obtaining resource input stream and stream format info from AudioSystem, so it can be overridden in different implementations.
-
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).
-
- Dec 04, 2012
-
-
Lyubomir Marinov authored
Shortens the time it takes the PortAudio integration on Windows/WMME to react to the detection that an audio device has been unplugging.
-
- Dec 03, 2012
-
-
Lyubomir Marinov authored
Fixes freezes in Pa_ReadStream, Pa_StopStream and Pa_WriteStream and incorrect causes of paInvalidChannelCount errors in PortAudio on Windows/WMME. Mitigates an issue with hightened CPU usage (on all supported operating systems) related to hotplug.
-
- Dec 01, 2012
-
-
Boris Grozev authored
-
- Nov 27, 2012
-
-
Lyubomir Marinov authored
Allows the telephony conferences utilizing the Jitsi VideoBridge server-side technology to associate an RTP stream with the participant who is contributing it. Fixes multiple NullPointerExceptions in MediaStreamStatsImpl and OneToOneCallPeerPanel. Fixes an ArrayIndexOutOfBoundsException in AccountID.
-
- Nov 24, 2012
-
-
Boris Grozev authored
Changes the default priority of Opus in the configuration, it's now on top. Removes the DVI4 codec formats, since they are not supported.
-
Boris Grozev authored
Refactors the way specific Codec instances are accessed in MediaStreamImpl. Passes "format parameters" received via SDP/Jingle to codecs, which can handle them (Opus).
-
- Nov 22, 2012
-
-
Lyubomir Marinov authored
- Fixes spelling mistakes. - Fixes warnings.
-
Vincent Lucas authored
-
- Nov 21, 2012
-
-
Lyubomir Marinov authored
- Fixes the Eclipse .classpath of libjitsi which was broken because of the change of the JSON implementation library. - Fixes a call-related memory leak.
-
Damian Minkov authored
-
- Nov 20, 2012
-
-
Lyubomir Marinov authored
-
- Nov 19, 2012
-
-
Boris Grozev authored
Temporary fix for the issues with a NotRealizedError exception being thrown, and the camera being turned on in audio-only calls.
-
Lyubomir Marinov authored
-
- Nov 16, 2012
-
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
- Nov 15, 2012
-
-
Lyubomir Marinov authored
- Fixes a crash in Pa_StopStream. - Makes the switching of the audio device while in a call more thorough and resilient.
-
- 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.
-
- Nov 13, 2012
-
-
Vincent Lucas authored
-
- Nov 12, 2012
-
-
Boris Grozev authored
-
- Nov 10, 2012
-
-
Boris Grozev authored
Adds an Opus configuration form and changes the default Opus settings. Updates the Opus JNI binaries. Notifies encoders that implement PacketLossAwareEncoder (Opus and SILK) of packet loss information received via RTCP.
-
- Nov 06, 2012
-
-
Emil Ivov authored
Makes a minor API change. Pyload types are now overridden one by one in order to match the way we do this for the actual payload types
-
- Nov 05, 2012
-
-
Damian Minkov authored
-
- Nov 01, 2012
-
-
Lyubomir Marinov authored
Fixes a discrepancy/inaccuracy in the RTP buffer length and minimum threshold of FMJ which leaves it vularable to even the tinies hiccups of the network. Rebuilds FMJ and libjitsi with debug information such as line numbers.
-
- Oct 31, 2012
-
-
Damian Minkov authored
-
- Oct 30, 2012
- 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 27, 2012
-
-
Boris Grozev authored
-
- Oct 25, 2012
-
-
Lyubomir Marinov authored
-