Vladislav Vinogradov
|
6ad72bfcb4
|
removed detail:: prefix int video_reader
it conflicts with cv::detail
|
12 years ago |
Vladislav Vinogradov
|
b7eff94137
|
fixed compilation issues with new Ptr
|
12 years ago |
Roman Donchenko
|
a57f93ee92
|
Boring changes - gpucodec.
|
12 years ago |
Roman Donchenko
|
18bb951574
|
Nuked the rest of the precomp.cpp files.
Consider this a part of merging #1357.
|
12 years ago |
Vladislav Vinogradov
|
9f33de7071
|
added cvconfig.hpp header file to gpu tests
it uses HAVE_CUDA, HAVE_NVCUVID, etc. macroses
|
12 years ago |
Vladislav Vinogradov
|
60e2dbe810
|
removed ffmpeg dependency from gpucodec module:
used implementation from highgui module
|
12 years ago |
Vladislav Vinogradov
|
4716f63444
|
fixed gpu performance tests:
used new CV_PERF_TEST_MAIN_WITH_IMPLS mechanism
|
12 years ago |
Vladislav Vinogradov
|
76211709a3
|
refactored VideoReader (convert it to abstract interface)
also refactored VideoSource interface (made it simplier, now it has only 2 abstract methods)
|
12 years ago |
Vladislav Vinogradov
|
e9a74c17f8
|
refactored VideoWriter class (convert it to abstract interface)
|
12 years ago |
Vladislav Vinogradov
|
439c3574ed
|
renamed gpu_private.hpp to private.gpu.hpp
|
12 years ago |
Vladislav Vinogradov
|
4c9773d55f
|
renamed gpu headers (made it more consistent)
|
12 years ago |
Vladislav Vinogradov
|
3eeaa9189c
|
Revert "Revert "Merge pull request #836 from jet47:gpu-modules""
|
12 years ago |
Andrey Kamaev
|
416fb50594
|
Revert "Merge pull request #836 from jet47:gpu-modules"
This reverts commit fba72cb60d , reversing
changes made to 02131ffb62 .
|
12 years ago |
Vladislav Vinogradov
|
787e56ab5c
|
disabled gpucodec module on MacOS
|
12 years ago |
Vladislav Vinogradov
|
bc0e563092
|
CV_GPU_TEST_MAIN macros
|
12 years ago |
Vladislav Vinogradov
|
1b00a3ed54
|
gpucodec module for video decoding/encoding
|
12 years ago |