aboutsummaryrefslogtreecommitdiffstats
path: root/src/native/windows
Commit message (Expand)AuthorAgeFilesLines
* Do not flip vertically images from directshow webcam if there are already fli...Sebastien Vincent2011-02-173-16/+68
* 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
* Recompile LocalhostRetriever.dll with mingw instead of VC++ for Windows x86 a...Sebastien Vincent2011-02-161-0/+15
* 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
* 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
* Check CoInitializeEx return code in jdirectshow JNI and do not call CoUniniti...Sebastien Vincent2011-01-122-100/+139
* Commits work in progress on adding support for the Address Book of Mac OS X.Lyubomir Marinov2011-01-048-680/+0
* Provides an initial implementation of searching in the Address Book of Micros...Lyubomir Marinov2010-12-246-9/+523
* Commits work in progress on adding support for the Address Book of Microsoft ...Lyubomir Marinov2010-12-216-5/+90
* Commits work in progress on adding support for the Address Book of Microsoft ...Lyubomir Marinov2010-12-214-0/+81
* Use Windows CRITICAL_SECTION instead of using pthread and fix a possible cras...Sebastien Vincent2010-06-181-0/+5
* Fix a bug in DirectShow when changing webcam resolution and add I420 format s...Sebastien Vincent2010-06-034-5/+17
* Add support for YUY2, UYVY and NV12 format for native DirectShow devices.Sebastien Vincent2010-05-198-91/+381
* Add instructions to build jdirectshow.dll.Sebastien Vincent2010-05-181-0/+30
* Add native implementation of DirectShow capture devices on Microsoft Windows ...Sebastien Vincent2010-05-1811-0/+1734
* Fixes an incorrect C documentation comment. Patch submitted by Sebastien Vinc...Lyubomir Marinov2009-11-161-1/+1
* Second patch for Issue #704 by Sebastien Vincent.Damian Minkov2009-10-272-398/+339
* Issue #704. Native impl for a getLocalHost( destAddr ) method on Windows. Pat...Damian Minkov2009-10-233-0/+413