1. 22 Aug, 2014 1 commit
  2. 21 Aug, 2014 2 commits
  3. 20 Aug, 2014 1 commit
  4. 18 Aug, 2014 4 commits
  5. 16 Aug, 2014 1 commit
  6. 15 Aug, 2014 1 commit
  7. 13 Aug, 2014 3 commits
  8. 11 Aug, 2014 3 commits
  9. 08 Aug, 2014 1 commit
    • PhilLab's avatar
      Fixed self-assignment in cv::Ptr::operator = · efc1c393
      PhilLab authored
      A self-assignment leads to a call of release() with refcount being 2. In the release() method, refcount is decremented and then successfully checked for being 1. As a consequence, the underlying data is released. To prevent this, we test for a self-assignment
      efc1c393
  10. 07 Aug, 2014 1 commit
  11. 05 Aug, 2014 1 commit
  12. 02 Aug, 2014 1 commit
  13. 01 Aug, 2014 1 commit
  14. 30 Jul, 2014 4 commits
  15. 29 Jul, 2014 3 commits
  16. 25 Jul, 2014 4 commits
  17. 24 Jul, 2014 2 commits
  18. 23 Jul, 2014 1 commit
    • Martijn Liem's avatar
      Bugfix for bug #3767 · 9c285da3
      Martijn Liem authored
      Fixed a memory leak in cap_dshow.cpp in videoInput::setVideoSettingCamera(). The leak was caused by not releasing an IBaseFilter object created in a call to getDevice(). Tho object is now properly released.
      9c285da3
  19. 21 Jul, 2014 1 commit
  20. 19 Jul, 2014 1 commit
  21. 18 Jul, 2014 3 commits