1. 15 Aug, 2014 1 commit
  2. 13 Aug, 2014 3 commits
  3. 11 Aug, 2014 3 commits
  4. 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
  5. 07 Aug, 2014 1 commit
  6. 05 Aug, 2014 1 commit
  7. 02 Aug, 2014 1 commit
  8. 01 Aug, 2014 1 commit
  9. 30 Jul, 2014 4 commits
  10. 29 Jul, 2014 3 commits
  11. 25 Jul, 2014 4 commits
  12. 24 Jul, 2014 2 commits
  13. 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
  14. 21 Jul, 2014 1 commit
  15. 19 Jul, 2014 1 commit
  16. 18 Jul, 2014 6 commits
  17. 17 Jul, 2014 3 commits
  18. 16 Jul, 2014 1 commit
  19. 15 Jul, 2014 2 commits