786 Commits (f16503743f98c6a49d9506095d7f4ab143131f25)

Author SHA1 Message Date
Andrey Kamaev eb2f1f81ed Fixed hundreds of documentation problems 13 years ago
Andrey Kamaev e161f428a0 Fixed PvAPI search on Windows #1927 13 years ago
Alexander Mordvintsev 8429c109be FIX: VideoCapture::read() was returning empty image for camera captures 13 years ago
Vadim Pisarevsky fd68cc768a fixed 2 build problems on MacOSX (highgui with ffmpeg, opencv_world); added macro CV_INIT_ALGORITHM for simpler algorithm registration (ticket #1876) 13 years ago
Andrey Kamaev ac8f61ee91 Fixed Linux build 13 years ago
Andrey Kamaev decd6c0fab Restored QuartzCore framework for OS X 13 years ago
Andrey Kamaev 0716ebb7a6 Refactored highgui libraries search (tested on Windows only) 13 years ago
Andrey Kamaev c9027fecc0 Fixed few MinGW build problems 13 years ago
Andrey Kamaev 9961658eab Fixing compile on some MinGW platforms 13 years ago
Andrey Kamaev e1c4fd9e1f Merged the trunk r8345:8376 13 years ago
Andrey Kamaev def87eae19 Fixed MinGW build after r8358 13 years ago
Vadim Pisarevsky 00c30681bc Added Snap-to-Screen Edge feature in the case of multiple monitors (patch by Adi Shavit) 13 years ago
Vadim Pisarevsky f620f1ce57 fixed building avfoundation on MacOSX with iOS targets 13 years ago
Andrey Kamaev 8d135e8ea1 Shortened CMake script for opencv_world. Fixed opencv_world link with non-Visual Studio generators on Windows. 13 years ago
Vadim Pisarevsky 6dde56faf4 fixed building opencv_world with VS2010 13 years ago
Vadim Pisarevsky 9bbcebd6b0 added opencv_world module that combines all the other [selected by user] OpenCV modules, except for opencv_python and opencv_gpu. 13 years ago
Alexander Reshetnikov 57e26bde9f Accelerating the completion of video bypass (bug #1893) 13 years ago
Alexander Reshetnikov 3ec43a11ed Fixed read error in VideoCapture for images (bug #1892); minor fix of ffmpeg wrapper warning 13 years ago
Andrey Kamaev 3a1f85d4e8 Remerged the 2.4.0 branch 13 years ago
Vladislav Vinogradov ca57239618 fixed some problems after r8280 (lost code) 13 years ago
Vadim Pisarevsky d5a0088bbe merged 2.4 into trunk 13 years ago
Vadim Pisarevsky 2c88791600 get back to single-version ffmpeg wrapper (no more v2); make sure the library builds and the tests pass on Ubuntu 10.04 that includes pretty old version of ffmpeg 13 years ago
Vadim Pisarevsky 09ca294a76 avoid simultanous reading data from 2 videos Highgui_Video.regression, since earlier versions of ffmpeg (or the way our wrapper uses them) can not handle that properly 13 years ago
Vadim Pisarevsky 5e2df0d6b0 some more fixes in ffmpeg wrapper; now it handles big videos better. 13 years ago
Vadim Pisarevsky 8bab09de07 temporary reverted av_free_packet() patch. 13 years ago
Vadim Pisarevsky 40d8d11f45 fixed RGBD capture with Asus Xtion (by Gary Bradski) 13 years ago
Alexander Reshetnikov 689c1814a5 Fixed VideoCapture memory leak (bug #1481) 13 years ago
Andrey Kamaev 95e657714f Minor improvements: reduced verbosity of positioning tests; run.py - filter out non-executables on windows 13 years ago
Vadim Pisarevsky 7ac713405f put template Distance classes back to features2d, since they are used in GPU; fixed OpenCV build with Xcode 2.3 (which includes new libpng) 13 years ago
Vadim Pisarevsky d60caea559 added test to check #1737 13 years ago
Vadim Pisarevsky f87c2e49db added version number to opencv_ffmpeg dlls (it's added only when dll copied to the bin directory); it resolves #1827 13 years ago
Andrey Kamaev b93d3d7a55 Fixed build warnings 13 years ago
Vadim Pisarevsky fcbfc030ef avoid use of "AVFrame::best_effort_timestamp" 13 years ago
Vadim Pisarevsky bc3c49518d ok, now positioning seem to work well, at least with ffmpeg 0.10.2 on MacOSX 10.7 13 years ago
Vadim Pisarevsky 562e404224 fixed HighguiFramecount.regression test (and renamed it to Highgui_Video.framecount) 13 years ago
Vadim Pisarevsky fb292b1b27 added PSNR function to imgproc; refactored highgui positioning test (which still fails) 13 years ago
Vadim Pisarevsky c0fcfcc7d8 refactored highgui_specificvideo* tests; fixed repeated libswscale context creation in videocapture & videowriter (ticket #1541) 13 years ago
Alexander Reshetnikov 4b5b7bdb5a Fixed cvRetrieveFrame memory leak under AVFoundation (ticket #1837) 13 years ago
Andrey Kamaev 8dae3431c7 Fixed ffmpeg dll copying under mingw 13 years ago
Alexander Reshetnikov 3d108958e7 Added resources release for AVT cameras (ticket #1814) 13 years ago
Andrey Morozov 720dc231e8 minor fix in calculate bitrate 13 years ago
Andrey Morozov 742668434c minor fix in calculate bitrate 13 years ago
Andrey Kamaev 0905c4f6c6 Minor fix for previous commit 13 years ago
Andrey Kamaev 2bedf5bfd5 Refactored build conditionals in highgui tests 13 years ago
Vladislav Vinogradov f4b4665940 added VideoReader_GPU 13 years ago
Alexander Shishkov eb306311f1 fixed FFMPEG wrapper compilation on Windows 13 years ago
Alexander Reshetnikov 4ec74414bb Fixed error in frame positioning (bug #1815) 13 years ago
Vladislav Vinogradov 70909738f4 added support of different surface formats to VideoWriter_GPU 13 years ago
Vladislav Vinogradov 2bfaf540a1 added VideoWriter_GPU 13 years ago
Andrey Kamaev 24c7bdc3d7 #1809 include unistd.h required for usleep 13 years ago