1. 28 10月, 2012 1 次提交
  2. 27 10月, 2012 1 次提交
  3. 27 9月, 2012 1 次提交
  4. 26 9月, 2012 1 次提交
  5. 15 9月, 2012 1 次提交
  6. 16 8月, 2012 1 次提交
  7. 06 8月, 2012 2 次提交
    • M
      [media] m2m-deinterlace: fix two warnings · 84b3bd46
      Mauro Carvalho Chehab 提交于
      drivers/media/video/m2m-deinterlace.c: In function ‘deinterlace_issue_dma’:
      drivers/media/video/m2m-deinterlace.c:363:3: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘dma_addr_t’ [-Wformat]
      drivers/media/video/m2m-deinterlace.c:363:3: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘dma_addr_t’ [-Wformat]
      
      Cc: Javier Martin <javier.martin@vista-silicon.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      84b3bd46
    • J
      [media] media: Add mem2mem deinterlacing driver · 8f0755c0
      Javier Martin 提交于
      Some video decoders such as tvp5150 provide separate
      video fields (V4L2_FIELD_SEQ_TB/BT). This driver uses
      dmaengine to convert this format to V4L2_FIELD_INTERLACED_TB/BT
      (weaving) or V4L2_FIELD_NONE (line doubling) so that the
      image can be displayed or processed.
      
      Of course there will be combing effect in the image but this
      can be accepted for some low quality applications.
      
      Currently only YUV420 and YUYV formats are supported but
      it can be extended later.
      Signed-off-by: NJavier Martin <javier.martin@vista-silicon.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      8f0755c0