Lyubomir Marinov
6aab373dd6
- Fixes a crash in Pa_StopStream. - Makes the switching of the audio device while in a call more thorough and resilient.
13 years ago
Lyubomir Marinov
b20577588d
Commits files which should've gone into r10058.
13 years ago
Lyubomir Marinov
b1a7aac2d5
- Fixes multiple crashes in PortAudio.
...
- 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.
13 years ago
Boris Grozev
4c2b22b629
Adds an option that disables updating the sound level indicators in the call windows, if net.java.sip.communicator.impl.gui.main.call.DISABLE_SOUND_LEVEL_INDICATORS is set to true.
13 years ago
Boris Grozev
cc2664234f
Enables FEC for Opus.
13 years ago
Boris Grozev
1e7e76e755
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.
13 years ago
Boris Grozev
f0a2931a2c
Fixes an NPE thrown when an URL without a scheme is clicked in the chat window. Patch contributed by Tom Denham.
...
Also removes a print mistakenly committed in r10051
13 years ago
Boris Grozev
e21c425aac
Adds a missing resource property. Patch contributed by Tom Denham.
13 years ago
Yana Stamcheva
e4f138d46b
Small fix on Windows, part of previous commit on Video Bridge Menu behavior.
13 years ago
Yana Stamcheva
45a1a8c851
Fixes Video Bridge menu misbehavior reported by Kertesz Laszlo on dev mailing list (subject: Voice calling via Google talk isnt working well in latest versions and some UI issues).
...
Makes SwingWorker able to be instanciated only once and reused.
13 years ago
Vincent Lucas
469ea8c555
Updates listener for audio media configuration. This resolves the problem reported by Lyubomir Marinov about audio capture no more visible in audio tab preferences.
13 years ago
Lyubomir Marinov
afb27d05c3
- Prevents a NullPointerException in ice4j's Connector#stop() which appears quite often with unknown side effects.
...
- Prevents a NullPointerException in ToolsMenu related to the Jitsi VideoBridge menu item which causes of long chain of other exceptions and, eventually, prevents the application from completing its startup.
- Moves the C source code of JNI PortAudio library from Jitsi/net.java.sip.communicator to libjitsi/org.jitsi. Removes a couple of Java method and C function implementations each of which repeats three times. Fixes possible cases of leaving native callback threads which have been attached to the JVM in undetermined states.
13 years ago
Damian Minkov
f00ac9fb21
Fixes build. Updates libjitsi to latest version.
13 years ago
Damian Minkov
f65dc96da2
Synchronize list of currently playing clips in SoundNotificationHandler.
13 years ago
Yana Stamcheva
a86e412e2e
Makes single window user interface property configurable.
13 years ago
Emil Ivov
3f4fa600e0
Fixes code formatting (lines going beyond column 80)
13 years ago
Damian Minkov
3b3ff4a92f
Adds hotplug to portaudio wmme host api, also fixes a NPE that can prevent device change updates.
13 years ago
Vincent Lucas
2243330de2
Adds a new thread in the audio configuraiton to avoid user interface deadlock and latency while changing the capture device.
13 years ago
Damian Minkov
78f239fa20
Adds device uid for wmme and dsound devices.
13 years ago
Lyubomir Marinov
4ebbbcc979
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.
13 years ago
Damian Minkov
355a78b993
Adds native error codes and messages to PortAudioException when available and print them.
13 years ago
Vincent Lucas
09ecb11d04
Updates library jni portaudio for Linux-32. Includes stdin.h and corrects warning about intptr_t in net_java_sip_communicator_impl_neomedia_portaudio_PortAudio.c (as suggested by Lyubomir Marinov).
13 years ago
Damian Minkov
404ff34387
Updates library jni portaudio for windows.
13 years ago
Emil Ivov
703971dd36
Commits a patch from Tom Denham that handles the case where telephone-event is the only common payload type during an SDP negotiation. Refactors the DTMF OperationSets to use the neomedia Constants from its service package. Whoever imported Constants from an impl paa~ckage will be cleaning the floor for a week ;)
13 years ago
Vincent Lucas
612c97694c
Updates library jni portaudio for Linux-64.
13 years ago
Boris Grozev
88772e6283
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.
13 years ago
Vincent Lucas
59b514e323
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.
13 years ago
Boris Grozev
34b1e043bb
Refactors EncodingConfiguration to avoid it importing impl packages.
13 years ago
Damian Minkov
a5cd540f4c
Fixes overriding initial payload types to respect remote party payloads.
13 years ago
Damian Minkov
c2c6f5e7d1
Adds missing build target for plugin windows-clean-shutdown.
13 years ago
Lyubomir Marinov
044fdfa583
Maybe fixes a failure to interrupt audio notifications before they finish playing.
13 years ago
Damian Minkov
17a30bdffd
Allows the remote party to override payload type for the media we send to it. Payload types are no more overridden locally, and remote settings are used only for the media we sent to the that participant.
13 years ago
Yana Stamcheva
5c173f245d
Fixes hang up behavior when the call is already ended. Fixes closing of call info window when the other party hangs up the call.
13 years ago
Lyubomir Marinov
3b3c107b99
Reverts an incomplete modification to fix the build.
13 years ago
Lyubomir Marinov
f20774433d
Fixes exceptions, a memory leak due to incomplete code.
13 years ago
Damian Minkov
4a45de57f6
Handles payload type change event in receive streams.
13 years ago
Lyubomir Marinov
46b2f98053
Mitigates a problem where the on-hold button in the call dialog gets inappropriately selected at the end of the call.
13 years ago
Yana Stamcheva
a973bf9676
Makes the mute button reflect the current mute state if it was triggered from elsewhere (e.g. by pressing Shift-Ctrl-M).
13 years ago
Yana Stamcheva
3e6e886b74
Makes call window wait after a hang up only if there was no user intervention. Makes the window disappear immediately if the X button has been pressed.
13 years ago
Yana Stamcheva
90c1de2895
Makes OTR configurable from provisioning and defaults settings.
13 years ago
Yana Stamcheva
a2e939f9a1
Fixes previous commit default property value.
13 years ago
Yana Stamcheva
33c10f36d9
Removes unused import and improves code on previous commit that adds configuration property allowing to disable searches in call history
13 years ago
Yana Stamcheva
62e7b6f2eb
Adds a configuration property that allows to disable searches in call history.
13 years ago
Pootle
7c5fdde9c9
Commit from translate.jitsi.org by user yana.: 1373 of 1401 messages translated (0 fuzzy).
13 years ago
Yana Stamcheva
f474964f5a
Fixes bringToFront() unconditional recursion reported by Lyubomir Marinov.
13 years ago
Yana Stamcheva
a9584a410b
Fixes hashCode problem reported by Lyubomir Marinov.
13 years ago
Yana Stamcheva
b911156ea3
Disables minimize and maximize operations on the Add Contact window. Reported by Damien Engels and discussed on dev by Lubomyr and Ingo.
13 years ago
Damian Minkov
33a801ae53
Adds a check for force shutdown timeout system property.
13 years ago
Lyubomir Marinov
386c559bb2
Fixes a memory leak in NotificationManager. Removes an unnecessary copying of a List in CallManager.
13 years ago
Boris Grozev
0e62b4b8cb
Fixes a bug with the number of discarded packets not being logged correctly.
13 years ago