Commit Graph

808 Commits (94ee4e2f2e8e93552dde615d834cfc1f07ebed9d)

Author SHA1 Message Date
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.
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.
15 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.
15 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.
15 years ago
Lyubomir Marinov cab2ad6b43 Fixes overlapping issues with the JAWTRenderer on Mac OS X.
15 years ago
Damian Minkov 76a11b6d6c Update smackx without debug info, was causing some problem advertising features on macosx with java 1.5.
15 years ago
Sebastien Vincent 7cab5345de Attempt to fix build.
15 years ago
Sebastien Vincent 76767db08a Initial support for Google Contacts as contact source.
15 years ago
Sebastien Vincent bfc9cd2d7d Drop support for VFW video devices in jdirectshow.dll.
15 years ago
Sebastien Vincent 2de3a94af8 Update jdirectshow.dll for Windows 32-bit.
15 years ago
Damian Minkov eb3d66d730 Configuring Parallel DNS Resolver. Patch provided by Ingo Bauersachs.
15 years ago
Emil Ivov 983da94f9b Removes the sip2sip registration wizard. Will replace soon.
15 years ago
Sebastien Vincent 5393fc96a7 Ongoing work on LDAP contact source support.
15 years ago
Lyubomir Marinov a304daffba Rebuilds jmsoutlookaddrbook.dll using tdm-gcc instead of mingw-w64.
15 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.
15 years ago
Sebastien Vincent c1d093911f Recompile jdirectshow DLL for Windows 32-bit and 64-bit.
15 years ago
Sebastien Vincent b83c3f9ac7 Attempt to fix upside-down webcam problems on some computers.
15 years ago
Sebastien Vincent 9979ac0ca3 Revert directshow changes from revision 8273.
15 years ago
Sebastien Vincent 5ddc2e27c6 Update ice4j.jar to fix some delay problems when using TURN.
15 years ago
Sebastien Vincent 39632782c7 Update ice4j.jar.
15 years ago
Sebastien Vincent ab01d9680e Handle case when video capture device or monitors are removed while Jitsi is running.
15 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.
15 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.
15 years ago
Damian Minkov 94ceb98839 Fixing build.
15 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.
15 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.
15 years ago
Yana Stamcheva 7ab0b8ca79 Ongoing work on partial desktop sharing user interface.
15 years ago
Sebastien Vincent 479b6d0f8a Do not flip vertically images from directshow webcam if there are already flipped.
15 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.
15 years ago
Sebastien Vincent 635d98fb08 Update ice4j.jar
15 years ago
Sebastien Vincent e0fa9f263d Recompile LocalhostRetriever.dll with -Wl,--kill-at for Windows x86 and x64.
15 years ago
Sebastien Vincent 19b472daca Missing LocalhostRetriever.dll for Windows x86.
15 years ago
Sebastien Vincent 995b907ffc Add stripped and optimized LocalhostRetriever.dll for Windows x86 and x64.
15 years ago
Sebastien Vincent 6063b41e54 Fix screencapture JNI on Windows to properly capture a part of the screen.
15 years ago
Sebastien Vincent 281f563957 Recompile LocalhostRetriever.dll with mingw instead of VC++ for Windows x86 and x64.
15 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.
15 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.
15 years ago
Sebastien Vincent f67e8f5ff4 Update smack's XMPPConnection class to use InetAddress.getHostAddress() instead of InetAddress.getHostName() to avoid sending PTR DNS request.
15 years ago
Damian Minkov 58787d1330 Moves logging configuration in separate bundle and add option to archive and save log files.
15 years ago
Werner Dittmann 03bba9c46c Enable Twofish in SRTP to support ZRTP Twofish option
15 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).
15 years ago
Sebastien Vincent eecb8b4699 Update UPnP library (Add timeout for HttpURLConnection).
15 years ago
Damian Minkov 7474850e1e Update jna bundle.
15 years ago
Damian Minkov df402569d0 Use registry for autostart on windows.
15 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.
15 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.
15 years ago
Lyubomir Marinov e9b0db5a09 Normalizes phone numbers found in the Address Books of Microsoft Outlook and Mac OS X.
15 years ago
Damian Minkov a4161466f7 Update jain-sip (setting ports and address of some resend messages), issue#894.
15 years ago
Lyubomir Marinov 48f29f6657 Fixes an access violation in the support for the Address Book of Microsoft Outlook (privately) reported by Damian Minkov.
15 years ago
Sebastien Vincent e80a62b8e6 Attempt to fix random crash that happen with the Windows native renderer and the VideoFlipEffect.
15 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.
15 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.
15 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.
15 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.
15 years ago
Lyubomir Marinov 08f364ab3a Displays images for the contacts fetched from the Address Book of Mac OS X.
15 years ago
Lyubomir Marinov 09d688c00a Displays kABOrganizationProperty as the displayName of SourceContact for companies fetched from the Address Book of Mac OS X.
15 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.
15 years ago
Damian Minkov 8b919ddfb1 Updates felix.jar to version 3.0.7 (Courtesy of Richard S. Hall).
15 years ago
Lyubomir Marinov 362d8bc446 Commits work in progress on adding support for the Address Book of Mac OS X.
15 years ago
Werner Dittmann c3cdd80b03 Enable Skein MAC for SRTP and ZRTP
15 years ago
Lyubomir Marinov cecb7de627 Activates the implementation of searching in the Address Book of Microsoft Outlook committed in r8114.
15 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).
15 years ago
Yana Stamcheva a1f0592d6c More native MacOS interface for main components.
15 years ago
Sebastien Vincent 0082a836f4 Enable Jingle Nodes by default.
15 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.
15 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.
15 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).
15 years ago
Lyubomir Marinov 0e345b0659 Rebuilds the Mac OS X counterpart of the PortAudio support with 10.4 compatibility. Fixes javadocs, formatting.
15 years ago
Damian Minkov 2a29e3645e Update media statistics.
15 years ago
Sebastien Vincent 39b8e410dd Update ice4j.jar, free Ice4j's resources (streams, components, sockets) when call is finished.
15 years ago
Sebastien Vincent f5b574a71a Initial support for Jingle Nodes. Please note that this feature is disabled by default.
15 years ago
Damian Minkov d016f4fd6d Mac uri handler using new java api.
15 years ago
Lyubomir Marinov c1a8cfd9bc Removed the implementation of a deprecated function from the native counterpart of the PortAudio support.
15 years ago
Damian Minkov 0a4cb156b6 Fix local port retreival for jabber packet logging.
15 years ago
Damian Minkov 00f6287db1 Implement packet logging for ice4j.
15 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.
15 years ago
Lyubomir Marinov e23a9b617b Takes another try at echo cancellation, uses a circular buffer to improve the latency (a teeny-weeny bit).
15 years ago
Sebastien Vincent 6ae5819685 Allow remote candidate to be injected while ICE is running and enhance interoperability with Empathy client.
15 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.
15 years ago
Damian Minkov fcedf7507b Remove a space in prop file that breaks loading bundles (introduced in previous commit).
15 years ago
Damian Minkov a21b3d7353 Introduce Packet Logging Service with its configuration form and implementation for sip,jabber and rtp.
15 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