summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/videobuf-core.c
AgeCommit message (Expand)Author
2009-06-03buf-core.c: add pointer checkMauro Carvalho Chehab
2009-05-02V4L/DVB: cleanup redundant tests on unsignedMauro Carvalho Chehab
2009-04-292: modify return value of VIDIOC_REQBUFS ioctlMauro Carvalho Chehab
2008-07-27backport commit 27ac792ca0b0a1e7e65f20342260650516c95864Mauro Carvalho Chehab
2008-05-17 [PATCH] Fix a deadlock in the bttv driverMauro Carvalho Chehab
2008-05-02backport commit a6a3a17b7fdaf824e6d73e8e4a94c9d149302f74Mauro Carvalho Chehab
2008-04-26videobuf-core: backport brandon's patchMauro Carvalho Chehab
2008-04-13videobuf-dvb: allow its usage with videobuf-vmallocMauro Carvalho Chehab
2008-04-13videobuf: All videobuf clients need a spinlockMauro Carvalho Chehab
2008-04-13videobuf-vmalloc: stop streaming before unmapMauro Carvalho Chehab
2008-04-13videbuf-vmalloc: Corrects mmap codeMauro Carvalho Chehab
2008-04-13videobuf: revert changeset #7490:5b77f099a151Mauro Carvalho Chehab
2008-04-08media/video/ replace remaining __FUNCTION__ occurrencesMichael Krufky
2008-04-02videobuf: Avoid deadlock with QBUF and bring up to spec for empty queueBrandon Philips
2008-04-02videobuf-vmalloc.c: Fix hack of postponing mmap on remap failureBrandon Philips
2008-04-02videobuf: Simplify videobuf_waiton logic and possibly avoid missed wakeupBrandon Philips
2008-04-02videobuf: Wakeup queues after changing the state to ERRORBrandon Philips
2008-03-14 cleanup variable initializationMauro Carvalho Chehab
2008-03-14 Improve compile-time type-checking in videobufMauro Carvalho Chehab
2008-02-26v4l: Deadlock in videobuf-core for DQBUF waiting on QBUFBrandon Philips
2008-01-31Renames videobuf lock to vb_lockMauro Carvalho Chehab
2008-01-13Fix a regresion left by changeset 7e65d6e8f6dfMauro Carvalho Chehab
2008-01-10Replace a very dirty hack on videobuf for a clean wait_eventMauro Carvalho Chehab
2007-12-12__videobuf_read_start is staticMauro Carvalho Chehab
2007-12-12 buf-core.c locking fixesMauro Carvalho Chehab
2007-12-10CodingStyle fixesMauro Carvalho Chehab
2007-11-16Re-adds lock safe videobuf_read_startMauro Carvalho Chehab
2007-11-15merge: http://ifup.org/hg/v4l-dvbMauro Carvalho Chehab
2007-11-13V4L: videobuf-core locking fixes and commentsBrandon Philips
2007-11-06V4L: videobuf: don't chew up namespace STATE_.*, convert to VIDEOBUF_Brandon Philips
2007-10-17backport changeset 13bcd5d0e21e3ca726965371ada8ff6c64af288fMauro Carvalho Chehab
2007-10-13 fix videobuf_cgmbuf exportMauro Carvalho Chehab
2007-10-11 git-dvb: rename videobuf_qtype_ops.copy_to_user()Mauro Carvalho Chehab
2007-10-10Change list_for_each+list_entry to list_for_each_entryTrent Piepho
2007-10-05 V4L: videobuf-core.c avoid NULL dereferences in videobuf-coreMauro Carvalho Chehab
2007-10-08videobuf_core init always require callback implementationMauro Carvalho Chehab
2007-10-08Fix: avoid oops on some SMP machinesMauro Carvalho Chehab
2007-10-02Buf: fix typo that caused data loss when readng streams from deviceMaxim Levitsky
2007-09-27V4L: videobuf-core.c lock before streaming checkbphilips@suse.de
2007-09-27V4L: Fix a lock inversion in generic videobuf codeMaxim Levitsky
2007-09-27videobuf cleanup: mmap check is common to all videobuf. Make it at coreMauro Carvalho Chehab
2007-09-25Prevent for calling mmap_free without an allocated bufferMauro Carvalho Chehab
2007-08-23Replace video-buf to a more generic approachMauro Carvalho Chehab