Age | Commit message (Expand) | Author |
2012-08-13 | [media] v4l: move v4l2 core into a separate directory | Mauro Carvalho Chehab |
2012-07-05 | [media] v4l: drop v4l2_buffer.input and V4L2_BUF_FLAG_INPUT | Sakari Ailus |
2012-03-27 | [media] videobuf: only start streaming in poll() if so requested by the poll ... | Hans Verkuil |
2010-12-29 | [media] V4L: remove V4L1 compatibility mode | Hans Verkuil |
2010-10-21 | V4L/DVB: videobuf: add queue argument to videobuf_waiton() | Hans Verkuil |
2010-10-21 | V4L/DVB: videobuf: add ext_lock argument to the queue init functions | Hans Verkuil |
2010-10-21 | V4L/DVB: videobuf: prepare to make locking optional in videobuf | Hans Verkuil |
2010-08-02 | V4L/DVB: videobuf: rename videobuf_mmap_free and add sanity checks | Pawel Osciak |
2010-08-02 | V4L/DVB: videobuf: rename videobuf_alloc to videobuf_alloc_vb | Pawel Osciak |
2010-05-19 | V4L/DVB: videobuf: make poll() report proper flags for output video devices | Pawel Osciak |
2010-05-19 | V4L/DVB: videobuf: Add support for V4L2_BUF_FLAG_ERROR | Hans Verkuil |
2010-05-19 | V4L/DVB: v4l: videobuf: qbuf now uses relevant v4l2_buffer fields for OUTPUT ... | Pawel Osciak |
2010-05-19 | V4L/DVB: v4l videobuf: add videobuf_buffer *buf as argument to mmap_mapper | Hans Verkuil |
2010-05-19 | V4L/DVB: v4l videobuf: move video_copy_to_user and copy_stream to core | Hans Verkuil |
2010-05-19 | V4L/DVB: v4l videobuf: rename videobuf_queue_to_vmalloc to videobuf_queue_to_... | Hans Verkuil |
2010-05-19 | V4L/DVB: v4l videobuf: rename .vmalloc to .vaddr | Hans Verkuil |
2010-05-19 | V4L/DVB: v4l videobuf: use struct videobuf_buffer * instead of void * for vid... | Hans Verkuil |
2010-05-19 | V4L/DVB: v4l videobuf: remove unused is_mmapped field | Hans Verkuil |
2010-05-19 | V4L/DVB: v4l videobuf: remove mmap_free callback | Hans Verkuil |
2010-05-18 | V4L/DVB: v4l: videobuf: code cleanup | Pawel Osciak |
2010-05-18 | V4L/DVB: videobuf-core: fix spelling mistake in debug message | Hans Verkuil |
2009-12-05 | V4L/DVB (13415): videobuf-core: explicitly cast page count | Márton Németh |
2009-12-05 | V4L/DVB (13377): make struct videobuf_queue_ops constant | Jonathan Corbet |
2009-12-05 | V4L/DVB (13165): videobuf do not force buffer size to be multiple of PAGE_SIZE | Tuukka Toivonen |
2009-10-11 | headers: remove sched.h from interrupt.h | Alexey Dobriyan |
2009-06-16 | V4L/DVB (11991): buf-core.c: add pointer check | Figo.zhang |
2009-06-16 | V4L/DVB: cleanup redundant tests on unsigned | Roel Kluin |
2009-06-16 | V4L/DVB (11736): videobuf: modify return value of VIDIOC_REQBUFS ioctl | Németh Márton |
2008-07-24 | PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architectures | Andrea Righi |
2008-05-20 | Fix a deadlock in the bttv driver | Arjan van de Ven |
2008-04-28 | media: fix integer as NULL pointer warnings | Harvey Harrison |
2008-04-24 | V4L/DVB (7566): videobuf-dvb: allow its usage with videobuf-vmalloc | Mauro Carvalho Chehab |
2008-04-24 | V4L/DVB (7562): videobuf: Require spinlocks for all videobuf users | Brandon Philips |
2008-04-24 | V4L/DVB (7561): videobuf-vmalloc: stop streaming before unmap | Mauro Carvalho Chehab |
2008-04-24 | V4L/DVB (7552): videbuf-vmalloc: Corrects mmap code | Mauro Carvalho Chehab |
2008-04-24 | V4L/DVB (7518): media/video/ replace remaining __FUNCTION__ occurrences | Harvey Harrison |
2008-04-24 | V4L/DVB (7493): videobuf: Avoid deadlock with QBUF and bring up to spec for e... | Brandon Philips |
2008-04-24 | V4L/DVB (7488): videobuf: Simplify videobuf_waiton logic and possibly avoid m... | Brandon Philips |
2008-04-24 | V4L/DVB (7487): videobuf: Wakeup queues after changing the state to ERROR | Brandon Philips |
2008-04-24 | V4L/DVB (7378): cleanup variable initialization | Guennadi Liakhovetski |
2008-04-24 | V4L/DVB (7376): Improve compile-time type-checking in videobuf | Guennadi Liakhovetski |
2008-04-24 | V4L/DVB (7281): v4l: Deadlock in videobuf-core for DQBUF waiting on QBUF | Brandon Philips |
2008-02-18 | V4L/DVB (7121): Renames videobuf lock to vb_lock | Mauro Carvalho Chehab |
2008-01-25 | V4L/DVB (7023): Fix a regresion left by changeset 7e65d6e8f6df | Mauro Carvalho Chehab |
2008-01-25 | V4L/DVB (6997): Replace a very dirty hack on videobuf for a clean wait_event | Mauro Carvalho Chehab |
2008-01-25 | V4L/DVB (6804): __videobuf_read_start is static | Mauro Carvalho Chehab |
2008-01-25 | V4L/DVB (6759): CodingStyle fixes | Mauro Carvalho Chehab |
2008-01-25 | V4L/DVB (6600): V4L: videobuf: don't chew up namespace STATE_.*, convert to V... | Brandon Philips |
2007-12-13 | V4L/DVB (6803): buf-core.c locking fixes | Adrian Bunk |
2007-12-12 | V4L/DVB (6609): Re-adds lock safe videobuf_read_start | Mauro Carvalho Chehab |