aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/video/videobuf-core.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-29[media] V4L: remove V4L1 compatibility modeGravatar Hans Verkuil 1-30/+0
2010-10-21V4L/DVB: videobuf: add queue argument to videobuf_waiton()Gravatar Hans Verkuil 1-13/+34
2010-10-21V4L/DVB: videobuf: add ext_lock argument to the queue init functionsGravatar Hans Verkuil 1-1/+3
2010-10-21V4L/DVB: videobuf: prepare to make locking optional in videobufGravatar Hans Verkuil 1-32/+32
2010-08-02V4L/DVB: videobuf: rename videobuf_mmap_free and add sanity checksGravatar Pawel Osciak 1-28/+42
2010-08-02V4L/DVB: videobuf: rename videobuf_alloc to videobuf_alloc_vbGravatar Pawel Osciak 1-7/+7
2010-05-19V4L/DVB: videobuf: make poll() report proper flags for output video devicesGravatar Pawel Osciak 1-2/+12
2010-05-19V4L/DVB: videobuf: Add support for V4L2_BUF_FLAG_ERRORGravatar Hans Verkuil 1-8/+8
2010-05-19V4L/DVB: v4l: videobuf: qbuf now uses relevant v4l2_buffer fields for OUTPUT ...Gravatar Pawel Osciak 1-0/+7
2010-05-19V4L/DVB: v4l videobuf: add videobuf_buffer *buf as argument to mmap_mapperGravatar Hans Verkuil 1-3/+17
2010-05-19V4L/DVB: v4l videobuf: move video_copy_to_user and copy_stream to coreGravatar Hans Verkuil 1-2/+45
2010-05-19V4L/DVB: v4l videobuf: rename videobuf_queue_to_vmalloc to videobuf_queue_to_...Gravatar Hans Verkuil 1-5/+4
2010-05-19V4L/DVB: v4l videobuf: rename .vmalloc to .vaddrGravatar Hans Verkuil 1-2/+2
2010-05-19V4L/DVB: v4l videobuf: use struct videobuf_buffer * instead of void * for vid...Gravatar Hans Verkuil 1-1/+1
2010-05-19V4L/DVB: v4l videobuf: remove unused is_mmapped fieldGravatar Hans Verkuil 1-3/+0
2010-05-19V4L/DVB: v4l videobuf: remove mmap_free callbackGravatar Hans Verkuil 1-6/+4
2010-05-18V4L/DVB: v4l: videobuf: code cleanupGravatar Pawel Osciak 1-63/+53
2010-05-18V4L/DVB: videobuf-core: fix spelling mistake in debug messageGravatar Hans Verkuil 1-1/+1
2009-12-05V4L/DVB (13415): videobuf-core: explicitly cast page countGravatar Márton Németh 1-2/+3
2009-12-05V4L/DVB (13377): make struct videobuf_queue_ops constantGravatar Jonathan Corbet 1-1/+1
2009-12-05V4L/DVB (13165): videobuf do not force buffer size to be multiple of PAGE_SIZEGravatar Tuukka Toivonen 1-4/+3
2009-10-11headers: remove sched.h from interrupt.hGravatar Alexey Dobriyan 1-0/+1
2009-06-16V4L/DVB (11991): buf-core.c: add pointer checkGravatar Figo.zhang 1-0/+1
2009-06-16V4L/DVB: cleanup redundant tests on unsignedGravatar Roel Kluin 1-2/+2
2009-06-16V4L/DVB (11736): videobuf: modify return value of VIDIOC_REQBUFS ioctlGravatar Németh Márton 1-0/+1
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesGravatar Andrea Righi 1-0/+1
2008-05-20Fix a deadlock in the bttv driverGravatar Arjan van de Ven 1-1/+2
2008-04-28media: fix integer as NULL pointer warningsGravatar Harvey Harrison 1-1/+4
2008-04-24V4L/DVB (7566): videobuf-dvb: allow its usage with videobuf-vmallocGravatar Mauro Carvalho Chehab 1-0/+7
2008-04-24V4L/DVB (7562): videobuf: Require spinlocks for all videobuf usersGravatar Brandon Philips 1-28/+18
2008-04-24V4L/DVB (7561): videobuf-vmalloc: stop streaming before unmapGravatar Mauro Carvalho Chehab 1-1/+0
2008-04-24V4L/DVB (7552): videbuf-vmalloc: Corrects mmap codeGravatar Mauro Carvalho Chehab 1-14/+0
2008-04-24V4L/DVB (7518): media/video/ replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-1/+1
2008-04-24V4L/DVB (7493): videobuf: Avoid deadlock with QBUF and bring up to spec for e...Gravatar Brandon Philips 1-20/+76
2008-04-24V4L/DVB (7488): videobuf: Simplify videobuf_waiton logic and possibly avoid m...Gravatar Brandon Philips 1-22/+15
2008-04-24V4L/DVB (7487): videobuf: Wakeup queues after changing the state to ERRORGravatar Brandon Philips 1-0/+1
2008-04-24V4L/DVB (7378): cleanup variable initializationGravatar Guennadi Liakhovetski 1-2/+1
2008-04-24V4L/DVB (7376): Improve compile-time type-checking in videobufGravatar Guennadi Liakhovetski 1-1/+1
2008-04-24V4L/DVB (7281): v4l: Deadlock in videobuf-core for DQBUF waiting on QBUFGravatar Brandon Philips 1-0/+2
2008-02-18V4L/DVB (7121): Renames videobuf lock to vb_lockGravatar Mauro Carvalho Chehab 1-39/+39
2008-01-25V4L/DVB (7023): Fix a regresion left by changeset 7e65d6e8f6dfGravatar Mauro Carvalho Chehab 1-4/+8
2008-01-25V4L/DVB (6997): Replace a very dirty hack on videobuf for a clean wait_eventGravatar Mauro Carvalho Chehab 1-4/+11
2008-01-25V4L/DVB (6804): __videobuf_read_start is staticGravatar Mauro Carvalho Chehab 1-1/+1
2008-01-25V4L/DVB (6759): CodingStyle fixesGravatar Mauro Carvalho Chehab 1-146/+146
2008-01-25V4L/DVB (6600): V4L: videobuf: don't chew up namespace STATE_.*, convert to V...Gravatar Brandon Philips 1-25/+25
2007-12-13V4L/DVB (6803): buf-core.c locking fixesGravatar Adrian Bunk 1-2/+2
2007-12-12V4L/DVB (6609): Re-adds lock safe videobuf_read_startGravatar Mauro Carvalho Chehab 1-1/+13
2007-12-11V4L/DVB (6601): V4L: videobuf-core locking fixes and commentsGravatar Brandon Philips 1-89/+158
2007-10-22V4L/DVB (6324): fix videobuf_cgmbuf exportGravatar Pekka Enberg 1-1/+1
2007-10-13v4l: copy_to_user() is not a good method nameGravatar Al Viro 1-1/+1