1. 31 1月, 2013 1 次提交
  2. 30 1月, 2013 7 次提交
  3. 29 1月, 2013 3 次提交
  4. 28 1月, 2013 5 次提交
    • A
      Don't check for EINTR and replace xioctl with ioctl · cf407c2e
      Andrey Kamaev 提交于
      This should be safe todo unless we are writing a signal handler.
      cf407c2e
    • P
      NetBSD video(4) support, patch 3 of 3 · 1a84bcc5
      Patrick Welche 提交于
      xioctl() assumes that ioctl takes int request. Cope with
        int ioctl(int d, unsigned long request, ...)
      to avoid "invalid argument".
      1a84bcc5
    • P
      NetBSD video(4) support, patch 2 of 3 · 681ffd9a
      Patrick Welche 提交于
      * Decouple Video4Linux2 support from Video4Linux as existence of
        v4l2 on a system does not imply support for v4l.
      * Don't use V4L's struct video_window in V4L2 code.
      * Removed __USE_GNU as comment says:
            /* support for MJPEG is only available with libjpeg and gcc,
               because it's use libjepg and fmemopen()
        so replace with test for fmemopen() if found necessary.
      681ffd9a
    • P
      NetBSD video(4) support, patch 1 of 3 · d90b8d61
      Patrick Welche 提交于
      The video(4) driver provides a Video4Linux2 compatible API for
      various video peripherals. This patch propagates HAVE_VIDEOIO if
      the sys/videoio.h include file is found, which is the signature of
      video(4).
      d90b8d61
    • A
      Improve error reporting of JPEG image encoder · 255cd61a
      Andrey Kamaev 提交于
      OpenCV issue #2604
      
      After this patch applied an attempt to encode empty images produces exception
      saying "Raw image encoder error: Empty JPEG image (DNL not supported)"
      255cd61a
  5. 27 1月, 2013 1 次提交
  6. 18 1月, 2013 1 次提交
  7. 08 1月, 2013 1 次提交
  8. 15 12月, 2012 1 次提交
  9. 12 12月, 2012 1 次提交
  10. 06 12月, 2012 1 次提交
  11. 03 12月, 2012 1 次提交
  12. 29 11月, 2012 1 次提交
  13. 19 11月, 2012 1 次提交
  14. 09 11月, 2012 2 次提交
  15. 01 11月, 2012 2 次提交
  16. 31 10月, 2012 1 次提交
  17. 30 10月, 2012 1 次提交
  18. 26 10月, 2012 1 次提交
  19. 25 10月, 2012 1 次提交
  20. 23 10月, 2012 2 次提交
  21. 17 10月, 2012 1 次提交
  22. 15 10月, 2012 3 次提交
  23. 12 10月, 2012 1 次提交