Commit Graph

963 Commits (dd9164a3428589a9bc8bc556b147f3fc8e819f01)

Author SHA1 Message Date
Vincent Lucas dd9164a342 Corrects writing DTMF payload (RFC4733) for RTP packets, when the RTP packet length is greater then the fixed header (i.e. with CSRC identifiers).
14 years ago
Damian Minkov 5b0151fa18 Skips empty property names in configuration service and provisioning.
14 years ago
Vincent Lucas f5ab22a881 Merges redundant code (between CryptoPacketExtension and sdes4j) for parsing SDes crypto attribute (proposed by Ingo Bauersachs).
14 years ago
Lyubomir Marinov 7a48895242 Fixes a NullPointerException during video conference calls. Reported by Emil Ivov.
14 years ago
Vincent Lucas bf34dca47e Updates Ice4j to revision #333: Corrects connectivity check client nerver terminate (Jingle only). Reported by Lyubomir Marinov: org.ice4j.ice.ConnectivityCheckClient.run() will skip a check beat.
14 years ago
Vincent Lucas f424e5f530 Updates Ice4j to revision #332: Corrects the problem of truncated datagram packets at reception (for packets truncated by the java stack and not by the network).
14 years ago
Vincent Lucas a1c61aec2d Updates Ice4j to revision #331: Corrects STUN packet length computation as pointed outby Pawel Domas.
14 years ago
Lyubomir Marinov 073d015251 Fixes issues with video conferencing such as the display of a non-focus participant's video to other non-focus participants and the stopping of the streaming between non-focus participants upon stopping of the streaming of the focus' local video.
14 years ago
Vincent Lucas c3f189792f Updates Ice4j to revision #330: Improves detection of STUN packets (MAGIC_COOKIE and valid length header field).
14 years ago
Vincent Lucas bda57a32aa Updates Ice4j to revision #328: Handles TCP socket when closed by remote host (which previously triggers numerous illegal length excpetion).
14 years ago
Lyubomir Marinov 403a59cd17 Fixes a crash of the Outlook presence, IM and VoIP integration related to a report on the dev mailing list by Damian Kohlfeld.
14 years ago
Lyubomir Marinov a2bf866ce0 Fixes issues with video conferencing such as a failure of the local video to be displayed and a limitation of the conference focus with respect to requiring it to capture video as well.
14 years ago
Damian Minkov 7a9fdb15d4 Fixes tests.
14 years ago
Yana Stamcheva 8992d147b7 A new custom contact action service allowing to represent more actions for a contact entry in the contact list.
14 years ago
Vincent Lucas a687c482c6 Adds password support for google relayed candidate (updates ice4j to svn revision #322).
14 years ago
Vincent Lucas b283f6522b Removes all local symbols from the libgrowl4j.dylib (using strip -x as suggested by Lyubomir Marinov).
14 years ago
Vincent Lucas 338015809e Updates growl4j.jar built with java 1.5.
14 years ago
Vincent Lucas 8c28eae1c0 Updates growl4j in order to use growl SDK version 1.3.1
14 years ago
Lyubomir Marinov 601776d42f - Works on removing the video of a video conference participant from display on the remaining non-focus participants. - Tries to fix a crash in PortAudio (often seen at the end of video conference calls).
14 years ago
Vincent Lucas a45b6e0940 Adds SDES for XMPP. Works with Jingle and GTalk (only for gmail web app, doesn not work on "talk" for android).
14 years ago
Lyubomir Marinov c1366b5d7f Fixes an issue which would leak at least one Thread per call which would endlessly send out RTCP packets.
14 years ago
Lyubomir Marinov f8e0e34b69 Fixes an IllegalMonitorStateException in PortAudioRenderer reported by Emil Ivov.
14 years ago
Vincent Lucas 6fa254a88b Updates ice4j to svn revision #319: Corrects null pointer exception when trying to log a packet whereas the socket is already closed.
14 years ago
Lyubomir Marinov 62634e5177 - Fixes the horizontal gap between multiple videos in a call. It used to appear different between the different columns and caused videos with equal aspect ratios to appear with unequal heights.
14 years ago
Lyubomir Marinov 5c532cead2 Fixes "Invalid access to memory location" in jdic_misc.dll reported by Vieri.
14 years ago
Lyubomir Marinov 40ce7ebb62 Fixes 'Invalid RTCP Version' exception caused by incorrect RTCP feedback packet construction.
14 years ago
Lyubomir Marinov 26b38766e3 Fixes a failure to keep the aspect ratio of the video when switching to full screen. Attempts to remedy a multi-video display when switching between camera and desktop streaming. Tries to fix a crash in the QTKit video capture on Mac OS X. Works on addressing a unnecessary remaining of the camera on Mac OS X open.
14 years ago
Damian Minkov 47596065ba Fixes filtering correct file types.
14 years ago
Vincent Lucas f8983838a7 Update ice4j to svn revision #318: Reduces log information about harvesting time.
14 years ago
Vincent Lucas 23b434e8d0 Removes RTCP logs for RTT computation debug.
14 years ago
Lyubomir Marinov d8341aee6b Re-applies the ideas of r9718 with a refined implementation on the PulseAudio Renderer in order to reflect changes to the user's choice with respect to the default playback device while in a call.
14 years ago
Vincent Lucas 7257cec279 Logs RTCP sender report sent and received to correct wrong statistics (RTT, loss rate).
14 years ago
Lyubomir Marinov 31d39e3ab2 Fixes 'Invalid access to memory location' in globalshortcut.dll. Reported by Damian Minkov.
14 years ago
Lyubomir Marinov 85598c97ee Temporarily reverts to the PulseAudio Renderer implementation to a pre-r9718 state to fix freezes reported by Vincent Lucas and Kertesz Laszlo on the dev mailing list while further looking into the cause of the problem.
14 years ago
Lyubomir Marinov 4dfd16a63f Commits work in progress on calling from Microsoft Office with Jitsi to phone numbers originating from Microsoft Office.
14 years ago
Lyubomir Marinov dd3b5f120a Commits work in progress on calling from Microsoft Office with Jitsi to phone numbers originating from Microsoft Office.
14 years ago
Vincent Lucas b467e0bba6 Updates Ice4j to svn revison #315: Adds log information about candidate harvest time for each harvester. And adds log information about gathering harvester time for IceUdpTransportManager and total elapsed time for harvesting candidates.
14 years ago
Vincent Lucas f4b1b93e32 Updates Ice4j to svn revision #314: Applies patch 5 and 6 from Daniel Pocock: [jitsi-dev] refreshing patches.
14 years ago
Lyubomir Marinov 34d54b1d84 Moves the ConfigurationService and FileAccessService implementations from Jitsi into libjitsi. Silences handled exceptions in libjitsi by converting them into Logger informational messages.
14 years ago
Lyubomir Marinov 81b590fac3 Fixes the switching of the playback device in calls upon hotplugging.
14 years ago
Vincent Lucas 6d1fc3b5a8 Updates Ice4j to svn revsion #313: Corrects disable IPv6 properties variable name (StackProperties) and its use (HostCandidateHarvester) as reported by Daniel Pocock.
14 years ago
Vincent Lucas 645f395ba8 Adds log information when the computed RTT > 60 seconds.
14 years ago
Vincent Lucas bbeace4ee3 Updates ICE4J to svn revision #312: Applies patch 1, 2, 3, 4 and 7 from Daniel Pocock: [jitsi-dev] refreshing patches.
14 years ago
Vincent Lucas 68ffd1ba54 Updates ICE4J to svn revision #311: Puts the Agent into WAITING state when creating a new media stream. This way all incoming connectivity checks are added to the preDiscoveredPairsQueue until this Agent turn back intro RUNNING state.
14 years ago
Lyubomir Marinov 18a8d5069a Adds examples to libjitsi. Fixes a failure to detect the video capture devices on Windows.
14 years ago
Damian Minkov 6572298b8a Uses default value if setting has wrong value for video max bandwidth.
14 years ago
Vincent Lucas 9fc758d80b Updates the detection of a remote desktop sharing call via the new Controls of imgstreaming.DataSource, in order to display a desktop icon as the local visual.
14 years ago
Lyubomir Marinov 8975a538bf Fixes UnsatisfiedLinkErrors with detail message 'Invalid access to memory location' in jnawtrenderer.dll and jndirectshow.dll.
14 years ago
Vincent Lucas 2bdf33eca1 Updates ice4j to svn revision #310:
14 years ago
Damian Minkov 7dfb9a7810 Adds property to enable/disable packetization mode 1 announcing.
14 years ago