- Jan 30, 2013
-
-
Lyubomir Marinov authored
-
- Jan 29, 2013
-
-
Lyubomir Marinov authored
Fixs a NullPointerException in the H.264 encoder which could prevent the building of a flow graph (e.g. Android). Does not attempt to enable RTCP feedback for H.264 video on Android because that does not have a way of working there.
-
- Jan 28, 2013
-
-
Lyubomir Marinov authored
-
Vincent Lucas authored
Uses device UID or name (instead of index) for PortAudio CaptureDeviceInfo locator. This fixes the problem of starting/stopping the wrong device after an update of the device list (i.e. a device has been dis/connected.).
-
Vincent Lucas authored
Updates audio device selection: selected device is now put on top of the device list, instead of on top of the active device list.
-
- 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.
-
- Jan 07, 2013
-
-
Lyubomir Marinov authored
-
- Jan 02, 2013
-
-
Vincent Lucas authored
Corrects the property name org.jitsi.impl.neomadia.device.disableUsbDeviceAutoSelection to org.jitsi.impl.neomedia.device.disableUsbDeviceAutoSelection.
-
- Dec 24, 2012
-
-
Vincent Lucas authored
-
- Dec 21, 2012
-
-
Lyubomir Marinov authored
Displays a pop-up notification about the removal of an audio device only if it used to be the active/selected one.
-
Vincent Lucas authored
Creates a property named org.jitsi.impl.neomadia.device.disableUsbDeviceAutoSelection in order to disable the automatic selection of USB audio devices (if set to true).
-
Vincent Lucas authored
-
- Dec 20, 2012
-
-
Vincent Lucas authored
Adds capability for Windows to retrieve the model identifier for audio devices. But there is still some issues with using it. Thus, disables temporaly the use of model identifier.
-
Vincent Lucas authored
Adds a way to retrieve the model identifier for audio devices: this allows an USB device without a serial number to be recognized as a single device regardless of the USB port used. MacOsX part only.
-
Vincent Lucas authored
Enables the media configuration dialog to listen to audio system and device changes even if the audio system combo box is disabled (via the AUDIO_SYSTEM_DISABLED_PROP portperty).
-
- Dec 19, 2012
-
-
Vincent Lucas authored
Reverts commits 10201 and 10202: Adds a net.java.sip.communicator.impl.neomedia.device.hideDevicelessAudioSystems property (default=true) to give the possibility to show deviceless audio systems (if this property is set to false in the configuration).
-
Lyubomir Marinov authored
-
Vincent Lucas authored
Adds a net.java.sip.communicator.impl.neomedia.device.hideDevicelessAudioSystems property (default=true) to give the possibility to show deviceless audio systems (if this property is set to false in the configuration).
-
Lyubomir Marinov authored
Commits the C source code of a refining of the automatic audio device selection to pick up devices from the same hardware.
-
- Dec 14, 2012
-
-
Vincent Lucas authored
First part of automatic audio system change: only if the "none" audio system is currently selected and another audio sytem becomes available (a new device has been detected).
-
- Dec 13, 2012
-
-
Lyubomir Marinov authored
-
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
-
-
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.
-
- 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
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.
-
- 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.
-
- Nov 16, 2012
-
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
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 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 05, 2012
-
-
Damian Minkov authored
-
- Oct 30, 2012
-
-
Emil Ivov authored
Moves Constants to the serivce package so that it would be accessible for other packages that need to access a PT name
-
- Oct 29, 2012
-
-
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 25, 2012
-
-
Lyubomir Marinov authored
-