1. 06 Jan, 2014 1 commit
  2. 30 Dec, 2013 1 commit
  3. 26 Dec, 2013 2 commits
  4. 20 Dec, 2013 1 commit
  5. 17 Dec, 2013 2 commits
  6. 13 Dec, 2013 1 commit
  7. 04 Dec, 2013 1 commit
  8. 19 Nov, 2013 1 commit
  9. 16 Nov, 2013 1 commit
  10. 14 Nov, 2013 1 commit
    • Roman Donchenko's avatar
      Fix building with FFmpeg 0.8. · 3b7acf26
      Roman Donchenko authored
      avformat_find_stream_info was introduced in Libav avformat 53.3,
      but it was only merged to FFmpeg in avformat 53.6.
      
      In Libav avformat 53.3-53.5 av_find_stream_info is not removed
      (only deprecated), so this shouldn't break building with that.
      3b7acf26
  11. 12 Nov, 2013 1 commit
  12. 11 Nov, 2013 2 commits
  13. 10 Nov, 2013 1 commit
  14. 06 Nov, 2013 2 commits
  15. 29 Oct, 2013 1 commit
    • Roman Donchenko's avatar
      VideoCapture: copy the captured frame, to avoid dangling Mats · d6a7a6d5
      Roman Donchenko authored
      Previously, VideoCapture::retrieve would return a Mat that referenced
      the internal IplImage. Since the latter is rewritten every time a
      frame is captured, it means that if the user captures two frames in a row,
      the first frame would reference nothing. Similar if a user captures a frame,
      then destroys the VideoCapture instance.
      
      Note that the other branch of the if isn't affected, since flip allocates
      a new Mat.
      d6a7a6d5
  16. 25 Oct, 2013 1 commit
  17. 17 Oct, 2013 1 commit
  18. 04 Oct, 2013 1 commit
  19. 03 Oct, 2013 1 commit
  20. 27 Sep, 2013 1 commit
  21. 23 Sep, 2013 1 commit
  22. 16 Sep, 2013 1 commit
  23. 13 Sep, 2013 1 commit
  24. 12 Sep, 2013 1 commit
  25. 30 Aug, 2013 3 commits
  26. 21 Aug, 2013 4 commits
  27. 15 Aug, 2013 1 commit
  28. 14 Aug, 2013 2 commits
  29. 12 Aug, 2013 2 commits