1. 17 Oct, 2013 1 commit
  2. 04 Oct, 2013 1 commit
  3. 03 Oct, 2013 1 commit
  4. 27 Sep, 2013 1 commit
  5. 23 Sep, 2013 1 commit
  6. 16 Sep, 2013 1 commit
  7. 13 Sep, 2013 1 commit
  8. 12 Sep, 2013 1 commit
  9. 30 Aug, 2013 3 commits
  10. 21 Aug, 2013 4 commits
  11. 15 Aug, 2013 1 commit
  12. 14 Aug, 2013 2 commits
  13. 12 Aug, 2013 2 commits
  14. 09 Aug, 2013 1 commit
  15. 08 Aug, 2013 1 commit
  16. 06 Aug, 2013 1 commit
  17. 04 Aug, 2013 1 commit
  18. 31 Jul, 2013 1 commit
  19. 26 Jul, 2013 2 commits
    • Frédéric Devernay's avatar
      fix signedness error · 6be8757e
      Frédéric Devernay authored
      OpenCV's automatic builds don't care if you store an unsigned int into
      an int, but they don't want you to compare signed with unsigned. Does
      that make sense?
      6be8757e
    • Frédéric Devernay's avatar
      fix cap_qtkit.mm for multithreaded applications · 4ad12a68
      Frédéric Devernay authored
      cap_qtkit does not work when the capture is run outside of the main
      thread.
      If the capture is launched in a separate thread, then [NSRunLoop
      currentRunLoop] is not the same as in the main thread, and has no timer.
      see
      https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/F
      oundation/Classes/nsrunloop_Class/Reference/Reference.html
      "If no input sources or timers are attached to the run loop, this
      method exits immediately"
      
      Using usleep() (which I previously proposed, and was reverted) is not a
      good alternative, because it may block the GUI.
      
      Here is the new proposed solution:
      - create a dummy timer so that runUntilDate does not exit immediately
      - simplify the loop by using runUntilDate instead of runMode:beforeDate
      - fix potential memory leaks (pointed out by Xcode's static analysis)
      - fix init to follow Objective-C guidelines
      - fax warnings about conversions from size_t to int
      4ad12a68
  20. 16 Jul, 2013 1 commit
  21. 11 Jul, 2013 2 commits
  22. 10 Jul, 2013 1 commit
  23. 09 Jul, 2013 1 commit
  24. 08 Jul, 2013 1 commit
  25. 02 Jul, 2013 1 commit
  26. 28 Jun, 2013 2 commits
  27. 27 Jun, 2013 2 commits
  28. 26 Jun, 2013 1 commit
  29. 25 Jun, 2013 1 commit