aboutsummaryrefslogtreecommitdiffstats
path: root/lib/native/windows
Commit message (Collapse)AuthorAgeFilesLines
* Remove removed jdic leftoverIngo Bauersachs2016-06-041-0/+0
|
* Remove libunbound and related codeIngo Bauersachs2016-05-281-0/+0
|
* Add support for Outlook 2016 address book searchIngo Bauersachs2016-05-173-0/+0
|
* Update binariesIngo Bauersachs2016-05-101-0/+0
|
* Update presence integration for Office 2016 (fixes #159)Ingo Bauersachs2015-10-111-0/+0
|
* Use native libraries from within their bundlesIngo Bauersachs2015-09-0711-0/+0
| | | TODO: Strip the unneeded libs in the platform builds.
* Fixes jitsi/libjitsi GitHub issue #34 'MP3 recording crashes in FFmpeg' on ↵Lyubomir Marinov2015-03-091-0/+0
| | | | Windows.
* Fixes an access violation in H.264/video on Windows.Lyubomir Marinov2015-02-051-0/+0
|
* Updates libjitsi to commit f0b29a072c43a67133f7dbf93bc67ad1c9dafc70: AMR-WB.Lyubomir Marinov2015-01-221-0/+0
|
* Moves speex and g722 in libjitsi using package org.jitsi. Updates binaries.Damian Minkov2014-07-042-0/+0
|
* Reorders the code for Oulook COM server to register earlier and increaseshristoterezov2014-06-133-0/+0
| | | | the tries to connect to the COM server in the COM client.
* Fixes the issue with hanging JVM or Jitsi crashes when second instance ofhristoterezov2014-05-133-0/+0
| | | | Jitsi on windows is started.
* Fixes exception in the calendar service. Adds log messages for the outlookhristoterezov2014-05-093-0/+0
| | | | contact source.
* Fixes the issue with changing the presence status to "In a meeting" fromhristoterezov2014-05-094-0/+0
| | | | | | not accepted calendar items. Fixes MAPI notifications to notify only for items from the calendar folders or contacts folders. Separates the contacts notifications from calendar notifications in the native code.
* Implements warning dialog which is shown if Outlook is not the defaulthristoterezov2014-04-303-0/+0
| | | | mail client.
* Fixes the wrong check in Outlook COM server if Outlook is default mail client.hristoterezov2014-04-293-0/+0
|
* Fixes issue with Outlook COM server arguments and implements logger level ↵hristoterezov2014-04-283-0/+0
| | | | for the native logger.
* Fixes the issue with not creating the log file for Outlook COM server.hristoterezov2014-04-253-0/+0
|
* Adds log messages for the Outlook registry checks.hristoterezov2014-04-223-0/+0
|
* Implements Logger class for Outlook address book native code and adds loghristoterezov2014-04-173-0/+0
| | | | messages for debug purpose.
* Adds 32bit native binaries for the calendar service.hristoterezov2014-04-025-0/+0
|
* Fixes canceling outlook queries when new one is created and uses one remote ↵Damian Minkov2014-03-245-0/+0
| | | | object to deliver results from com server, instead of creating new one for every contact. Adds some measurement trace prints, that can track execution time of native part.
* Moves screencapture/imgstreaming from the package net.java.sip.communicator ↵Lyubomir Marinov2014-01-201-0/+0
| | | | to the package org.jitsi.
* Updates libjnmaccoreaudio.jnilib, libjnwebrtcaec.dylib and ↵Vincent Lucas2014-01-131-0/+0
| | | | jnwincoreaudio.dll in order to propagate libjitsi following commits: 1) Moves CoreAudioDevice, MacCoreAudioDevice and WebrtcAec to src.org.jitsi.impl.neomedia.device package. 2) Corrects Coreaudio endless loop when CoreAudio daemon underruns. Corrects freeing resources synchronization problem. Corrects AEC memory leak. 3) Updates jnwincoreaudio.dll in order to comply with the package change for CoreAudioDevice, MacCoreAudioDevice and WebrtcAec to src.org.jitsi.impl.neomedia.device package.
* Updates the opus binaries for Windows to 1.1.Lyubomir Marinov2013-12-131-0/+0
|
* Rebuilds jndirectshow.dll with a newer version of mingw64.Lyubomir Marinov2013-10-301-0/+0
|
* Rebuilds jnwasapi.dll with a newer version of mingw64.Lyubomir Marinov2013-10-101-0/+0
|
* Limits permissions required to access to Outlook contact database.Vincent Lucas2013-08-303-0/+0
|
* Corrects UTF strings modification for Outlook contacts.Vincent Lucas2013-08-173-0/+0
|
* Corrects error at Outlook COM server startup, when Outlook is installed but ↵Vincent Lucas2013-07-263-0/+0
| | | | no account is configured. Try to speed up Outlook entry ID resolution. Gets and logs Outlook version.
* Adds initial check if Outlook is installed before starting the Outlook COM ↵Vincent Lucas2013-07-243-0/+0
| | | | server.
* Updates libjitsi.jar and the opus binaries (with ones linked with opus-1.1-beta)Boris Grozev2013-07-231-0/+0
|
* Corrects description for outlook com server.Vincent Lucas2013-07-182-0/+0
|
* Sets description for Outlook COM server executable.Vincent Lucas2013-07-162-0/+0
|
* Adds modification of Outlook display for home/work postal address. Corrects ↵Vincent Lucas2013-07-153-0/+0
| | | | Outlook funcitons to get/set/delete email addresses: add the management of EX address type.
* Removes extra debug for Outlook address book plugin. Adds a thread collector ↵Vincent Lucas2013-07-103-0/+0
| | | | for Outlook notifications.
* Recompiled ffmpeg to include mjpeg and add support for mjpeg cameras for ↵Damian Minkov2013-07-052-0/+0
| | | | windows.
* Adds experimental support for acoustic echo cancellation (AEC) on Windows ↵Lyubomir Marinov2013-07-041-0/+0
| | | | when using Windows Audio Session API (WASAPI) implemented with Voice Capture DSP.
* Corrects memory leaks fro the Outlook address book plugin.Vincent Lucas2013-07-033-0/+0
|
* Rebuilds jndirectshow.dll using GCC 4.8.1 (from mingw-builds).Lyubomir Marinov2013-06-301-0/+0
|
* Adds management of Outlook contact with multiple identifier. Corrects null ↵Vincent Lucas2013-06-274-0/+0
| | | | pointer segmentation fault when comparing entry identifiers. Uses MAPI service provider to retrieve a tag corresponding to a property identifier.
* Removes jdic dependency used for java 1.5 campatibility.Damian Minkov2013-06-113-0/+0
| | | | | Removes duplicate lib commons-logging. Update deb-src build target to fix clean procedure to run building package twice, updates the use of the debian povided bouncycastle lib.
* Corrects STATUS_ACCESS_VIOLATION error, when failing to get the properties ↵Vincent Lucas2013-05-293-0/+0
| | | | of a MsOutlook contact.
* Corrects CoInitializeEx check for "msoutlookaddrbook", when this function ↵Vincent Lucas2013-05-283-0/+0
| | | | was already called. Adds debug information when retrieving MsOutlook contacts from the "addrbook" plugin.
* Optimizes the video capture on Windows by avoiding an unnecessary copy of ↵Lyubomir Marinov2013-05-271-0/+0
| | | | the video frames.
* Adds support for Logitech HD Pro Webcam C920 on Windows.Lyubomir Marinov2013-05-261-0/+0
|
* Makes the display of the video formats by webcams on Windows more useful (to ↵Lyubomir Marinov2013-05-251-0/+0
| | | | developers).
* Fixes a failure of the video capture on Windows to set a specific video ↵Lyubomir Marinov2013-05-241-0/+0
| | | | resolution.
* Reduces the numbers of times that the camera gets opened and closed on ↵Lyubomir Marinov2013-05-231-0/+0
| | | | Windows to the minimum, strives to be more thorough about the opening, closing, disposing in an attempt to mitigate issues which could cause the camera to remain open.
* Commits work in progress on fixing issues with video capture on Windows.Lyubomir Marinov2013-05-201-0/+0
|