1. 07 Dec, 2019 1 commit
  2. 05 Dec, 2019 6 commits
  3. 04 Dec, 2019 5 commits
  4. 03 Dec, 2019 1 commit
  5. 02 Dec, 2019 1 commit
  6. 01 Dec, 2019 1 commit
  7. 29 Nov, 2019 1 commit
  8. 28 Nov, 2019 1 commit
    • Nikita Shulga's avatar
      Do not use VLA in dynafu.cpp · 42e04927
      Nikita Shulga authored
      VLA is part of C99, but still not part of C++ standard
      Replace float variable-length-arrays with unique_ptr arrays (which are
      part of C++14)
      42e04927
  9. 27 Nov, 2019 2 commits
  10. 25 Nov, 2019 1 commit
  11. 22 Nov, 2019 3 commits
  12. 21 Nov, 2019 1 commit
  13. 20 Nov, 2019 1 commit
  14. 19 Nov, 2019 3 commits
  15. 18 Nov, 2019 2 commits
    • 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
    • Alexander Alekhin's avatar
  16. 17 Nov, 2019 1 commit
  17. 16 Nov, 2019 1 commit
  18. 15 Nov, 2019 1 commit
  19. 14 Nov, 2019 1 commit
  20. 13 Nov, 2019 2 commits
  21. 12 Nov, 2019 2 commits
  22. 11 Nov, 2019 2 commits