Commit Graph

1158 Commits (5ffef82d0f04596e08c0fab591bd1a56407d9521)

Author SHA1 Message Date
Boris Grozev 5ffef82d0f Adds an option to set the video bitrate. Patches provided by Benoît Laniel on the dev@ mailing list (under the subject of '[PATCH] Set default max video bandwidth to 128')
13 years ago
Hristo Terezov cbec3cb49e Fix for the global shortcuts on Linux to ignore auto repeat key events when a shortcut is pressed.
13 years ago
Vincent Lucas faf1f39e6e Corrects the RTP DTMF buffering management for the following case: when a key is hold down on Windows, it generates several start DTMF events and only one stop when released.
13 years ago
Yana Stamcheva 7f3ff453f0 Adds native globalshortcut libs for linux and Windows. Provided by Hristo Terezov.
13 years ago
Boris Grozev 93cbfea68c Tries to reuse a Buffer's data in order to avoid allocating memory.
13 years ago
Yana Stamcheva 77b1249b45 Adds "push to talk" functionality. The default shortcut for push to talk is "Shift Ctrl/Meta T". Native global shortcuts are now committed only for Mac. Windows and Linux coming soon. Patch provided by Hristo Terezov on dev (March 25, 2013, subject: "Re: [jitsi-dev] [PATCH] Push to talk"). Additionally this commit also removes the ppc command from the globalshortcut target.
13 years ago
Werner Dittmann 39c1998b9f Update to zrtp4j-light v3.1.0
13 years ago
Emil Ivov a694066b11 Upgrades to latest ice4j version, for better WebRTC compatibility (More to come on this subject in the following weeks).
13 years ago
Lyubomir Marinov 1685a457af Fixes multiple failures to (properly) display the local and/or remote videos in a call.
13 years ago
Boris Grozev 794aca649d Reverts a mistakenly committed file in r10614.
13 years ago
Vincent Lucas a1e648c6ef Adds a minimal duration for RTP DTMF tones. This minimal duration can be configured by provisioning with the net.java.sip.communicator.service.protocol.minimalRtpDtmfToneDuration property, or by setting it in the account preferences.
13 years ago
Vincent Lucas a6288b5c35 Adds edition for macosx address book contact properties. Avoids concurrent access to contact details. Corrects msoutlook subcategories for email and nickname.
13 years ago
Lyubomir Marinov b78d03cc43 Seemingly fixes an issue which could cause a few pixels of the remote video in a call to be scaled out of proportion.
13 years ago
Damian Minkov 46bcbd306e Dispatches video contact details. Uses voice as default number detail, if no type is available. Use position index in MetaContactRightButtonMenu.
13 years ago
Vincent Lucas 10b5fa8e2f Corrects redundant setting of current directory for jmsoutlookaddrbook.dll. Updates the dll (32 and 64 bits).
13 years ago
Vincent Lucas 67c6f7c336 New version of the jmsoutlookaddrbook.dll (32 and 64 bits).
13 years ago
Boris Grozev a1dcd0fcb7 Updates to FMJ r20 (which reverts r18, since it causes problems -- symptoms are degraded video quality).
13 years ago
Lyubomir Marinov 06cd03c942 Fixes NullPointerException in FitLayout. Reported by Boris Grozev.
13 years ago
Vincent Lucas 4e741d81aa New version of the jmsoutlookaddrbook.dll. Corrects wrong cast.
13 years ago
Lyubomir Marinov 8d2147e636 Fixes crashes in the Outlook contact integration related to calling conventions.
13 years ago
Lyubomir Marinov 8de4cdf9a1 Fixes failures to identify PortAudio devices which could break playback on Windows XP.
13 years ago
Lyubomir Marinov 1978e18b71 Fixes failures to identify PortAudio devices which could break playback on Windows XP.
13 years ago
Boris Grozev 349f69c703 Updates FMJ to r19 (which removes the logging of a stack trace)
13 years ago
Vincent Lucas 528bdb40d5 Implements contact details edition and notification for outlook.
13 years ago
Lyubomir Marinov c85ca6ca0c Works on preventing an issue with the display of remote video which could scale it down to a tiny number of pixels. Fixes multiple technical/programming errors, warnings, javadocs.
13 years ago
Lyubomir Marinov 6476071892 Fixes warnings.
13 years ago
Lyubomir Marinov acfa70a192 Fixes Java 1.5 compatibility breakage reported by Heikki Lindholm. Fixes warnings.
13 years ago
Lyubomir Marinov 80b78f21b3 Fixes warnings. Adds and/or fixes javadocs.
13 years ago
Boris Grozev fa534bd7df Removes attempts to register the speex JavaEncoder and JavaDecorer classes, since they are exluded in the default libjitsi build, and trying to register them raises exceptions.
13 years ago
Lyubomir Marinov 66584bbd44 Fixes the display of the remote video in a call which could appear as a single pixel (on Windows at least).
13 years ago
Lyubomir Marinov 7ed8a54917 Improves the hotplug response times on Windows which may be noticeably prolonged due to thread scheduling in cases of Windows Multimedia reporting lack of a device driver.
13 years ago
Damian Minkov 6c28da6290 Fixes dispatching/saving some addressbook fields. Adds new subcategory to ContactDetails. Adds additional check to account manager, to check whether an account with user_id is saved in configuration. Adds id key for SourceContacts and their data.
13 years ago
Damian Minkov 744db6582d Removes some more properties.
13 years ago
Lyubomir Marinov 48200f250c Fixes inconsistent synchronization in RTPSourceStream which could lead to unexpected behavior. Enables debug output in the PortAudio binaries on Windows. Makes sure that failures to load the JNI counterparts of CoreAudioDevice will not break PortAudio and the software volume control. Fixes warnings.
13 years ago
Damian Minkov d22a03ecbd Removes some functions only available in newer macosx versions.
13 years ago
Damian Minkov 6be8af5781 Implements contact details edit and notification for outside edit of contacts.
13 years ago
Lyubomir Marinov 02acd44641 Commits work in progress on utilizing Android's native hardware (and software) decoding (and encoding) via MediaCodec.
13 years ago
Lyubomir Marinov 86678039d0 Fixes the merging of one-to-one calls into conference calls.
13 years ago
Damian Minkov 5d0e75a9cc Tests reorder bundles.
13 years ago
Lyubomir Marinov 255c256603 Prevents copying of the encoded video data in the H.263 and H.264 encoders.
13 years ago
Lyubomir Marinov 4dbd2ba0b5 Fixes the color space conversion on all supported operating systems (including Android).
13 years ago
Boris Grozev be26a580f3 Fixes a regression in the VP8 encoder
13 years ago
Damian Minkov fad7b70203 Adds option to enable/disable task bar / dock alerts. Alert main window on incoming calls.
13 years ago
Boris Grozev 1472dc8cc2 Updates FMJ to r16 (adds additional logs)
13 years ago
Boris Grozev 343b565ee5 Adds default sizes to the VP8 encoder.
13 years ago
Ingo Bauersachs 30363404e8 Make the ParallelResolver and the DnssecResolver two distinct DNS service implementations
13 years ago
Lyubomir Marinov 498c3c721e 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.
13 years ago
Damian Minkov 1426368d44 Updates junbound after package update.
13 years ago
Lyubomir Marinov aa24592ef6 Does not allow the FMJ encoder and decoder classes of Opus to register with FMJ/the application unless the jnopus JNI library is loaded and appears functional. Otherwise, the Opus codec will be considered supported and advertised as such while the JNI library may not be available at all (e.g. Android).
13 years ago
Lyubomir Marinov bd8aca051b Updates FMJ to r15: Removes a NullPointerException which is said to have been placed for the purposes of JMF compatibility but is inappropriate anyway.
13 years ago