1. 28 Jan, 2013 4 commits
    • Patrick Welche's avatar
      NetBSD video(4) support, patch 3 of 3 · 1a84bcc5
      Patrick Welche authored
      xioctl() assumes that ioctl takes int request. Cope with
        int ioctl(int d, unsigned long request, ...)
      to avoid "invalid argument".
      1a84bcc5
    • Patrick Welche's avatar
      NetBSD video(4) support, patch 2 of 3 · 681ffd9a
      Patrick Welche authored
      * 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
    • Patrick Welche's avatar
      NetBSD video(4) support, patch 1 of 3 · d90b8d61
      Patrick Welche authored
      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
    • Andrey Kamaev's avatar
      Merge branch 'fix_jpg2000' into 2.4 · 8521ac5d
      Andrey Kamaev authored
      8521ac5d
  2. 26 Jan, 2013 1 commit
  3. 25 Jan, 2013 5 commits
  4. 24 Jan, 2013 17 commits
  5. 23 Jan, 2013 13 commits