27 Jul, 2008

1 commit


18 Feb, 2008

1 commit

  • Fix compilation of user processes which includes videodev*.h but
    not includes linux/ioctl.h:

    v4l2ext_helper.c: In function 'process_ioctl':
    v4l2ext_helper.c:183: warning: implicit declaration of function '_IOWR'
    v4l2ext_helper.c:183: error: expected expression before 'struct'
    v4l2ext_helper.c:183: error: case label does not reduce to an integer constant

    Signed-off-by: Jiri Slaby
    Signed-off-by: Mauro Carvalho Chehab

    Jiri Slaby
     

22 Oct, 2007

1 commit


11 Sep, 2006

1 commit

  • V4L1 support should be disabled when no CONFIG_VIDEO_V4L1_COMPAT is defined,
    to allow checking for broken V4L2 ports. This is very important during the
    migration phase for V4L2 API.
    However, userspace apps should be capable of using both APIs, since they need
    to test at runtime, via VIDIOCGCAP ioctl, if V4L1 is supported. So, when
    __KERNEL__ is not defined, those ioctls and corresponding structs should be
    visible.
    This patch also removes the obsolete defines HAVE_V4L1 and HAVE_V4L2, that
    where causing some confusion, and were replaced by CONFIG_VIDEO_V4L1_COMPAT
    and CONFIG_VIDEO_V4L2.

    Signed-off-by: Mauro Carvalho Chehab

    Mauro Carvalho Chehab
     

30 Jul, 2006

1 commit


25 Jun, 2006

2 commits


09 Nov, 2005

4 commits


10 Sep, 2005

1 commit

  • - Remove $Id CVS logs for V4L files
    - Included newer cards.
    - Added a new NEC protocol for ir based on pulse distance.
    - Enable ATSC support for DViCO FusionHDTV5 Gold.
    - Added tuner LG NTSC (TALN mini series).
    - Fixed tea5767 autodetection.
    - Resolve more tuner types.
    - Commented debug function removed from mainstream.
    - Remove comments from mainstream. Still on development tree.
    - linux/version dependencies removed.
    - BTSC Lang1 now is set to auto_stereo mode.
    - New tuner standby API.
    - i2c-core.c uses hexadecimal for the i2c address, so it should stay consistent.

    Signed-off-by: Uli Luckas
    Signed-off-by: Mac Michaels
    Signed-off-by: Michael Krufky
    Signed-off-by: Hermann Pitton
    Signed-off-by: Mauro Carvalho Chehab
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Mauro Carvalho Chehab
     

17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds