6790 Commits (5253265342e69ca764dc1727f57a3a0b2642512c)

Author SHA1 Message Date
Tom Stellard 8f3b876ee6 ocl: Change static variable order in cl_context.cpp to avoid crashes during destruction 10 years ago
Samuel Martin ea50be0529 core: fix x86 PIC code compilation 10 years ago
Dinar Ahmatnurov 5a797ae7de fix issue with font; 10 years ago
Ilya Lavrenov fb2012def2 TCP instead of UDP 10 years ago
Andreas Stührk afb164cc15 Don't allocate lots of memory when reading TIFFs with infinite rows per strip. 10 years ago
Nisarg Thakkar 474897ff01 Made some changes specefict to 4 channel images. Fixed step value for tptr 10 years ago
Nisarg Thakkar 29fb2b6e47 Fixed doc for Bug #3887 10 years ago
Niklas Frisk af72e6b8f4 Fixes #3910, flags in _prepareImgAndDrawKeypoints are now binary OR'ed instead of added. 10 years ago
Rohit Rawat 2ad8c6dbd0 Fixing bug in NAryMatIterator documentation(Bug #3787). 10 years ago
Artur Wieczorek 5c96021172 Fixed getting CV_CAP_PROP_FOURCC property value 10 years ago
Artur Wieczorek 4b1bb702ce Fixed media type GUID for I420 format in DShow capture. 10 years ago
Artur Wieczorek 7e78b5d06e Fixed selecting media type in DShow video capture. 10 years ago
Alexander Smorkalov 11c81067dc doc/check_docs2.py warnings fixes 10 years ago
Alexander Smorkalov ca40a749b6 Turn off superres accuracy tests if video i/o is not supported. 10 years ago
Alexander Smorkalov 71c4e96e17 Test fisheye.rectify disabled for Tegra. 10 years ago
StevenPuttemans 60fd5c2a3a fixing dependencies 10 years ago
Alexander Smorkalov 8271c4e9c4 Highgui_Video.prop_fps disabled as fails with FFmpeg in Ubuntu 14.04. 10 years ago
Alexander Smorkalov 1f4fe3bb27 GStreamer 1.0 backport from master branch. 10 years ago
Alexander Smorkalov a0431acb37 OpenCV Manager version++. 10 years ago
Artur Wieczorek e3f1d722e7 Remove ATL dependency from MSMF capture code 10 years ago
Manfred Georg 7f4eb4f6c6 set ffmpeg mutex to NULL on destruction. 10 years ago
Dinar Ahmatnurov de6edcc48a fixing issue with "ёЁ"; 10 years ago
Maksim Shabunin e88a36621e Fixed warning during cross compile for ARM 10 years ago
Dinar Ahmatnurov e9f7c4aeba added Cyrillic; 10 years ago
Artur Wieczorek 93d1ceae43 Use FFMPEG capture only if HAVE_FFMPEG flag is defined. 10 years ago
Artur Wieczorek 073a7ff95a Fixed CMake issue with FFMPEG highgui configuration 10 years ago
Artur Wieczorek 5bf1a4c08c Fixed MSMF file capture error while opening the file containing unsupported video stream format 10 years ago
bhack 32f6e1a554 Fix for bug #3469 CV_XADD failing in clang+nvcc combination 10 years ago
StevenPuttemans d4ec359f11 Fixing errors 10 years ago
Artur Wieczorek 3603102c89 Fixed assertion warning in MSMF frame grabber 10 years ago
Artur Wieczorek a615102947 Fixed MSMF video capture initialization 10 years ago
StevenPuttemans 03662c0589 fix blobdetector 10 years ago
Artur Wieczorek 7c354c14f7 CMake configuration for MSMF capture 10 years ago
Artur Wieczorek d2ba09e6ff Fix linking error under Win 7 - do not import MinCore_Downlevel.lib if target is Win 7 or earlier. 10 years ago
Tom Stellard 934394c5e2 ocl: Don't use 'inline' attribute on functions 10 years ago
Artur Wieczorek 539f8032dc Fixed compilation errors under VS 2010 and Win 7 10 years ago
WilhelmHannemann 150487feda Bugfix brute_force_match.cl (see http://code.opencv.org/issues/2837): wrong results for non-float descriptors in OpenCL BruteForceMatcher 10 years ago
WilhelmHannemann b767613d20 Bugfix brute_force_match.cl (Bug #2837): wrong results for non-float descriptors in OpenCL BruteForceMatcher 10 years ago
E Braun d82b918a7b fix for bug 3172 10 years ago
E Braun f60726b090 Revert "fix for bug 3172" 10 years ago
E Braun 1675b23a64 fix for bug 3172 10 years ago
E Braun aa9da6e433 regression test for bug 3172 10 years ago
Benoit Seguin 084835ec30 Fixing a line where integer data was treated as floating point data. 10 years ago
Philipp Hasper bac492fff6 Doc: Fixing indentation 10 years ago
jormansa 1d2d579bd6 bug fixed 10 years ago
Dmitry Gribanov 8a1d3929cc Feature based stitching's wave correction bugfix. 10 years ago
Alexander Smorkalov 343f4b3026 OpenCV version++. 10 years ago
Maksim Shabunin 882426a9b2 Stripped iCCP chunk from png files 10 years ago
GregoryMorse b9d5f3f6e9 Add support for WinRT in the MF capture framework by removing the disallowed calls to enumerate devices and create a sample grabber sink and adding framework for the MediaCapture interface and a custom sink which interfaces with the sample grabber callback interface. The change requires discussion for making it completely functional as redundancy is required given that if the source is a video file, the old code pathways must be used. Otherwise all IMFMediaSession, IMFMediaSource, and IMFActivate code must use a MediaCapture code path and all sink code must use the CMediaSink custom sink. 10 years ago
Igor Kuzmin 0421da78b3 XIMEA cam support: allow on OS X too 10 years ago