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.
...
- Tries to prevent a deadlock in UI-related code upon hanging up a call. It appeared as if the camera wouldn't get closed.
- Fixes a NullPointerException.
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 :
...
Corrects a java under MAC OSX bug when dealing with ipv6 local interface:
the destination address (as well as the source address) under java / MAC OSX
must have a scope ID, i.e. "fe80::1%en1".
14 years ago
Damian Minkov
7dfb9a7810
Adds property to enable/disable packetization mode 1 announcing.
14 years ago
Vincent Lucas
266d1c2e80
Adds RTT statistic to call information frame.
14 years ago
Lyubomir Marinov
0e5af4ff79
Refactors r9682 to use a javax.media.Control interface.
14 years ago
Lyubomir Marinov
0b9b0b248c
Switches Jitsi trunk to libjitsi.
14 years ago
Lyubomir Marinov
89d68994ef
Switches Jitsi trunk to libjitsi.
14 years ago
Vincent Lucas
b188e9a08f
Updates ice4j library to svn revision #309 : Corrects heap space consumption when TCP DelegatingSocket receives a packet with no data.
14 years ago
Lyubomir Marinov
e83e8f62c8
On behalf of Vincent Lucas, commits a fix to the calculation of the Last SR (LSR) timestamp for the Sender Report RTCP packet.
14 years ago
Vincent Lucas
8f93660f25
Updates ice4j.zip to revision 308: Corrects reception of hole punch packets for TCP socket.
14 years ago
Damian Minkov
dad9377496
Improves updating away status.
14 years ago
Lyubomir Marinov
5003e1b9e3
Commits work in progress on libjitsi.
14 years ago
Vincent Lucas
5d5788b116
Adds XMPP remote control capability advertising and adds XMPP remote control granted/revoked notification. Updates ice4j to svn revision #307 : Corrects detection of STUN packets if the current UDP datagram has no PDU.
14 years ago
Damian Minkov
4ee0b240bf
Adds priority prefixes we search first while discovering jingle nodes, and adds option that stop searching on first found.
14 years ago
Damian Minkov
3298e2c01b
Fixes java 1.5 compatibility.
14 years ago
Damian Minkov
2b788a2442
Uses info retriever for retrieving contact avatar, to avoid possible duplicate VCard loads.
...
Adds property to disable/enable searching buddies for jingle nodes, disabled by default.
14 years ago
Lyubomir Marinov
fc72e5e429
In relation to the presence, IM and VoIP integration between Jitsi and MS Outlook, writes a few additional Windows registry entries which are supposed to be taken into account by Outlook when Exchange is in use as well. Additionally, tries to comply with the MS Lync Server 2010 presence color convention e.g. uses red for the 'On the phone' presence status.
14 years ago
Vincent Lucas
ba0e82158d
Corrects RTP adresses logged in pcap file by JingleNodes socket. Updates ice4j library to revision #306 : Corrects RTP adresses logged in pcap file. Adds an informational log when the RTP loss rate is > 5% (at most an entry each 5 seconds).
14 years ago
Vincent Lucas
da9780acee
Updates ice4j library (revision #305 ): Corrects the received STUN packet address logged in pcap file. And corrects the received/send STUN packet address logged in pcap file for JingleNodes.
14 years ago
Lyubomir Marinov
97f00d4a43
Integrates Jitsi presence, IM and VoIP with MS Outlook.
14 years ago
Vincent Lucas
b6c16610dd
Updates ice4j library corresponding to revision #304 : corrects logged addresses for relayed packets.
14 years ago
Lyubomir Marinov
1a4676be4f
Provides source and binary compatibility with PulseAudio 0.9.21 which is the current version available in Debian stable.
14 years ago
Lyubomir Marinov
8c6817d042
Implements (native) volume control for the PulseAudio backend (on GNU/Linux).
14 years ago
Damian Minkov
0e94260c6d
Fixes problems parsing sip messages using some locales.
14 years ago
Lyubomir Marinov
cd3612b112
Adds support for PulseAudio on GNU/Linux.
14 years ago
Damian Minkov
5a09dbe76e
Loads only used jabber providers, sending service unavailable for not handled one.
14 years ago
Lyubomir Marinov
fe17af4a65
Fixes RTCP loss information by distinguishing between RTP sequence number cycling and RTP packet desequencing. Contributed by Vincent Lucas.
14 years ago
Werner Dittmann
2b23c9ccc6
Implement paranoid mode for ZRTP.
...
Refer to the in-line documentation of enableParanoidMode flag in ZRTPTransformerEngine.java to read the full description.
14 years ago
Damian Minkov
4cb5d7107c
Adds ice states to call info.
...
Fixes a problem with creating two transport managers for jabber calls and slow creating of upnpharvester.
14 years ago
Werner Dittmann
f355167ed0
New version of ZRTP library.
...
This version includes SAS signature features, enhancements of the trusted MitM feature and Damian's patch
to get the remaining time of ZRTP's discovery (Hello) phase.
14 years ago
Lyubomir Marinov
e77c861931
Fixes the display of local video in a call on Linux. Patch contributed by Sebastien Vincent.
14 years ago
Lyubomir Marinov
cc95e558e4
Fixes value equality of FMJ's CaptureDeviceInfo and MediaLocator which , for example, resolves an issue with failing desktop streaming reported by Damian Minkov/damencho.
14 years ago
Werner Dittmann
6da252fb4e
Fix F8 crypto mode and change handling of secret SRTP key data.
...
These modifications remove unnecessary copying of SRTP key data and overwrite the key data right
after secure state was reached (in ZRTP lib). This makes it harder to extract secret key data in memory dumps.
15 years ago
Lyubomir Marinov
6978a3eed6
Fixes issues related to audio quality and compatibility.
15 years ago
Sebastien Vincent
c15fdf24ed
Updates ice4j.jar which fixes possible deadlock in ConnectivityCheckClient.
15 years ago
Sebastien Vincent
6f0b55ef5e
Update ice4j.jar which adds additionnall logs and fixes some possible race conditions. The patches of ice4j was contributed by Daniel Pocock on the dev mailing-list with subject "ice4j patches".
15 years ago
Sebastien Vincent
957b8633ae
Introduces new configuration from to setup global shortcut entry. Allows also to use special key detection for headset button _for MS Windows only_.
15 years ago
Vincent Lucas
74d0012eb4
Updates ice4j library to revision 3000, which provides CandidateExtendedType. Updates JingleNodesCandidate constructor to comply with the ice4j update.
15 years ago
Damian Minkov
0a0c71237a
Updates smack library to 3.2.2.
15 years ago
Sebastien Vincent
2d127c27d3
Try to fix Gingle call establishment issues by waiting IQ result of transport-info IQ request.
15 years ago
Sebastien Vincent
23d7cb83e5
Updates ice4j.jar which delay connectivity checks reemission when receiving STALE-CREDENTIALS error (that can happen when one peer have not receive candidates list from remote but receive already one of its connectivity check). This also fix the stop of some ICE threads.
15 years ago
Damian Minkov
aaf2407f32
Fixes leak of threads reported by Ingo and fixes memory leak of XMPPConnections. Leak fixed in smackx.ChatStateManager.
15 years ago
Sebastien Vincent
6c9a49d53c
Recompile libjnportaudio with older gcc (to avoid library loading problem on older Linux distributions).
15 years ago
Sebastien Vincent
fcd31b7e21
Fix broken libjnportaudio.so for Linux 32-bit.
15 years ago
Sebastien Vincent
eadc63024f
Adds support for audio devices hotplug as well as to change input/output audio devices during a call.
15 years ago
Sebastien Vincent
504f247ebf
Fixes load of libglobalshortcut and a segmentation fault on Mac OS X 10.5.
15 years ago
Damian Minkov
9e9e357c9b
Adds dns change detection on macosx.
15 years ago
Ingo Bauersachs
4407d10ec1
Update otr4j to accept html in front of initiating messages
15 years ago
Ingo Bauersachs
6809572486
Update libjunbound mac-binary and build-scripts
15 years ago
Damian Minkov
d4e1dd8a52
Fixes loading sparkle library.
15 years ago
Damian Minkov
594e0c525a
Localizes sparkle menu item.
15 years ago
Sebastien Vincent
63ecfb3cfc
Fixes "bad path element" warning when build with ant.
15 years ago
Ingo Bauersachs
1d6e0246a1
Import DNS package to tests and fix tests
15 years ago
Ingo Bauersachs
acb4f34f9c
Mark libs as binary files
15 years ago
Ingo Bauersachs
d931f8507e
Make protocols aware of DNSSEC exceptions
15 years ago
Ingo Bauersachs
0d4f8ceebc
Add libjunbound to access Unbound from Java
15 years ago
Sebastien Vincent
65e20d375f
Recompiles Linux's libglobalshorcut library with older libstdc++.
15 years ago
Lyubomir Marinov
6c2a8919d2
Switches from JMF to FMJ.
15 years ago
Lyubomir Marinov
30695f035a
Fixes a crash in the Microsoft Outlook Contacts and Address Book integration. Does not display contacts and contact groups without contact details. Displays the company name for contacts without a display name akin to Microsoft Outlook.
15 years ago
Sebastien Vincent
768df37a82
Fixes broken globalshortcut DLL for Windows 64-bit.
15 years ago
Ingo Bauersachs
7e30640fb9
Update DNSJAVA to fix NoClassDefFoundError when no network is available
15 years ago
Ingo Bauersachs
2d1896a464
Adapt D-Bus NetworkManager signal listener to NM_STATE 0.9
15 years ago
Damian Minkov
fab390e903
Fixes felix compatibility.
15 years ago
Damian Minkov
2b9fc76e39
Fixes tests bundle stopping.
15 years ago
Ingo Bauersachs
6ef1a9cfc5
Update Felix to 3.2.2
15 years ago
Ingo Bauersachs
b628cdc642
Use DNSJAVA as DNS SPI
15 years ago
Ingo Bauersachs
aaa147c435
Avoid unnecessary DNS lookups for SIP
15 years ago
Ingo Bauersachs
1f7765cd81
Cache notifications until the handlers are ready, stop sounds through reference
15 years ago
Ingo Bauersachs
c543e54197
Separate notification service from its handlers
15 years ago
Sebastien Vincent
2e49d2677b
Removes debug line about VCard in smackx.jar.
15 years ago
Sebastien Vincent
6ea38de334
Adds global shortcut support.
15 years ago
Ingo Bauersachs
2b1ed218df
Update Apache HttpClient to 4.1.2 (avoids PTR queries on TLS connections)
15 years ago
Damian Minkov
8c8dfd6013
Fixes http redirects within msn lib, preventing some users to login and retrieve contactlist successfully.
15 years ago
Sebastien Vincent
fd02ba901d
Updates ice4j.jar that fixes a race condition and sends an 'stale credentials' error when receiving binding request where its username does not match any of local ufrag/rfrag.
15 years ago
Sebastien Vincent
5f02a419e0
Updates ice4.jar which allows GTalk controlled agent to nominate pair under some circumstances when it receives a binding success response for one of its checks.
15 years ago
Damian Minkov
ae4eab7297
Fixes local audio levels when peer removed from call.
...
Adds profile-level-id when negotiating video codecs.
Fixes login with msn due to server address changes.
15 years ago
Damian Minkov
466a88e2c3
Remove protocol zeroconf.
15 years ago
Sebastien Vincent
cb2422fc88
Updates ice4j.jar that reduces logs output when ICE state is completed.
15 years ago
Sebastien Vincent
c478197fbc
Updates ice4j.jar which logs only some debug information in certain ICE state and doesn't log stacktrace for 'no route to host' error.
15 years ago
Damian Minkov
fbd33b96f8
Fixes some connection issues with msn, where provider goes in a state like its not connected (cannot send messages), but can receive such.
15 years ago
Sebastien Vincent
5b0565bde1
Fixes Google ICE negociation between two peers on the same LAN.
15 years ago
Sebastien Vincent
ae090057c7
Updates ice4j.jar which fixes blocking state connecting/incoming call.
15 years ago
Sebastien Vincent
87ad46acf9
Updates ice4j.jar which fixes a problem with symmetrical NAT. Adds support for Vtok android/iPhone application (i.e. removes IPv6 addresses from candidates offer).
15 years ago
Werner Dittmann
ad3bd7796a
New ZRTP library that supports trusted MitM/PBX feature and implement SRTCP handling.
15 years ago
Sebastien Vincent
88b0a536e2
Updates ice4j.jar which fixes negociation with SSLTCP candidates when Gmail user call Jitsi ones.
15 years ago
Sebastien Vincent
c678768812
Updates ice4j.jar which lower log level of keep-alive and useCandidate stuff.
15 years ago
Sebastien Vincent
07c7a7b475
Updates ice4j.jar which fixes some bugs with TCP. Fixes Exception when having SSLTCP candidates.
15 years ago
Sebastien Vincent
da25b04a56
Removes add of TCP framing header in RTPConnectorTCP*. Updates ice4j.jar which handle correctly TCP framing header for both local and relayed candidates.
15 years ago
Sebastien Vincent
4c66d9eedc
Updates ice4j.jar which fixes Google's ICE with TCP transport.
15 years ago
Sebastien Vincent
0ec405d8d1
Updates ice4j.jar which allow CandidatePair to be updated with useCandidateReceived even if its state is not succeeded.
15 years ago
Sebastien Vincent
a9a134c2ea
Updates ice4j.jar which make sure we search CandidatePair with the local/remote ufrag and handles candidates TCP connect() in a separate to avoids being blocked for some second (which is at maximum 1 second per CandidatePair).
15 years ago
Sebastien Vincent
2ea86c5bd6
Updates ice4j.jar which fixes two deadlocks (related to DefaultNominatorStrategy for the first one and PaceMaker for the second ones) and fixes a case where in certain circumstances with Google ICE the two peer will choose different candidate pairs (that leads to no audio at all).
15 years ago
Ingo Bauersachs
17e00ec8a1
Use the Fortuna random generator for SDES
15 years ago
Damian Minkov
6635e7a0d4
Fixing tests.
15 years ago
Ingo Bauersachs
01b1bc6e27
SDES Integration: Restore Java 1.5 compatibility
15 years ago
Ingo Bauersachs
703c3a49e7
SDES Integration: Incoming calls work
15 years ago
Sebastien Vincent
a06df2e0b7
Updates ice4j.jar which fixes the way to detect relay candidate for the FirstHostOrReflexive nomination strategy and modify loging information for the keep-alive using binding request/response.
15 years ago
Emil Ivov
dd40ae6b41
Fixes an issue that prevented Yahoo! Messenger avatars from being displayed by Jitsi
15 years ago
Ingo Bauersachs
e4259e9b69
Load CredentialsService at an early stage in unit tests, don't create systray without UIService
15 years ago
Sebastien Vincent
8d0b139877
Updates ice4j.jar which synchronized access to org.ice4j.message.Message's attributes.
15 years ago
Sebastien Vincent
7fc196e002
Updates ice4j.jar which avoids sending error message for STUN transactions that have already sent a response.
15 years ago
Sebastien Vincent
411f1ebc57
Updates commit 8913 which should fix issue when enabling video in an XMPP audio call. Set svn:mime-type property as application/octet-stream for ice4.jar file.
15 years ago
Sebastien Vincent
e982e14ce4
Updates ice4j.jar which adds additionnal logs.
15 years ago
Damian Minkov
326a24d843
Detects ip changes (not link changes) under macosx. Fixes a problem with reconnecting several tcp/tls sip providers.
15 years ago
Damian Minkov
c4883ab9fc
Fixes loading binary on 10.5 macosx.
15 years ago
Sebastien Vincent
72f282b29e
Adds a TCP connect timeout when creating ICE connectivity check list.
15 years ago
Sebastien Vincent
edca5bdabb
Updates ice4j.jar which sends STUN binding indication keep-alives after standard ICE (RFC5245) finished with COMPLETED state.
15 years ago
Sebastien Vincent
9ec09ba8ff
Adds support for Google P2P transport (Gingle) in a Jingle session. Adds also missing id attribute in ICE-UDP candidates. Always call highest priority XMPP contact and if it supports Jingle and Gingle use custom Gingle transport on Jingle session, if it supports only Jingle use Jingle with ICE-UDP and if it only supports Gingle use Gingle session.
15 years ago
Sebastien Vincent
3249a9e268
Updates ice4j.jar which fixes a recursion problem which happen when comparing two RelayedCandidates with same address/port (typically in the case of a GTalk call when two network interfaces are upand connected).
15 years ago
Damian Minkov
ab33c2e27a
Custom avatar service and implementation for nimbuzz avatars.
15 years ago
Damian Minkov
e872b16701
Adds support for gsm codec on all operating systems.
15 years ago
Damian Minkov
0467768d8c
Fixes crashes reported on various x86 windows machines.
15 years ago
Damian Minkov
16e72a9ff7
Fixes a problem with large msn contactlists.
...
Fixes build tests, some warnings and lower the reconnect interval.
15 years ago
Ingo Bauersachs
661810caa7
Enable client TLS authentication for SIP and add a corresponding
...
configuration form
15 years ago
Sebastien Vincent
a0e6edf20b
Enables GTalk video support.
15 years ago
Yana Stamcheva
f4479d54a2
Merges contact source configurations in a single configuration form.
...
Adds the possibility to disable/enable MacOSX AddressBook and MS Outlook.
Adds a prefix configuration to all contact sources: AddressBook, Outlook, LDAP, Google Contacts.
15 years ago
Sebastien Vincent
3ee406cbf5
Adds a way for protocols to add extra codec settings as well as override payload type preferences.
15 years ago
Damian Minkov
34b9d0ec56
Fixes tests.
15 years ago
Damian Minkov
f9992f25f8
Introduces service for detecting system activity like network changes and detecting idle states. Produced events used for autoaway and reconnect plugin.
15 years ago
Sebastien Vincent
18a8b00304
Integrates jdirectshow patch from Ingo Bauersachs, reported in dev mailing list with subject "Hang on Samsung NC20 netbook", that fixes some problem regarding DirectShow locks or crash.
15 years ago
Ingo Bauersachs
60385be26e
Ignore manual entered SIP proxy data when autodetect is selected
...
Replace the CertificateVerificationService with CertificateService to correctly validate the hostname of servers
15 years ago
Sebastien Vincent
f0cdc42a21
Fixes problem when using UPnP with Google Talk call.
15 years ago
Yana Stamcheva
801a79ca9d
Enables spell check plugin and adds some improvements provided by Purvesh Sahoo.
15 years ago
Damian Minkov
c46aae0cbe
Updates msn library with latest fixes for login accounts with no contacts and fix a NPE in OIM.
15 years ago
Sebastien Vincent
1a69ca63fa
Fixes possible deadlock in RTPConnectorUDPInputStream.
15 years ago
Sebastien Vincent
5d8f00db51
Adds support for RTP over TCP and Google Talk's TCP/TURN-TCP/TURN-SSLTCP candidates.
15 years ago
Lyubomir Marinov
06dd8d887e
Rebuilds the JNI FFmpeg library on Windows to match the Mac OS X and Linux ones committed in r8712 and r8716, respectively.
15 years ago
Lyubomir Marinov
3a1c91c04f
Rebuilds the JNI FFmpeg library on Linux to match the Mac OS X one committed in r8712.
15 years ago
Lyubomir Marinov
88bab9eb92
Introduces an H.264 configuration form to allow the selection of the default encoding profile and the preferred method to request key frames from the remote peers. Rebuilds the JNI FFmpeg library on Mac OS X to support the selections in question.
15 years ago
Damian Minkov
6cf663e97b
Fixing tests.
15 years ago
Lyubomir Marinov
dfb28d0e6b
Makes 99 the preferred dynamic payload type of H.264 video using packetization-mode=0 and enables the assignment of preferred dynamic payload types through the configuration.
15 years ago
Sebastien Vincent
1342d5a9a5
Updates ice4j.jar that fix negociation problem with server reflexive addresses and handle STALE_CREDENTIALS error.
15 years ago
Sebastien Vincent
db3473b21f
Update ice4j.jar.
15 years ago
Sebastien Vincent
46c8da86d8
Ongoing work on Google Talk voice support.
15 years ago
Sebastien Vincent
74c0be632f
Update ice4j.jar.
15 years ago
Lyubomir Marinov
235332bb0f
Temporarily works around a problem in JAWTRenderer on Mac OS X and MacBookPro8 which appears as low frame rate by falling back to an earlier implementation which seems to work as expected with respect to frame rate.
15 years ago
Sebastien Vincent
28db3b1c91
Update ice4j.jar that fix a possible ConcurrentModificationException.
15 years ago
Sebastien Vincent
980fd931e7
Update ice4j.jar that add some logs when some ICE checks fail.
15 years ago
Lyubomir Marinov
cca1f21232
Rebuilds the FFmpeg JNI library on Linux to include the MJPEG decoder and parser in order to fix 'Webcam (gspca-based) does not work anymore with Jitsi on Debian Testing' reported by Kertesz Laszlo on the dev mailing list.
15 years ago
Sebastien Vincent
3038ce8aaf
Update ice4j to perform UPnP gateway discovery for WANIPConnection and WANPPPConnection in parallel.
15 years ago
Lyubomir Marinov
b95675bb3d
Commits a less stripped FFmpeg JNI library in order to resolve a failure to load the library in question on Mac OS X and 32-bit Java reported by Mr.Smith on the dev mailing list in the thread 'no audio using jingle on new MacBook Pro'.
15 years ago
Lyubomir Marinov
759860b96d
- Fixes a crash on Mac OS X reported by Emil Ivov in the FFmpeg JNI library because of the use of posix_memalign which is not implemented on Mac OS X but is declared anyway.
...
- Fixes "Call Recording stopped working in Build 3471?" on Mac OS X reported by Victor Hooi on the dev mailing list.
15 years ago
Lyubomir Marinov
7653173e1f
Rebuilds the JNI FFmpeg library with newer versions of its dependencies.
15 years ago
Damian Minkov
982e9984cb
Fixing smack java 1.5 compatibility.
15 years ago
Sebastien Vincent
1179bfe9cc
Update weupnp library to send SSDP discovery messages with "ST: upnp:rootdevice" parameter.
15 years ago
Damian Minkov
483203a05b
Escape attributes for special characters in DiscoverInfo and DiscoverItems in smack lib.
...
Fix adding advanced params to media formats.
15 years ago
Lyubomir Marinov
80b5051947
Enables the controlling of video size and frame rate from the Video configuration form in Tools > Options.
15 years ago
Damian Minkov
d3522090d9
Revert old binaries.
15 years ago
Damian Minkov
99ea1e36b2
Update linux portaudio binaries to link with rt.
15 years ago
Yana Stamcheva
fc8a0591ea
Make an Update service.
15 years ago
Sebastien Vincent
d15f11b577
Fix a problem when switch between camera and desktop streaming (and vice-versa), also change SSRC when we reconfigure stream.
15 years ago
Lyubomir Marinov
ce03fc4e32
Commits work in progress on Windows delta/bspatch updates.
15 years ago
Sebastien Vincent
fdefd91519
Update weupnp.jar.
15 years ago
Sebastien Vincent
f453a067fc
Update ice4j.jar (compile with Java 5).
15 years ago
Sebastien Vincent
934c9fb339
Update ice4j.jar that attempt to fix UPnP problem with peer reflexive.
15 years ago
Sebastien Vincent
a12f851be6
Attempt to fix UPnP discover and action problems with linux-igd and _maybe_ other routers.
15 years ago
Sebastien Vincent
d8c849924d
Fix some javadocs and warnings.
15 years ago
Damian Minkov
f81ff28643
Fix NoClassDefFoundError.
15 years ago
Damian Minkov
93ae5c8291
Fix some exceptions kindly reported and tested by Sebastien Vincent. Fixing tests.
15 years ago
Damian Minkov
ecabea4720
Change wizard, reusing some strings.
...
Fix order of bundles, make sure that simpleaccreg is registered after all account wizards.
15 years ago
Damian Minkov
98e008ec3a
Introduce HttpUtils, utility handling http get and post request. One place to handle certificates, http authentication, hostname verification, site redirects.
15 years ago
Damian Minkov
84ec1f582a
Add ippi account creation wizard.
16 years ago
Sebastien Vincent
f66ae33f62
Fix NPE in Google Contacts service. Redesign Jabber account contact source activation: do all in Google Contacts service. Fix name in Mac OS X Dock when Jitsi is run from the sources.
16 years ago
Lyubomir Marinov
1b1b6c89e3
Fixes a crash in the JAWTRenderer on Mac OS X 10.5 reported by Emil Ivov and caused by use of 10.6+ API.
16 years ago
Lyubomir Marinov
cab2ad6b43
Fixes overlapping issues with the JAWTRenderer on Mac OS X.
16 years ago
Damian Minkov
76a11b6d6c
Update smackx without debug info, was causing some problem advertising features on macosx with java 1.5.
...
Update dmg windows options.
16 years ago
Sebastien Vincent
7cab5345de
Attempt to fix build.
16 years ago
Sebastien Vincent
76767db08a
Initial support for Google Contacts as contact source.
16 years ago
Sebastien Vincent
bfc9cd2d7d
Drop support for VFW video devices in jdirectshow.dll.
16 years ago
Sebastien Vincent
2de3a94af8
Update jdirectshow.dll for Windows 32-bit.
16 years ago
Damian Minkov
eb3d66d730
Configuring Parallel DNS Resolver. Patch provided by Ingo Bauersachs.
16 years ago
Emil Ivov
983da94f9b
Removes the sip2sip registration wizard. Will replace soon.
16 years ago
Sebastien Vincent
5393fc96a7
Ongoing work on LDAP contact source support.
16 years ago
Lyubomir Marinov
a304daffba
Rebuilds jmsoutlookaddrbook.dll using tdm-gcc instead of mingw-w64.
16 years ago
Sebastien Vincent
e38663e9cb
Use MediaType pointer obtained with IAMStreamConfig::GetStreamCaps() to set the resolution with IAMStreamConfig::SetFormat. This should fix problem with Microsoft Lifecam NX3000 webcam, reported by Ingo Bauersachs on dev mailing list.
16 years ago
Sebastien Vincent
c1d093911f
Recompile jdirectshow DLL for Windows 32-bit and 64-bit.
16 years ago
Sebastien Vincent
b83c3f9ac7
Attempt to fix upside-down webcam problems on some computers.
16 years ago
Sebastien Vincent
9979ac0ca3
Revert directshow changes from revision 8273.
16 years ago
Sebastien Vincent
5ddc2e27c6
Update ice4j.jar to fix some delay problems when using TURN.
16 years ago
Sebastien Vincent
39632782c7
Update ice4j.jar.
16 years ago
Sebastien Vincent
ab01d9680e
Handle case when video capture device or monitors are removed while Jitsi is running.
16 years ago
Lyubomir Marinov
41deed51a7
Fixes a couple of possible causes of access violation in the JNI library of the support for Microsoft Outlook contacts.
16 years ago
Lyubomir Marinov
f704de5658
Fixes (the fix for) an issue reported by Emil Ivov and found to cause modifications to the Mac OS X Address Book to not be picked up by SIP Communicator upon subsequent searches.
16 years ago
Damian Minkov
94ceb98839
Fixing build.
16 years ago
Sebastien Vincent
0c18b9770f
Fix UPnP on Windows: weupnp library gets local address of a socket using DatagramSocket.connect() method but it always returns 0.0.0.0 address so use TCP Socket.connect with the host/port of the UPnP device location.
16 years ago
Damian Minkov
fb072bcbe7
Update dns servers on all iface up events, with ipv6 configurations in some cases we can end up without primary dns server.
...
Remove duplicate dns library.
Fix searching in history using regexp symbols.
16 years ago
Yana Stamcheva
7ab0b8ca79
Ongoing work on partial desktop sharing user interface.
16 years ago
Sebastien Vincent
479b6d0f8a
Do not flip vertically images from directshow webcam if there are already flipped.
16 years ago
Lyubomir Marinov
1ade1b3317
Fixes an issue reported by Emil Ivov and found to cause modifications to the Mac OS X Address Book to not be picked up by SIP Communicator upon subsequent searches.
16 years ago
Sebastien Vincent
635d98fb08
Update ice4j.jar
16 years ago
Sebastien Vincent
e0fa9f263d
Recompile LocalhostRetriever.dll with -Wl,--kill-at for Windows x86 and x64.
16 years ago
Sebastien Vincent
19b472daca
Missing LocalhostRetriever.dll for Windows x86.
16 years ago
Sebastien Vincent
995b907ffc
Add stripped and optimized LocalhostRetriever.dll for Windows x86 and x64.
16 years ago
Sebastien Vincent
6063b41e54
Fix screencapture JNI on Windows to properly capture a part of the screen.
16 years ago
Sebastien Vincent
281f563957
Recompile LocalhostRetriever.dll with mingw instead of VC++ for Windows x86 and x64.
16 years ago
Lyubomir Marinov
2ec8f1b300
Reports contact specifiers such as Home, Work, Mobile for the SourceContact ContactDetails returned by the Mac OS X Address Book ContactSourceService.
16 years ago
Lyubomir Marinov
3fdd1d1048
Fixes issue JITSI-908: Major bug causing SC to crash on Mac OS X when calls are made or received.
16 years ago
Sebastien Vincent
f67e8f5ff4
Update smack's XMPPConnection class to use InetAddress.getHostAddress() instead of InetAddress.getHostName() to avoid sending PTR DNS request.
16 years ago
Damian Minkov
58787d1330
Moves logging configuration in separate bundle and add option to archive and save log files.
16 years ago
Werner Dittmann
03bba9c46c
Enable Twofish in SRTP to support ZRTP Twofish option
16 years ago
Lyubomir Marinov
9fe1610ef8
Searches through the contacts of Microsoft Outlook only if it is the default mail client (in order to prevent a notification dialog displayed by Microsoft Outlook).
16 years ago
Sebastien Vincent
eecb8b4699
Update UPnP library (Add timeout for HttpURLConnection).
16 years ago
Damian Minkov
7474850e1e
Update jna bundle.
16 years ago
Damian Minkov
df402569d0
Use registry for autostart on windows.
16 years ago
Sebastien Vincent
eb9aa51f3f
Check CoInitializeEx return code in jdirectshow JNI and do not call CoUninitialize if CoInitializeEx has not return S_OK or S_FALSE.
16 years ago
Lyubomir Marinov
42a49f4b99
Rebuilds libphonenumber-2.4.jar with Java 1.5 class file compatibility in response to a report of Emil Ivov on the dev mailing list in the thread of r8153.
16 years ago
Lyubomir Marinov
e9b0db5a09
Normalizes phone numbers found in the Address Books of Microsoft Outlook and Mac OS X.
16 years ago
Damian Minkov
a4161466f7
Update jain-sip (setting ports and address of some resend messages), issue#894.
...
Make sure we filter requests that are not coming from our proxy.
16 years ago
Lyubomir Marinov
48f29f6657
Fixes an access violation in the support for the Address Book of Microsoft Outlook (privately) reported by Damian Minkov.
16 years ago
Sebastien Vincent
e80a62b8e6
Attempt to fix random crash that happen with the Windows native renderer and the VideoFlipEffect.
16 years ago
Lyubomir Marinov
86f718dee2
Temporarily disables the support for the Address Book of Microsoft Outlook because of a crash (privately) reported by Damian Minkov.
16 years ago
Lyubomir Marinov
dcc0a8d477
Delays the linking to the Microsoft Outlook API from compile to run time as much as possible in order to fix a crash on Windows XP without Microsoft Outlook (privately) reported by Damian Minkov.
16 years ago
Lyubomir Marinov
b4c38a26ad
Temporarily disables the support for the Address Book of Microsoft Outlook because of a crash (privately) reported by Damian Minkov.
16 years ago
Lyubomir Marinov
c0b0337671
Mitigate the following issue with the support for the Address Book of Mac OS X: if Microsoft Office is not installed or a 32-bit version of Microsoft Office is installed on 64-bit Windows and SIP Communicator, a dialog may appear to notify the SIP Communicator user that there is no default e-mail program.
16 years ago
Lyubomir Marinov
08f364ab3a
Displays images for the contacts fetched from the Address Book of Mac OS X.
16 years ago
Lyubomir Marinov
09d688c00a
Displays kABOrganizationProperty as the displayName of SourceContact for companies fetched from the Address Book of Mac OS X.
16 years ago
Lyubomir Marinov
72bc56dbb3
Activates an initial implementation of the support for the Address Book of Mac OS X. Neither it, nor the support for the Address Book of Microsoft Outlook implement the SourceContact image property.
16 years ago
Damian Minkov
8b919ddfb1
Updates felix.jar to version 3.0.7 (Courtesy of Richard S. Hall).
...
Update check from menu on windows is ran in new thread, preventing block swing if authentication needed.
16 years ago
Lyubomir Marinov
362d8bc446
Commits work in progress on adding support for the Address Book of Mac OS X.
16 years ago
Werner Dittmann
c3cdd80b03
Enable Skein MAC for SRTP and ZRTP
16 years ago
Lyubomir Marinov
cecb7de627
Activates the implementation of searching in the Address Book of Microsoft Outlook committed in r8114.
16 years ago
Sebastien Vincent
56a96fbf7c
Update ice4j.jar that now supports UPnP candidates harvesting. Note that UPnP is not enabled by default for the moment (it can be enabled in the advanced tab of your Jabber account).
16 years ago
Yana Stamcheva
a1f0592d6c
More native MacOS interface for main components.
16 years ago
Sebastien Vincent
0082a836f4
Enable Jingle Nodes by default.
16 years ago
Lyubomir Marinov
cb5e87d2d2
Rebuilds the Windows binary counterpart of the PortAudio support with PortAudio 20101214 which has been used for the last Mac OS X binary committed in r8082.
16 years ago
Sebastien Vincent
71df35c610
Update ice4j.jar that add a new nomination strategy. Note that this new strategy is not yet use by default in SIP Communicator.
16 years ago
Lyubomir Marinov
639952076c
Takes a second try at rebuilding the Mac OS X counterart of the PortAudio support with 10.4 compatibility (as r8082 didn't seem to do it properly).
16 years ago
Lyubomir Marinov
0e345b0659
Rebuilds the Mac OS X counterpart of the PortAudio support with 10.4 compatibility. Fixes javadocs, formatting.
16 years ago
Damian Minkov
2a29e3645e
Update media statistics.
16 years ago
Sebastien Vincent
39b8e410dd
Update ice4j.jar, free Ice4j's resources (streams, components, sockets) when call is finished.
16 years ago
Sebastien Vincent
f5b574a71a
Initial support for Jingle Nodes. Please note that this feature is disabled by default.
16 years ago
Damian Minkov
d016f4fd6d
Mac uri handler using new java api.
16 years ago
Lyubomir Marinov
c1a8cfd9bc
Removed the implementation of a deprecated function from the native counterpart of the PortAudio support.
16 years ago
Damian Minkov
0a4cb156b6
Fix local port retreival for jabber packet logging.
...
Remove feed uri registration under macosx.
16 years ago
Damian Minkov
00f6287db1
Implement packet logging for ice4j.
16 years ago
Lyubomir Marinov
46c0e51695
Commits a Makefile for the PortAudio support binaries that works on Linux, Mac OS X and Windows. Updates the associated README. Uses the jn prefix for the PortAudio support binaries in the fashion of JMF which seems to use jm, n stands for neomedia.
16 years ago
Lyubomir Marinov
e23a9b617b
Takes another try at echo cancellation, uses a circular buffer to improve the latency (a teeny-weeny bit).
16 years ago
Sebastien Vincent
6ae5819685
Allow remote candidate to be injected while ICE is running and enhance interoperability with Empathy client.
16 years ago
Lyubomir Marinov
2cb59920fb
Tunes the implementation of the blocking PortAudio stream interface op top of the non-blocking one, and the echo canellation.
16 years ago
Damian Minkov
fcedf7507b
Remove a space in prop file that breaks loading bundles (introduced in previous commit).
16 years ago
Damian Minkov
a21b3d7353
Introduce Packet Logging Service with its configuration form and implementation for sip,jabber and rtp.
16 years ago
Lyubomir Marinov
80ddd73b5e
Rebuilds the Linux binaries of the PortAudio support from its latest source/r7982.
16 years ago
Lyubomir Marinov
58ea08896e
Rebuilds the Mac OS X binary of the PortAudio support from its latest source/r7982.
16 years ago
Sebastien Vincent
fed78e3b68
Update ICE stack.
16 years ago
Lyubomir Marinov
9b2b275618
Rebuilds the Windows x86 binary of the PortAudio support from its latest source/r7982.
16 years ago
Lyubomir Marinov
e81539cbf5
Rebuilds the Windows x64 binary of the PortAudio support from its latest source/r7982.
16 years ago
Sebastien Vincent
fa4d6433cc
Update ice4j.jar.
16 years ago
Sebastien Vincent
665318ecb9
Update ice4j.jar and fix some javadoc warnings.
16 years ago
Emil Ivov
af61778a38
Updates dns java so that we could replace the default DNS mechanism in java
16 years ago
Emil Ivov
6f83ad8dad
Updates dns java so that we could replace the default DNS mechanism in java
16 years ago
Lyubomir Marinov
081132c4d3
Rebuilds the native binaries of PortAudio and echo cancellation for Windows, Mac OS X and FreeBSD from r7942. The Windows and FreeBSD binaries are contributed by Sebastien Vincent and the Mac OS X one is courtesy of Damian Minkov.
16 years ago
Sebastien Vincent
074b09ebe3
Use size of the video stream in VideoEffect's native code rather than hardcoded 640x480.
16 years ago
Damian Minkov
ab452bbcee
Fix invisible status and skip setting custom message status for empty status messages.
16 years ago
Sebastien Vincent
0f2d766c3a
Horizontal flip of the video in configuration form (mirror effect). Updates ffmpeg (revision 25669) and x264 (November 3th 2010 daily tarball) source trees for the ffmpeg JNI.
16 years ago
Sebastien Vincent
b7b7e787d7
Add G.722 JNI for Linux, Windows and FreeBSD.
16 years ago
Lyubomir Marinov
5b832984d0
Rebuilds the Mac OS X JNI counterpart of the G.722 audio codec implementation. Build contributed by Damyan Minkov/damencho.
16 years ago
Lyubomir Marinov
d983bcdfa3
Reimplements the G.722 audio codec support.
16 years ago
Lyubomir Marinov
f1b218205d
Reimplements the G.722 audio codec support.
16 years ago
Yana Stamcheva
0a960efe16
Spell Check plugin (work in progress). Note that the spellcheck plugin is not enabled and would be available once it's ready and finished.
16 years ago
Sebastien Vincent
a5dadec391
Add H263+ video codec.
16 years ago
Werner Dittmann
69717e74e7
Fix race condition in ZRTP state engine
16 years ago
Emil Ivov
ebb329a7e6
Removes support for IRC since we can have a more decent implementation one day. The code is still on SVN so whoever needs it can easily reenable it.
16 years ago
Lyubomir Marinov
5b97785916
Commits work in progress on enabling ICE support in Jingle calls. Allows video to be started in a call which has been established with audio only.
16 years ago
Sebastien Vincent
c86a1d94e3
Add g722 JNI libraries for Freebsd (32-bit and 64-bit) and Windows (32-bit and 64-bit).
16 years ago
Damian Minkov
df158e14d2
Binaries for g722 linux, linux-amd64, macos universal.
16 years ago