30 Mar, 2009

5 commits


12 Oct, 2008

1 commit


20 Jul, 2008

2 commits


26 Jan, 2008

2 commits


10 Oct, 2007

2 commits


02 May, 2007

1 commit


28 Apr, 2007

1 commit


21 Feb, 2007

1 commit

  • The commands CX2341X_DEC_SET_AUDIO_OUTPUT, CX2341X_DEC_SET_AV_DELAY and
    CX2341X_ENC_SET_3_2_PULLDOWN are not implemented in the Conexant firmware.
    So these commands are removed. This also means that the V4L2_CID_MPEG_VIDEO_PULLDOWN
    control in cx2341x.c and pvrusb2-hdw.c is removed.

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

    Hans Verkuil
     

28 Dec, 2006

2 commits


26 Sep, 2006

1 commit

  • Adjust temporal filter if necessary. The problem with the temporal
    filter is that it works well with full resolution capturing, but
    not when the capture window is scaled (the filter introduces
    a ghosting effect). So if the capture window changed, and there is
    no updated filter value, then the filter is set depending on whether
    the new window is full resolution or not.
    For full resolution a setting of 8 really improves the video
    quality, especially if the original video quality is suboptimal.
    Also report VBI Format in VIDIOC_LOG_STATUS, it was missing.

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

    Hans Verkuil
     

27 Jun, 2006

2 commits


26 Jun, 2006

1 commit

  • V4L2_CID_MPEG_STREAM_VBI_FMT controls if and how VBI data is embedded in
    an MPEG stream. Currently only one format is supported: the format designed
    for the ivtv driver. This should be extended with new standard formats
    (such as defined for DVB) in the future.

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

    Hans Verkuil
     

25 Jun, 2006

4 commits