Lyubomir Marinov
ef8cbfd09b
Optimizes r10201.
13 years ago
Vincent Lucas
60877fb959
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).
13 years ago
Pootle
5ca3a24ecb
Commit from translate.jitsi.org by user acastroy.: 1416 of 1416 messages translated (0 fuzzy).
13 years ago
Lyubomir Marinov
a6b37dc503
Commits the binaries of a refining of the automatic audio device selection to pick up devices from the same hardware.
13 years ago
Damian Minkov
572505ddeb
Moves signing application before creating the initial dmg image in order to keep the signing information, as it is not saved later when we modify the image.
13 years ago
Vincent Lucas
c9aa6de964
Enables audio system changes during on-going calls.
13 years ago
Boris Grozev
d13543fe2b
Updates FMJ to r14. Fixes calls dropping when RTP sequence numbers wrap and enables the adaptive jitter buffer by default
13 years ago
Boris Grozev
502305c1de
Updates FMJ to r13 (fixes jitter buffer delay computations for some codecs). Fixes an exception in MediaStreamStatsImpl (introduced in r10183).
13 years ago
Vincent Lucas
40798eafc4
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).
13 years ago
Boris Grozev
a45f6edbb1
Updates FMJ and FMJ sources to r12 (which includes a minor change in the way late RTP audio packets are handled)
13 years ago
Damian Minkov
0eb87e36f0
Changes the check for valid capabilities on discovering info, on not valid one we can end up with infinite loop querying server for discovery info.
13 years ago
Boris Grozev
c8b1aff23f
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.
13 years ago
Vincent Lucas
711bdfde08
Corrects invalid read access from the MacOsX/Windows libjitsi coreaudio library when creating or receiving a call without any microphone connected.
13 years ago
Lyubomir Marinov
80860c7761
Fixes issues with Jitsi VideoBridge conferencing.
13 years ago
Vincent Lucas
976ee608a0
Activates update for reloadable audio systems in order to activate them if the number of devices changes from 0 to something greater.
13 years ago
Tom Denham
502b281e12
Fix issues reported by Ingo on the dev mailing list where Jitsi fails to shutdown properly.
...
The fix relies on just calling System.exit() when we choose to shut down and the felix shutdown hooks take care of stopping everything nicely.
I've replaced the System.exit() call in the shutdown-timeout plugin with Runtime.getRuntime().halt() which doesn't run the shutdown hooks in felix so can't be blocked.
We'll need to keep a close eye on this to ensure that we're not resorting to the halt() in the shutdown-plugin in the mainline case. In future I hope to add a thread dump to the log just before we call .halt() to help diagnose problems in this area.
13 years ago
Damian Minkov
c288a70d3c
Fixes creating NetworkManagerListener on Linux.
13 years ago
Lyubomir Marinov
ab0e5691ff
Modifies automatic audio device selection to attempt to pick up capture and playback/notify from the same hardware. Fixes warnings. Adds javadocs.
13 years ago
Vincent Lucas
09bb8d43cc
Disables pop-up notification for video devices until video hotplug is not implemented.
13 years ago
Vincent Lucas
c4a0b3c6cb
Changes sequence of audio configuration modification events in order to aggregate pop-up notification events.
13 years ago
Vincent Lucas
f3df7dc1f6
Adds pop-up notifications for new video selected device.
13 years ago
Ingo Bauersachs
9a75641971
Apply proper styling to various checkboxes
13 years ago
Ingo Bauersachs
d0805a19d7
Apply proper styling to system address book configuration
13 years ago
Ingo Bauersachs
320c20d74d
Add OSGi imports for SIP SSL configuration (reported by Pawel Domas)
13 years ago
Vincent Lucas
de80427e32
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).
13 years ago
Damian Minkov
a30e6955f6
Changes needed for android merge. Sysactivity checks and loads implementation for current os.
13 years ago
Ingo Bauersachs
aad6f7cb26
Add certificate revocation checking options to TLS configuration panel
13 years ago
Lyubomir Marinov
b5bbadd2bc
Addresses a media- and UI-related freeze.
13 years ago
Damian Minkov
3874e3fc19
Fixes some locks : when clicking proactive notification can lock ui. Exiting application on mac osx can lock application performQuit is calling System.exit which locks current thread and the shutdown hook has locked the system exit and is waiting for other threads to quit.
13 years ago
Damian Minkov
d8f7fa47cf
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.
13 years ago
Vincent Lucas
769193bd2b
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.
13 years ago
Vincent Lucas
ef9eb89339
Reduces Windows Coreaudio DLL size by removing all non-global symbols (strip -x).
13 years ago
Vincent Lucas
7fc8eb5966
Activates microphone sensibility modification via Windows CoreAudio (adds 32bits version only for Vista/7/8).
13 years ago
Vincent Lucas
52b3c0dab6
Activates microphone sensibility modification via Windows CoreAudio (64bits version only for Vista/7/8).
13 years ago
Vincent Lucas
c58d7a62cb
Modifies path hierarchy for MacOsX CoreAudio JNI and library.
13 years ago
Lyubomir Marinov
31093c6dae
Shortens the time it takes the PortAudio integration on Windows/WMME to react to the detection that an audio device has been unplugging.
13 years ago
Lyubomir Marinov
9f0e0f8c70
Fixes a NullPointerException in MediaAwareCallConference reported by Emil Ivov.
13 years ago
Lyubomir Marinov
bf1ccdf3dd
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.
13 years ago
Yana Stamcheva
5ed8216de2
Fixes broken HTML rendering in the chat window. Patch provided by Ivan Vergiliev.
13 years ago
Damian Minkov
80c1eae3c0
Fixes sparkle update xml generation and its proper download.
13 years ago
Boris Grozev
ac9a2a2d42
Fixes a problem with RTP timestamps not being properly computed for Opus.
13 years ago
Damian Minkov
aba1f10bd9
Fixes video configuration tab when no video device is available. Moves some logging from info to trace and swing code in event dispatch thread.
13 years ago
Lyubomir Marinov
f5d8e03d62
Fixes an issue in which the local and the remote videos in a call could disappear from the display.
13 years ago
Damian Minkov
02b5ab7f02
Fixes check for update menu entry L&F and plugin container behaviour when initialize components.
13 years ago
Damian Minkov
032e5811d2
Fixes regular expressions.
13 years ago
Lyubomir Marinov
3294ef4ba3
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.
13 years ago
Damian Minkov
de67e1094f
Combines regular expressions as proposed by Ingo Bauersachs.
13 years ago
Damian Minkov
2c6d57dcc2
Renames windows launcher name to one using the application name.
13 years ago
Pootle
8610f37848
Commit from translate.jitsi.org by user acastroy.: 1401 of 1401 messages translated (0 fuzzy).
13 years ago
Boris Grozev
ff1ccec26c
Updates fmj to revision 10, which properly handles RTP audio packets arriving too late (by dropping them)
13 years ago