opencv/modules/videoio
Artur Wieczorek ec93d103b7 Refactored code responsible for printing debug messages in DShow video capture module to reduce footprint in Release mode.
Replace printf function used for diagnostic purposes with dedicated DebugPrintOut function to output debug messages. This function is effective only in Debug mode and its body becomes empty in Release mode to reduce footprint.
2014-10-10 17:49:01 +02:00
..
doc adding fourcc to VideoWriter docs 2014-09-04 16:09:22 +02:00
include/opencv2 Change decimation enum values so they can be used in resolution calculations. 2014-08-12 15:18:11 +02:00
perf Split highgui module to videoio and highgui 2014-07-14 23:16:47 +04:00
src Refactored code responsible for printing debug messages in DShow video capture module to reduce footprint in Release mode. 2014-10-10 17:49:01 +02:00
test Added test on CAP_PROP_FRAMECOUNT option for cv::VideoCapture 2014-09-26 10:50:22 +04:00
CMakeLists.txt Fixed CMake issue with FFMPEG videoio configuration 2014-09-29 00:39:05 +02:00