- 18 Nov, 2019 1 commit
-
-
cudawarped authored
OpenCV fix 14774 breaks cudacodec * Example to describe comilation issue * Added required changes, builds with -DWITH_FFMPEG=ON|OFF * Working with standard ffmpeg cap. * Changed cudacodec to use new retrieveRaw() function, to retrieve the raw encoded bitstream, from the videoio module instead of its own implementation. * Fix cv::cudacodec::VideoWriter * Update to use VideoContainer * Remove header used in testing * Remove warning * remove dependence on redundant ffmpeg codecs * cudacodec: use .set(CAP_PROP_FORMAT, -1) to extract RAW streams * whitespace * addressed alalek's comment
-
- 12 Jun, 2019 1 commit
-
-
James Bowley authored
Add missing codecs to cudacodec which uses Nvidia Video Codec SDK including checks to ensure codec used in input video file is supported on the current device. Re-enable cudacodec performance test.
-
- 19 Sep, 2018 1 commit
-
-
Alexander Alekhin authored
OpenCV 4.0+
-