Damian Minkov
de4cbe96b3
Moves speex and g722 in libjitsi using package org.jitsi. Updates binaries.
11 years ago
hristoterezov
d31437db4d
Reorders the code for Oulook COM server to register earlier and increases
...
the tries to connect to the COM server in the COM client.
12 years ago
hristoterezov
25bdcbadcf
Fixes the issue with hanging JVM or Jitsi crashes when second instance of
...
Jitsi on windows is started.
12 years ago
hristoterezov
295c67030e
Fixes exception in the calendar service. Adds log messages for the outlook
...
contact source.
12 years ago
hristoterezov
b2d44ec255
Fixes the issue with changing the presence status to "In a meeting" from
...
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.
12 years ago
hristoterezov
ae167a48d6
Implements warning dialog which is shown if Outlook is not the default
...
mail client.
12 years ago
hristoterezov
59f44e2026
Fixes the wrong check in Outlook COM server if Outlook is default mail client.
12 years ago
hristoterezov
f264230de7
Fixes issue with Outlook COM server arguments and implements logger level for the native logger.
12 years ago
hristoterezov
ce3dc088ce
Fixes the issue with not creating the log file for Outlook COM server.
12 years ago
hristoterezov
10b422a198
Adds log messages for the Outlook registry checks.
12 years ago
hristoterezov
662c9352d3
Implements Logger class for Outlook address book native code and adds log
...
messages for debug purpose.
12 years ago
Lyubomir Marinov
a278bda96e
Rebuilds the JNI library jnmaccoreaudio on and targeting OS X 10.7.
12 years ago
Lyubomir Marinov
f4ad84e3ec
Uses UTF-8 instead of ASCII in Core Audio on OS X in order to potentially resolve issues with non-ASCII characters. (The solution is unlikely to be complete though because of the mixes usage of original UTF-8, modified UTF-8 and strlen.)
12 years ago
Lyubomir Marinov
640b9d50c3
Fixes an audio quality degradation observed with Core Audio on OS X when the Audio tab in Preferences is open during a call.
12 years ago
hristoterezov
5ee7e6e7ff
Adds 32bit native binaries for the calendar service.
12 years ago
hristoterezov
96ef724f2d
Adds CalendarService implementation. The Calendar service calculates the free busy status based on outlook meetings.
12 years ago
Damian Minkov
b035911232
Fixes canceling outlook queries when new one is created and uses one remote 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.
12 years ago
Damian Minkov
1774bb75f8
Updates AEC for CoreAudio using webrtc library, recompiled with latest webrtc, was crashing when running from source with unresolved reference "___sincos_stret". Adds some basic instructions for compiling.
12 years ago
Lyubomir Marinov
22eddf4713
Moves screencapture/imgstreaming from the package net.java.sip.communicator to the package org.jitsi.
12 years ago
Vincent Lucas
4571e6f2a8
Updates libjitsi, libjnmaccoreaudio and libjnwebrtcaec: Loose AEC synchronization exigence in order to avoid jerky sounds.
12 years ago
Boris Grozev
1d6326a667
Replaces libjnopus.so with a version which does not require GLIBC_2.14
12 years ago
Vincent Lucas
66cafbfa9a
Updates libjnmaccoreaudio.jnilib, libjnwebrtcaec.dylib and 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.
12 years ago
Vincent Lucas
bb6008c56d
Updates libjitsi and includes new libraries for CoreAudio AEC using webrtc library.
12 years ago
Lyubomir Marinov
b7cced77c9
Updates the opus binaries for Windows to 1.1.
12 years ago
Boris Grozev
d5f01c2326
Updates opus binaries for linux and mac with opus-1.1
12 years ago
Damian Minkov
66332e5634
Reverts to old launcher, rename agent library.
12 years ago
Damian Minkov
bbb3a36624
Adds option to embed jre into dmg and enables it.
12 years ago
Lyubomir Marinov
ebb9a43239
Rebuilds jndirectshow.dll with a newer version of mingw64.
12 years ago
Vincent Lucas
5a24f34cec
Updates libjitsi: Corrects deadlock when closing renderer in Core Audio. Reports c error to java logger.
12 years ago
Vincent Lucas
74812b5748
Updates libjitsi and libjnmaccoreaudio: Changes "MacCoreaudio" audio system name into "Core Audio". Corrects wrong detection of input and output devices. Avoids concurrent process of the "stop" and "read/write" functions at the native level.
12 years ago
Lyubomir Marinov
6f8b80066e
Rebuilds jnwasapi.dll with a newer version of mingw64.
12 years ago
Vincent Lucas
f02a12d22d
Adds stream capture and render via CoreAudio for MacOSX. This is a first version which needs more testing. The default audio system on MacOSX is still PortAudio.
12 years ago
Vincent Lucas
a9023d0df2
Limits permissions required to access to Outlook contact database.
12 years ago
Vincent Lucas
c3e4622091
Corrects UTF strings modification for Outlook contacts.
12 years ago
Vincent Lucas
4fbc19e87c
Corrects error at Outlook COM server startup, when Outlook is installed but no account is configured. Try to speed up Outlook entry ID resolution. Gets and logs Outlook version.
12 years ago
Vincent Lucas
62e671231f
Adds initial check if Outlook is installed before starting the Outlook COM server.
12 years ago
Boris Grozev
dfd5a88621
Updates libjitsi.jar and the opus binaries (with ones linked with opus-1.1-beta)
12 years ago
Vincent Lucas
c515624c49
Corrects description for outlook com server.
12 years ago
Vincent Lucas
73032b8c36
Sets description for Outlook COM server executable.
12 years ago
Vincent Lucas
dd08179d07
Adds modification of Outlook display for home/work postal address. Corrects Outlook funcitons to get/set/delete email addresses: add the management of EX address type.
12 years ago
Vincent Lucas
c995a7aa40
Removes extra debug for Outlook address book plugin. Adds a thread collector for Outlook notifications.
12 years ago
Damian Minkov
aaa15eb68e
Recompiled ffmpeg to include mjpeg and add support for mjpeg cameras for windows.
13 years ago
Lyubomir Marinov
4d9932939f
Adds experimental support for acoustic echo cancellation (AEC) on Windows when using Windows Audio Session API (WASAPI) implemented with Voice Capture DSP.
13 years ago
Vincent Lucas
284b758a64
Corrects memory leaks fro the Outlook address book plugin.
13 years ago
Lyubomir Marinov
b6d1362f13
Rebuilds jndirectshow.dll using GCC 4.8.1 (from mingw-builds).
13 years ago
Vincent Lucas
cd56bd88b2
Adds management of Outlook contact with multiple identifier. Corrects null pointer segmentation fault when comparing entry identifiers. Uses MAPI service provider to retrieve a tag corresponding to a property identifier.
13 years ago
Damian Minkov
c580ea1bd3
Removes jdic dependency used for java 1.5 campatibility.
...
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.
13 years ago
Vincent Lucas
cc3c615cbc
Corrects STATUS_ACCESS_VIOLATION error, when failing to get the properties of a MsOutlook contact.
13 years ago
Vincent Lucas
f4e5fad744
Corrects CoInitializeEx check for "msoutlookaddrbook", when this function was already called. Adds debug information when retrieving MsOutlook contacts from the "addrbook" plugin.
13 years ago
Lyubomir Marinov
8d1ee366a6
Optimizes the video capture on Windows by avoiding an unnecessary copy of the video frames.
13 years ago