- 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
-
Vincent Lucas authored
Activates microphone sensibility modification via Windows CoreAudio (adds 32bits version only for Vista/7/8).
-
Vincent Lucas authored
Activates microphone sensibility modification via Windows CoreAudio (64bits version only for Vista/7/8).
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
- Dec 05, 2012
-
-
Vincent Lucas authored
-
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 26, 2012
-
-
Boris Grozev authored
Updates fmj to revision 10, which properly handles RTP audio packets arriving too late (by dropping them)
-
- 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
-
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
-
Lyubomir Marinov authored
Commits the C source code of a fix of a memory corruption in the FFmpeg JNI library caused by the use of strdup instead of av_strdup.
-
- Nov 18, 2012
-
-
Lyubomir Marinov authored
-
- Nov 17, 2012
-
-
Lyubomir Marinov authored
Commits work in progress on updating to FFmpeg 1.0. The C source code of the FFmpeg JNI library is modified to use vanilla FFmpeg 1.0.
-
- 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.
-
Lyubomir Marinov 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.
-
- Nov 13, 2012
-
-
Vincent Lucas authored
-
- Nov 12, 2012
-
-
Boris Grozev authored
-