cudawarped
b893c398da
cudacodec: Enable disabled windows features relying on ffmpeg dll
1 year ago
James Bowley
1ae5f03a07
build: add first class cuda support
1 year ago
cudawarped
7b9785171f
Merge pull request #3542 from cudawarped:cudacodec_videoreader_seek
...
cudacodec::VideoReader: allow frame seek on initialization #3542
Allow seeking of video source on initialization of `cudacodec::VideoReader` when new variable `VideoReaderInitParams::iFirstFrame` != 0.
Dependant on https://github.com/opencv/opencv/pull/24012
Fixes https://github.com/opencv/opencv_contrib/issues/3541 .
### Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [x] The PR is proposed to the proper branch
- [x] There is a reference to the original bug report and related work
- [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
Patch to opencv_extra has the same branch name.
- [x] The feature is well documented and sample code can be built with the project CMake
1 year ago
cudawarped
f40bc0cb4c
cudacodec: VideoWriter add container output
2 years ago
Vadim Levin
68c708d833
fix: remove using namespace cuda from public header
2 years ago
Alexander Smorkalov
a06aecea95
Fixed several test failures in Python tests for CUDA modules.
2 years ago
cudawarped
c49a4202e0
cudacodec: return luma hist from VideoReader::nextFrame if requested
2 years ago
Alexander Smorkalov
b677ac8910
FFmpeg/4.x: update FFmpeg wrapper 2023.6
2 years ago
cudawarped
cc5c276008
cudacodec::VideoReader - fix cudart defines
2 years ago
cudawarped
72080b8957
cudacodec::VideoReader - amend FFmpeg codec resolution
2 years ago
cudawarped
d4b55f7e6e
cudacodec::VideoReader - ensure FormatInfo is valid before returning from createVideoReader
2 years ago
cudawarped
045a9b07ed
cudacodec: add capacity to reconfigure decoder on resolution change
2 years ago
Alexander Smorkalov
d4f7f5fe9d
Promote cv::VideoCapture properties in VideoReader.
2 years ago
cudawarped
d9967922ce
cudacodec: fix nv12 to bgr/bgra conversion
2 years ago
cudawarped
82e2792ab5
cudacodec: ensure output frame resolution is display not coded size
2 years ago
Your Name
9b9ec60b4b
Fix bug in cudacodec preventing it from building against the Nvidia Video Codec SDK 12
2 years ago
Your Name
9b87bed1e2
Move EncoderParams constructor and add build/run instructions/comments
2 years ago
James Bowley
ea1fe97635
Remove slash.
3 years ago
James Bowley
86790142c1
Extend Codec and ColorFormat enums instead of using VideoWriter specific ones and use camel-case for enum names.
3 years ago
James Bowley
d3b58df32f
Remove temporary files from accuracy tests.
3 years ago
James Bowley
fbd6827e71
Two factory methods.
3 years ago
James Bowley
4fa9c71169
Four factory method version.
3 years ago
James Bowley
e1bd434528
Address cmake errors, build warnings and use codec supported by windows ffmpeg.dll in perf tests.
3 years ago
James Bowley
22261ec976
Fix documentation warning
3 years ago
James Bowley
9ccca57108
Update cudacodec::VideoWriter to work with the latest Nvidia Video Codec SDK
3 years ago
James Bowley
58e7e307e3
Add other missing target.
3 years ago
James Bowley
1b92ec7a5d
Add missing cmake target.
3 years ago
James Bowley
587207bd9b
Initail commit adding nvdec scaling and cropping to cudacodec
3 years ago
James Bowley
657335352a
Replace internal raw pointer with vect.
3 years ago
James Bowley
66809ea929
Fix memory leak caused by incorrect use of smart pointer.
3 years ago
James Bowley
9e591fba37
Add support for av1 and update fourcc mapping to deal with all combinations of expected codecs.
3 years ago
Gary Allen
9d0a451bee
Merge pull request #3296 from gvcallen:4.x
...
Allow new glog in SFM CMake Project
* Allow new glog in SFM CMakeLists.txt
* Fix typo
* Fixed missing bracket
3 years ago