1. 08 Nov, 2015 2 commits
    • Pavel Rojtberg's avatar
      v4l: Fixed memory leaks and inconsistent status return values · 93d6e800
      Pavel Rojtberg authored
      by updating to c++ coding conventions
      
       - const correctness
       - use bool as return value
       - use explicit initialization instead of CLEAR macro/ memset
       - use cv namespace
      93d6e800
    • Pavel Rojtberg's avatar
      remove support of Video4Linux1 API · a581ddd8
      Pavel Rojtberg authored
      the last kernel that allowed compiling this code was 2.6.37 which was
      released almost 5 Years ago. So probably it does not get much testing
      any more. Furthermore even back then one was better off using the V4L2
      API.
      
      The only change touching currently used code is the removal of the
      global V4L2_SUPPORT variable.
      a581ddd8
  2. 03 Nov, 2015 3 commits
  3. 02 Nov, 2015 22 commits
  4. 01 Nov, 2015 2 commits
  5. 31 Oct, 2015 4 commits
  6. 30 Oct, 2015 4 commits
  7. 29 Oct, 2015 3 commits