1. 30 3月, 2009 3 次提交
  2. 20 7月, 2008 1 次提交
  3. 29 4月, 2008 1 次提交
    • H
      media: fix integer as NULL pointer warnings · a6a3a17b
      Harvey Harrison 提交于
      drivers/media/video/v4l2-common.c:719:16: warning: Using plain integer as NULL pointer
      drivers/media/video/au0828/au0828-dvb.c:122:19: warning: Using plain integer as NULL pointer
      drivers/media/video/ivtv/ivtv-yuv.c:1101:22: warning: Using plain integer as NULL pointer
      drivers/media/video/ivtv/ivtv-yuv.c:1102:23: warning: Using plain integer as NULL pointer
      drivers/media/video/pvrusb2/pvrusb2-audio.c:78:39: warning: Using plain integer as NULL pointer
      drivers/media/video/pvrusb2/pvrusb2-video-v4l.c:84:39: warning: Using plain integer as NULL pointer
      drivers/media/video/pvrusb2/pvrusb2-v4l2.c:1264:9: warning: Using plain integer as NULL pointer
      drivers/media/video/pvrusb2/pvrusb2-context.c:197:28: warning: Using plain integer as NULL pointer
      drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.c:126:39: warning: Using plain integer as NULL pointer
      drivers/media/video/pvrusb2/pvrusb2-dvb.c:133:32: warning: Using plain integer as NULL pointer
      drivers/media/video/pvrusb2/pvrusb2-dvb.c:145:31: warning: Using plain integer as NULL pointer
      drivers/media/video/pvrusb2/pvrusb2-dvb.c:177:55: warning: Using plain integer as NULL pointer
      drivers/media/video/videobuf-core.c:100:9: warning: Using plain integer as NULL pointer
      Signed-off-by: NHarvey Harrison <harvey.harrison@gmail.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      a6a3a17b
  4. 25 4月, 2008 1 次提交
  5. 26 1月, 2008 3 次提交
    • M
      V4L/DVB (6701): pvrusb2: Enable support for "GOTVIEW USB2.0 DVD2" hardware · 9e2e3aeb
      Mike Isely 提交于
      This changeset allows the pvrusb2 driver to operate a new device type
      ("GOTVIEW USB2.0 DVD2").  Changes amount to defining a new routing
      scheme for the device and adding appropriate table entries into
      pvrusb2-devattr.c.
      Signed-off-by: NMike Isely <isely@pobox.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      9e2e3aeb
    • M
      V4L/DVB (6698): pvrusb2: Implement signal routing schemes · f5174af2
      Mike Isely 提交于
      The exact routing of video and audio signals within a device is a
      device-specific attribute.  Hauppauge devices do it one way; other
      types of device may route things differently.  Unfortunately it is
      rather impractical to define chip-specific routing at the device
      attribute level, so instead what happens here is that "schemes" are
      defined.  Each chip level interface implements its part of a given
      scheme and the scheme as a whole is made into a device specific
      attribute controlled via a table entry in pvrusb2-devattr.c.  The only
      scheme defined here is for Hauppauge devices, but clearly this opens
      the door for other possibilities to follow.
      Signed-off-by: NMike Isely <isely@pobox.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      f5174af2
    • M
      V4L/DVB (6691): pvrusb2: Rework pipeline state control · 681c7399
      Mike Isely 提交于
      This is a new implementation for video pipeline control within the
      pvrusb2 driver.  Actual start/stop of the pipeline is moved to the
      driver's kernel thread.  Pipeline stages are controlled autonomously
      based on surrounding pipeline or application control state.  Kernel
      thread management is also cleaned up and moved into the internal
      control structure of the driver, solving a set up / tear down race
      along the way.  Better failure recovery is implemented with this new
      control strategy.  Also with this change comes better control of the
      cx23416 encoder, building on additional information learned about the
      peculiarities of controlling this part (this information was the
      original trigger for this rework).  With this change, overall encoder
      stability should be considerably improved.  Yes, this is a large
      change for this driver, but due to the nature of the feature being
      worked on, the changes are fairly pervasive and would be difficult to
      break into smaller pieces with any semblence of step-wise stability.
      Signed-off-by: NMike Isely <isely@pobox.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      681c7399
  6. 21 2月, 2007 4 次提交
  7. 18 2月, 2007 1 次提交
  8. 10 12月, 2006 1 次提交
  9. 03 11月, 2006 1 次提交
  10. 26 9月, 2006 1 次提交
  11. 01 7月, 2006 1 次提交
  12. 27 6月, 2006 2 次提交