aboutsummaryrefslogtreecommitdiffstats
path: root/src/native
Commit message (Expand)AuthorAgeFilesLines
* Fixes an issue in the Windows setup which may cause versioned .dll and .exe f...Lyubomir Marinov2011-04-011-1/+1
* Fixes a case of failures to find JNI libraries in java.library.path on Window...Lyubomir Marinov2011-03-311-9/+41
* Fixes a 'Class does not exist' error in setup.exe which bootstraps the MSI se...Lyubomir Marinov2011-03-311-1/+14
* Adds debug output to the error dialog of setup.exe in order to easier locate ...Lyubomir Marinov2011-03-316-12/+232
* Adds the .\\native directory to the PATH environment variable on Windows in h...Lyubomir Marinov2011-03-301-0/+49
* Fixes a crash in the JAWTRenderer on Mac OS X 10.5 reported by Emil Ivov and ...Lyubomir Marinov2011-03-251-3/+18
* Fixes overlapping issues with the JAWTRenderer on Mac OS X.Lyubomir Marinov2011-03-251-45/+39
* Commits work in progress on fixing overlapping issues with the JAWTRenderer o...Lyubomir Marinov2011-03-232-280/+180
* Commits work in progress on fixing overlapping issues with the JAWTRenderer o...Lyubomir Marinov2011-03-232-22/+43
* Commits work in progress on fixing overlapping issues with the JAWTRenderer o...Lyubomir Marinov2011-03-221-5/+14
* Forgot to commit native code for dropping support of VFW video devices.Sebastien Vincent2011-03-221-0/+18
* Commits work in progress on fixing overlapping issues with the JAWTRenderer o...Lyubomir Marinov2011-03-225-44/+332
* Commits work in progress on fixing overlapping issues with the JAWTRenderer o...Lyubomir Marinov2011-03-192-154/+347
* Provides a Makefile for the JNI library of JAWTRenderer on Mac OS X.Lyubomir Marinov2011-03-111-0/+18
* Makes it possible to choose in the Windows setup to remove the personal SIP C...Lyubomir Marinov2011-03-104-0/+318
* Fixes 'run.exe - Entry Point Not Found The procedure entry point RegCloseKey ...Lyubomir Marinov2011-03-061-1/+1
* Use MediaType pointer obtained with IAMStreamConfig::GetStreamCaps() to set t...Sebastien Vincent2011-03-042-82/+53
* Disable directshow horizontal flip capabilities. Note that the DLLs need to b...Sebastien Vincent2011-03-041-0/+6
* Attempt to fix upside-down webcam problems on some computers.Sebastien Vincent2011-03-033-16/+69
* Revert directshow changes from revision 8273.Sebastien Vincent2011-02-253-68/+16
* Fixes a couple of possible causes of access violation in the JNI library of t...Lyubomir Marinov2011-02-211-17/+27
* Fixes (the fix for) an issue reported by Emil Ivov and found to cause modific...Lyubomir Marinov2011-02-181-6/+4
* Do not flip vertically images from directshow webcam if there are already fli...Sebastien Vincent2011-02-173-16/+68
* Fixes an issue reported by Emil Ivov and found to cause modifications to the ...Lyubomir Marinov2011-02-174-2/+110
* Fixes an issue reported by Bruno Konik in the crash handling functionality on...Lyubomir Marinov2011-02-171-7/+6
* Recompile LocalhostRetriever.dll with -Wl,--kill-at for Windows x86 and x64.Sebastien Vincent2011-02-171-1/+2
* Fixes a crash in the crash handling functionality on Windows.Lyubomir Marinov2011-02-161-1/+2
* Hopefully, fixes a possible deadlock between the crash handling implementatio...Lyubomir Marinov2011-02-161-15/+46
* Add stripped and optimized LocalhostRetriever.dll for Windows x86 and x64.Sebastien Vincent2011-02-161-1/+2
* Fix screencapture JNI on Windows to properly capture a part of the screen.Sebastien Vincent2011-02-161-2/+2
* Recompile LocalhostRetriever.dll with mingw instead of VC++ for Windows x86 a...Sebastien Vincent2011-02-161-0/+15
* Reports contact specifiers such as Home, Work, Mobile for the SourceContact C...Lyubomir Marinov2011-02-161-2/+24
* Additionnal checks for directshow native code.Sebastien Vincent2011-02-162-19/+38
* Introduces a crash handler for SIP Communicator on Windows which asks after a...Lyubomir Marinov2011-02-164-0/+1409
* Adds formatting, javadocs.Lyubomir Marinov2011-02-163-1/+22
* Fixes issue JITSI-908: Major bug causing SC to crash on Mac OS X when calls a...Lyubomir Marinov2011-02-121-1/+0
* Tries even more (retardedly) to restore cygwin compatibility in the build of ...Lyubomir Marinov2011-01-271-8/+11
* Tries to restore cygwin compatibility in the build of the Windows setup.Lyubomir Marinov2011-01-271-0/+4
* Remove tabs and formating text in directshow native code.Sebastien Vincent2011-01-278-623/+647
* Fixes multiple issues in the setup and update functionality on Windows.Lyubomir Marinov2011-01-264-0/+1011
* Searches through the contacts of Microsoft Outlook only if it is the default ...Lyubomir Marinov2011-01-142-40/+145
* Check CoInitializeEx return code in jdirectshow JNI and do not call CoUniniti...Sebastien Vincent2011-01-122-100/+139
* Fixes an access violation in the support for the Address Book of Microsoft Ou...Lyubomir Marinov2011-01-114-41/+56
* Attempt to fix random crash that happen with the Windows native renderer and ...Sebastien Vincent2011-01-112-4/+13
* Delays the linking to the Microsoft Outlook API from compile to run time as m...Lyubomir Marinov2011-01-103-12/+102
* Lyubomir Marinov2011-01-101-0/+3
* Mitigate the following issue with the support for the Address Book of Mac OS ...Lyubomir Marinov2011-01-103-4/+131
* Fixes the Makefile for the JNI binary of the support for the Address Book of ...Lyubomir Marinov2011-01-081-1/+1
* Fixes the Makefile for the JNI binary of the support for the Address Book of ...Lyubomir Marinov2011-01-084-7/+7
* Displays images for the contacts fetched from the Address Book of Mac OS X.Lyubomir Marinov2011-01-072-157/+196