Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove removed jdic leftover | Ingo Bauersachs | 2016-06-04 | 1 | -0/+0 |
| | |||||
* | Remove libunbound and related code | Ingo Bauersachs | 2016-05-28 | 1 | -0/+0 |
| | |||||
* | Add support for Outlook 2016 address book search | Ingo Bauersachs | 2016-05-17 | 3 | -0/+0 |
| | |||||
* | Update binaries | Ingo Bauersachs | 2016-05-10 | 1 | -0/+0 |
| | |||||
* | Update presence integration for Office 2016 (fixes #159) | Ingo Bauersachs | 2015-10-11 | 1 | -0/+0 |
| | |||||
* | Use native libraries from within their bundles | Ingo Bauersachs | 2015-09-07 | 11 | -0/+0 |
| | | | TODO: Strip the unneeded libs in the platform builds. | ||||
* | Fixes jitsi/libjitsi GitHub issue #34 'MP3 recording crashes in FFmpeg' on ↵ | Lyubomir Marinov | 2015-03-09 | 1 | -0/+0 |
| | | | | Windows. | ||||
* | Fixes an access violation in H.264/video on Windows. | Lyubomir Marinov | 2015-02-05 | 1 | -0/+0 |
| | |||||
* | Updates libjitsi to commit f0b29a072c43a67133f7dbf93bc67ad1c9dafc70: AMR-WB. | Lyubomir Marinov | 2015-01-22 | 1 | -0/+0 |
| | |||||
* | Moves speex and g722 in libjitsi using package org.jitsi. Updates binaries. | Damian Minkov | 2014-07-04 | 2 | -0/+0 |
| | |||||
* | Reorders the code for Oulook COM server to register earlier and increases | hristoterezov | 2014-06-13 | 3 | -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 of | hristoterezov | 2014-05-13 | 3 | -0/+0 |
| | | | | Jitsi on windows is started. | ||||
* | Fixes exception in the calendar service. Adds log messages for the outlook | hristoterezov | 2014-05-09 | 3 | -0/+0 |
| | | | | contact source. | ||||
* | Fixes the issue with changing the presence status to "In a meeting" from | hristoterezov | 2014-05-09 | 4 | -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 default | hristoterezov | 2014-04-30 | 3 | -0/+0 |
| | | | | mail client. | ||||
* | Fixes the wrong check in Outlook COM server if Outlook is default mail client. | hristoterezov | 2014-04-29 | 3 | -0/+0 |
| | |||||
* | Fixes issue with Outlook COM server arguments and implements logger level ↵ | hristoterezov | 2014-04-28 | 3 | -0/+0 |
| | | | | for the native logger. | ||||
* | Fixes the issue with not creating the log file for Outlook COM server. | hristoterezov | 2014-04-25 | 3 | -0/+0 |
| | |||||
* | Adds log messages for the Outlook registry checks. | hristoterezov | 2014-04-22 | 3 | -0/+0 |
| | |||||
* | Implements Logger class for Outlook address book native code and adds log | hristoterezov | 2014-04-17 | 3 | -0/+0 |
| | | | | messages for debug purpose. | ||||
* | Adds 32bit native binaries for the calendar service. | hristoterezov | 2014-04-02 | 5 | -0/+0 |
| | |||||
* | Fixes canceling outlook queries when new one is created and uses one remote ↵ | Damian Minkov | 2014-03-24 | 5 | -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 Marinov | 2014-01-20 | 1 | -0/+0 |
| | | | | to the package org.jitsi. | ||||
* | Updates libjnmaccoreaudio.jnilib, libjnwebrtcaec.dylib and ↵ | Vincent Lucas | 2014-01-13 | 1 | -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 Marinov | 2013-12-13 | 1 | -0/+0 |
| | |||||
* | Rebuilds jndirectshow.dll with a newer version of mingw64. | Lyubomir Marinov | 2013-10-30 | 1 | -0/+0 |
| | |||||
* | Rebuilds jnwasapi.dll with a newer version of mingw64. | Lyubomir Marinov | 2013-10-10 | 1 | -0/+0 |
| | |||||
* | Limits permissions required to access to Outlook contact database. | Vincent Lucas | 2013-08-30 | 3 | -0/+0 |
| | |||||
* | Corrects UTF strings modification for Outlook contacts. | Vincent Lucas | 2013-08-17 | 3 | -0/+0 |
| | |||||
* | Corrects error at Outlook COM server startup, when Outlook is installed but ↵ | Vincent Lucas | 2013-07-26 | 3 | -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 Lucas | 2013-07-24 | 3 | -0/+0 |
| | | | | server. | ||||
* | Updates libjitsi.jar and the opus binaries (with ones linked with opus-1.1-beta) | Boris Grozev | 2013-07-23 | 1 | -0/+0 |
| | |||||
* | Corrects description for outlook com server. | Vincent Lucas | 2013-07-18 | 2 | -0/+0 |
| | |||||
* | Sets description for Outlook COM server executable. | Vincent Lucas | 2013-07-16 | 2 | -0/+0 |
| | |||||
* | Adds modification of Outlook display for home/work postal address. Corrects ↵ | Vincent Lucas | 2013-07-15 | 3 | -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 Lucas | 2013-07-10 | 3 | -0/+0 |
| | | | | for Outlook notifications. | ||||
* | Recompiled ffmpeg to include mjpeg and add support for mjpeg cameras for ↵ | Damian Minkov | 2013-07-05 | 2 | -0/+0 |
| | | | | windows. | ||||
* | Adds experimental support for acoustic echo cancellation (AEC) on Windows ↵ | Lyubomir Marinov | 2013-07-04 | 1 | -0/+0 |
| | | | | when using Windows Audio Session API (WASAPI) implemented with Voice Capture DSP. | ||||
* | Corrects memory leaks fro the Outlook address book plugin. | Vincent Lucas | 2013-07-03 | 3 | -0/+0 |
| | |||||
* | Rebuilds jndirectshow.dll using GCC 4.8.1 (from mingw-builds). | Lyubomir Marinov | 2013-06-30 | 1 | -0/+0 |
| | |||||
* | Adds management of Outlook contact with multiple identifier. Corrects null ↵ | Vincent Lucas | 2013-06-27 | 4 | -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 Minkov | 2013-06-11 | 3 | -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 Lucas | 2013-05-29 | 3 | -0/+0 |
| | | | | of a MsOutlook contact. | ||||
* | Corrects CoInitializeEx check for "msoutlookaddrbook", when this function ↵ | Vincent Lucas | 2013-05-28 | 3 | -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 Marinov | 2013-05-27 | 1 | -0/+0 |
| | | | | the video frames. | ||||
* | Adds support for Logitech HD Pro Webcam C920 on Windows. | Lyubomir Marinov | 2013-05-26 | 1 | -0/+0 |
| | |||||
* | Makes the display of the video formats by webcams on Windows more useful (to ↵ | Lyubomir Marinov | 2013-05-25 | 1 | -0/+0 |
| | | | | developers). | ||||
* | Fixes a failure of the video capture on Windows to set a specific video ↵ | Lyubomir Marinov | 2013-05-24 | 1 | -0/+0 |
| | | | | resolution. | ||||
* | Reduces the numbers of times that the camera gets opened and closed on ↵ | Lyubomir Marinov | 2013-05-23 | 1 | -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 Marinov | 2013-05-20 | 1 | -0/+0 |
| |