aboutsummaryrefslogtreecommitdiffstats
path: root/src/native/windows/directshow
Commit message (Expand)AuthorAgeFilesLines
* Commits work in progress on fixing issues with video capture on Windows.Lyubomir Marinov2013-05-2014-2205/+0
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-1811-11/+11
* Integrates jdirectshow patch from Ingo Bauersachs, reported in dev mailing li...Sebastien Vincent2011-08-171-3/+7
* Forgot to commit native code for dropping support of VFW video devices.Sebastien Vincent2011-03-221-0/+18
* 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
* Do not flip vertically images from directshow webcam if there are already fli...Sebastien Vincent2011-02-173-16/+68
* Additionnal checks for directshow native code.Sebastien Vincent2011-02-162-19/+38
* Remove tabs and formating text in directshow native code.Sebastien Vincent2011-01-278-623/+647
* Check CoInitializeEx return code in jdirectshow JNI and do not call CoUniniti...Sebastien Vincent2011-01-122-100/+139
* 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