• cudawarped's avatar
    Merge pull request #2180 from cudawarped:example_fix_for_cudacodec · 53b9880f
    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
    53b9880f
Name
Last commit
Last update
.github Loading commit data...
doc/tutorials Loading commit data...
modules Loading commit data...
samples Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...