24 Jul, 2008

1 commit


26 Jan, 2008

1 commit


10 Oct, 2007

1 commit

  • PCI-dependent videobuf_foo methods were renamed as videobuf_pci_foo.

    Also, videobuf_dmabuf is now part of videobuf-dma-sg private struct.
    So, to access it, a subroutine call is needed.

    This patch renames all occurences of those function calls to be
    consistent with the video-buf split.

    Signed-off-by: Mauro Carvalho Chehab
    http://thread.gmane.org/gmane.comp.video.video4linux/34978/focus=34981
    Reviewed-by: Ricardo Cerqueira

    Mauro Carvalho Chehab
     

09 May, 2007

1 commit


27 Mar, 2007

1 commit

  • Olaf Hering pointed out that SAA7146_CLIPPING_MEM would become
    very large for PAGE_SIZE > 4K.
    In fact, the number of clipping windows is limited to 16,
    and calculate_clipping_registers_rect() does not use more
    than 256 bytes. SAA7146_CLIPPING_MEM adjusted accordingly.

    Thanks-to: Olaf Hering
    Acked-by: Michael Hunold
    Signed-off-by: Oliver Endriss
    Signed-off-by: Mauro Carvalho Chehab

    Oliver Endriss
     

25 Jun, 2006

1 commit


25 Mar, 2006

1 commit

  • Video_buf were concerned to allow PCI devices to be used as
    video capture devices. This patch extends video_buf features
    by virtualizing pci-dependent functions and allowing other
    type of devices to use it.
    It is still DMA centric, although it may be used also by
    devices that emulates scatter/gather behavior or a DMA device

    Signed-off-by: Mauro Carvalho Chehab

    Mauro Carvalho Chehab
     

10 Jan, 2006

1 commit


13 Dec, 2005

1 commit


09 Nov, 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