Roman Donchenko
|
f76dd99299
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
cmake/OpenCVModule.cmake
doc/tutorials/calib3d/camera_calibration/camera_calibration.rst
doc/tutorials/features2d/feature_detection/feature_detection.rst
doc/tutorials/features2d/feature_flann_matcher/feature_flann_matcher.rst
doc/tutorials/features2d/feature_homography/feature_homography.rst
modules/core/include/opencv2/core/operations.hpp
modules/core/src/arithm.cpp
modules/gpu/perf/perf_video.cpp
modules/imgproc/include/opencv2/imgproc/imgproc.hpp
modules/java/generator/gen_java.py
modules/java/generator/src/cpp/VideoCapture.cpp
modules/nonfree/src/opencl/surf.cl
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/perf/perf_haar.cpp
modules/ocl/perf/perf_precomp.hpp
modules/ocl/src/color.cpp
modules/ocl/src/filtering.cpp
modules/ocl/test/test_color.cpp
modules/ocl/test/test_objdetect.cpp
modules/python/src2/cv2.cpp
samples/gpu/CMakeLists.txt
samples/gpu/super_resolution.cpp
|
2013-08-19 19:02:36 +04:00 |
|
Alexander Smorkalov
|
9af2c1661a
|
Restricted Win32 API was fixed in Highgui and some 3rd party libs. Patch
for libpng added.
|
2013-08-15 06:42:00 -07:00 |
|
Roman Donchenko
|
4cf9990d4e
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
doc/tutorials/definitions/noContent.rst
doc/tutorials/gpu/gpu-basics-similarity/gpu-basics-similarity.rst
doc/tutorials/introduction/android_binary_package/dev_with_OCV_on_Android.rst
doc/tutorials/introduction/how_to_write_a_tutorial/how_to_write_a_tutorial.rst
modules/core/include/opencv2/core/core.hpp
modules/core/include/opencv2/core/internal.hpp
modules/core/include/opencv2/core/version.hpp
modules/gpu/CMakeLists.txt
modules/highgui/perf/perf_output.cpp
modules/highgui/test/test_video_io.cpp
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/perf/main.cpp
modules/ocl/src/hog.cpp
modules/ocl/src/initialization.cpp
modules/ocl/src/moments.cpp
modules/ocl/src/opencl/moments.cl
modules/ocl/test/main.cpp
modules/ocl/test/test_moments.cpp
modules/python/test/test.py
modules/ts/include/opencv2/ts/ts_perf.hpp
modules/ts/src/precomp.hpp
modules/ts/src/ts_perf.cpp
|
2013-07-03 19:53:21 +04:00 |
|
Alexander Smorkalov
|
9fb762ccec
|
VideoCapture for video files implemented.
Set and Get methods are not implemented;
Camera based video capture is broken due to modifications.
|
2013-06-24 02:45:24 -07:00 |
|
Alexander Smorkalov
|
ccb8292e8e
|
Media Foundation-based VideoWriter added
|
2013-06-24 02:45:22 -07:00 |
|
Andrey Kamaev
|
dd74a851f3
|
Fix build errors
|
2013-04-08 17:10:31 +04:00 |
|
Andrey Kamaev
|
0738ea7d0f
|
Make highgui.hpp independent from C API
|
2013-04-08 15:47:29 +04:00 |
|
Andrey Kamaev
|
67073daf19
|
Merge branch '2.4'
|
2013-04-05 21:11:59 +04:00 |
|
Alexander Smorkalov
|
09bc99a0c0
|
HAVE_WIN32UI and HAVE_VFW checks and defines added.
|
2013-03-27 08:03:51 -07:00 |
|
Alexander Smorkalov
|
3d594c70ff
|
Multiple Windows RT fixes
TIFF build was fixed;
Direct Show back-end was enabled;
More accurate guards implemented.
|
2013-03-19 17:46:01 -07:00 |
|
Alexander Smorkalov
|
06aff4e7b0
|
Initial Windows RT support commit.
GPU module turned off;
TIFF support turned off;
Windows Managment and Video IO (VFW) turned off.
|
2013-03-13 09:02:15 -07:00 |
|
Andrey Kamaev
|
262fc929aa
|
Merge branch '2.4'
|
2013-02-18 15:35:42 +04:00 |
|
Ilya Lavrenov
|
5512f91d08
|
removed libstdc++ dependency
|
2013-02-12 14:20:23 +04:00 |
|
Andrey Kamaev
|
2ed6bc8aaf
|
Revert ffmpeg related changes from "thread-safe VideoWriter and VideoCapture"
This reverts commit 4abf0b31936c96887c028d799c6e89edfc4e197b.
Changes are reverted because they break build of proxy dlls on Windows
|
2013-02-11 14:15:29 +04:00 |
|
Andrey Kamaev
|
e3474878b6
|
Consistently use 4-digit library version
|
2013-01-18 14:57:55 +04:00 |
|
Alexander Smorkalov
|
6e0db3f527
|
Feature #1322 "If dll cannot be loaded a warning should be generated" implemented.
|
2012-12-03 13:52:49 +04:00 |
|
Ilya Lavrenov
|
4abf0b3193
|
thread-safe VideoWriter and VideoCapture
|
2012-11-19 16:44:23 +04:00 |
|
Andrey Kamaev
|
bd0e0b5800
|
Merged the trunk r8589:8653 - all changes related to build warnings
|
2012-06-15 13:04:17 +00:00 |
|
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
|
2012-04-30 12:39:22 +00:00 |
|
Vadim Pisarevsky
|
f87c2e49db
|
added version number to opencv_ffmpeg dlls (it's added only when dll copied to the bin directory); it resolves #1827
|
2012-04-26 13:32:27 +00:00 |
|
Alexander Reshetnikov
|
05abdcd64f
|
Changes of highgui structure
|
2012-04-09 17:38:46 +00:00 |
|
Vadim Pisarevsky
|
b33224f0b6
|
merged the latest fixes in 2.3 to trunk
|
2011-07-04 16:18:12 +00:00 |
|
Vadim Pisarevsky
|
49467947ac
|
propagated some fixes from 2.3 to trunk
|
2011-06-23 12:00:09 +00:00 |
|
Vadim Pisarevsky
|
873b72edd9
|
use original image type (8-bit grayscale or 24-bit RGB) in the case of RAW video (ticket #782)
|
2011-06-19 22:23:59 +00:00 |
|
Vadim Pisarevsky
|
ec97683ddf
|
fixed positioning in ffmpeg wrapper (thanks to mike_at_nrec for the patch). Added frame positioning feature to laplace demo to test the feature
|
2011-06-19 22:06:32 +00:00 |
|
Andrey Morozov
|
802fcc57a2
|
fixed "bitrate tolerance too small for bitrate"
|
2011-06-16 08:31:08 +00:00 |
|
Vadim Pisarevsky
|
636cb15f3d
|
add protection against EAGAIN error in the streams (thanks to vrabaud for the patch - ticket #553)
|
2010-11-22 13:07:43 +00:00 |
|
Vadim Pisarevsky
|
26c6b955a8
|
updated ffmpeg to 0.6.0
|
2010-08-05 17:24:41 +00:00 |
|
Vadim Pisarevsky
|
d7691f6cad
|
another attempt to fix cvcap_ffmpeg.cpp compile errors
|
2010-06-11 18:43:46 +00:00 |
|
Vadim Pisarevsky
|
fb2e7142b1
|
handle missing UINT64_C definition
|
2010-06-11 03:59:43 +00:00 |
|
Vadim Pisarevsky
|
127d6649a1
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
|