Commit Graph

9191 Commits (769193bd2bb410ba7701b6a4c4e663edf7b9c3b8)
 

Author SHA1 Message Date
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
Damian Minkov 89a0d79e98 Changes macosx application executable name.
13 years ago
Damian Minkov 39aeecb8a7 Changes product version and manufacturer of run exe and setup when building windows installers.
13 years ago
Damian Minkov 6e4215410d Removes unnecessary check when connecting to yahoo.
13 years ago
Yana Stamcheva dd34f2a54a Fixes ArrayIndexOutOfBoundsException and a NullPointerException when editing an account.
13 years ago
Yana Stamcheva a7f88957c6 Fixes error message when create call fails.
13 years ago
Boris Grozev 172b5e819d Changes the default priority of Opus in the configuration, it's now on top. Removes the DVI4 codec formats, since they are not supported.
13 years ago
Boris Grozev ff5d04e940 Refactors the way specific Codec instances are accessed in MediaStreamImpl. Passes "format parameters" received via SDP/Jingle to codecs, which can handle them (Opus).
13 years ago
Damian Minkov 2f31158b38 Fixes java 5 compatibility and debian builds.
13 years ago
Lyubomir Marinov 121170bb13 Fixes a leak of OtrContactMenu instances (which a case of real-world usage were found to unnecessarily retain more than a megabyte of the Java heap).
13 years ago
Emil Ivov a626039f66 Modifies the Voicemail notifications GUI so that it would also display the number of urgent voicemail messages. Patch by Tom Denham
13 years ago
Yana Stamcheva d735b29331 Removed the warning when closing the contact list window on Mac systems. The applications on MacOSX are not quited on window close, so we don't need to warn the user.
13 years ago
Damian Minkov 1a3cb8b5a4 Avoids dialing empty numbers and adds option to configure remember password to be checked by default in authentication window, contributed by Tom Denham.
13 years ago
Damian Minkov 773e1fa6f8 Adds support for protocol providers without wizards. Patch contributed by Tom Denham.
13 years ago
Damian Minkov 6b4f9cbc15 Does not show call info if there is nothing to show. Patch contributed by Tom Denham.
13 years ago
Damian Minkov 6104713520 Adds property to disable video bridge menu and functionality. Patch contributed by Tom Denham.
13 years ago
Damian Minkov 74f1c31f25 Make whether stack trace is shown in error pop-ups configurable. Patch contributed by Tom Denham.
13 years ago
Damian Minkov f2c79540aa Fix yahoo login failures by changing test for whether we should re-ask the user for credentials when a yahoo login fails. Patch contributed by Tom Denham.
13 years ago
Damian Minkov 54d376f0cf Add code to check for updates once a day and config option to control whether this is enabled and the hour to check. Patch contributed by Tom Denham.
13 years ago
Damian Minkov 3450573e5a Add support for disabling messaging over SIP using a property. Patch contributed by Tom Denham.
13 years ago
Damian Minkov e5c7f5aa6a Fixes initial account registration form.
13 years ago
Yana Stamcheva 8b96328959 Fixes NullPointerException in ExtendedTooltip.
13 years ago
Lyubomir Marinov fff370944f - Commits work in progress on adding javadocs. Reported by Yana Stamcheva.
13 years ago
Yana Stamcheva 74632843b8 Adds a property, which disables the audio system configuration combo box. Fixes a NullPointerException in video configuration form. In Audio and Video config forms, shows the tabbed pane only when we have more than one component to show.
13 years ago
Vincent Lucas 6594b1de5d Adds microphone hardware amplification for MacOSX via CoreAudio.
13 years ago
Lyubomir Marinov 1e258ced34 - Fixes the Eclipse .classpath of libjitsi which was broken because of the change of the JSON implementation library.
13 years ago
Yana Stamcheva f87c4cf9ba Removes the ConfigurationManager-s from impl.gui and plugin.generalconfig packages and create a NotificationUtils class that manages all common configuration properties and is accessible through the util package.
13 years ago
Damian Minkov 4f3d81f0cc Replaces json lib.
13 years ago
Damian Minkov e2ef092f63 Reverts some changes from previous build. Fixes tests.
13 years ago
Damian Minkov 4c18b35618 Fixes missing about window and sometimes missing systray entry.
13 years ago
Lyubomir Marinov 9c89ffe458 Fixes an IllegalArgumentException in the constructor of PortAudioException (on the C side).
13 years ago