04 Oct, 2006

1 commit


25 Mar, 2006

1 commit

  • Cleanup audio input handling in bttv and tvaudio:
    - inputs were specified that were never used
    - mute was handled as a special input which led to confusing code
    - confusing naming made it difficult to see if the setting was for
    i2c or gpio.
    The old audiochip.h input names moved to tvaudio.h. Currently this
    is used both by tvaudio and msp3400 until the msp3400 implements the
    new msp3400-specific inputs.
    Detect in bttv the tvaudio and msp3400 i2c clients and use these
    client pointers to set the inputs directly instead of broadcasting the
    command.
    Removed AUDC_SET_INPUT. Now replaced by VIDIOC_S_AUDIO. This will be
    replaced again later by the new ROUTING commands.
    Removed VIDIOC_G_AUDIO implementations in i2c drivers: this command is
    a user level command and not to be used internally. It wasn't called at
    all anyway.

    Signed-off-by: Hans Verkuil
    Signed-off-by: Mauro Carvalho Chehab

    Hans Verkuil
     

10 Jan, 2006

2 commits


09 Nov, 2005

2 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
     

13 Jul, 2005

1 commit


24 Jun, 2005

1 commit


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