Commit Graph

62 Commits (58cfdf9acffb0c61feb0e2bceacd557a2e0b0328)

Author SHA1 Message Date
Hans Verkuil a399810ca6 V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops struct 17 years ago
Hans Verkuil 35ea11ff84 V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common.h or v4l2-ioctl.h 17 years ago
Mauro Carvalho Chehab 584ce48de9 V4L/DVB (8024): vivi: rename MODULE_NAME macro to VIVI_MODULE_NAME to avoid namespace conflicts 17 years ago
Carl Karsten 745271aefe V4L/DVB (8023): vivi: announce that it is registered as /dev/video%d 17 years ago
Hans Verkuil 78b526a435 V4L/DVB (7949): videodev: renamed the vidioc_*_fmt_* callbacks 17 years ago
Marcin Slusarz 5c554e6b98 V4L/DVB (8100): V4L/vivi: fix possible memory leak in vivi_fillbuff 17 years ago
Mauro Carvalho Chehab 63b79cfa05 V4L/DVB (7732): vivi: fix a warning 17 years ago
Mauro Carvalho Chehab fbde31d54b V4L/DVB (7551): vivi: Add a missing \n 17 years ago
Harvey Harrison 7e28adb249 V4L/DVB (7518): media/video/ replace remaining __FUNCTION__ occurrences 17 years ago
Brandon Philips 78718e5d44 V4L/DVB (7492): vivi: Simplify the vivi driver and avoid deadlocks 17 years ago
Brandon Philips aa9dbac426 V4L/DVB (7491): vivi: make vivi openable only once 17 years ago
Mauro Carvalho Chehab cf8267ff10 V4L/DVB (7456): vivi: Add 32bit compatibility to the module 17 years ago
Mauro Carvalho Chehab dfd8c04ec1 V4L/DVB (7022): Fix timestamp presentation on vivi driver 17 years ago
Mauro Carvalho Chehab 6594ad829a V4L/DVB (6817): Cleanup kernel thread and provide overrun detection 17 years ago
Mauro Carvalho Chehab 55862ac9b2 V4L/DVB (6816): Add proper locking for buffer filling 17 years ago
Mauro Carvalho Chehab 6c2f990105 V4L/DVB (6815): Fix vivi internal debug messages 17 years ago
Mauro Carvalho Chehab 8996b3f3cf V4L/DVB (6807): fix debug enable 17 years ago
Mauro Carvalho Chehab 784c668b24 V4L/DVB (6806): Allow emulating changes of video std by vivi 17 years ago
Mauro Carvalho Chehab 543323bcf4 V4L/DVB (6758): Miscelaneous cleanups 17 years ago
Mauro Carvalho Chehab 025341d4f0 V4L/DVB (6755): Avoid troubles when using multiple devices 17 years ago
Mauro Carvalho Chehab 55712ff7e0 V4L/DVB (6754): Allow vivi to open multiple video devices 17 years ago
Mauro Carvalho Chehab f905c442e5 V4L/DVB (6753): Fix vivi to support non-zero minor node 17 years ago
Brandon Philips 0fc0686e64 V4L/DVB (6600): V4L: videobuf: don't chew up namespace STATE_.*, convert to VIDEOBUF_ 17 years ago
Brandon Philips 053fcb6014 V4L/DVB (6602): V4L: Convert videobuf drivers to videobuf_stop 17 years ago
Mauro Carvalho Chehab 22c4a4e98e V4L/DVB (6320): v4l core: remove the unused .hardware V4L1 field 18 years ago
Trent Piepho a991f44b79 V4L/DVB (6316): Change list_for_each+list_entry to list_for_each_entry 18 years ago
Mauro Carvalho Chehab 14f37aee29 V4L/DVB (6277): vivi cleanup: remove the unused vars 18 years ago
Brandon Philips ba32bd95d4 V4L/DVB (6275): V4L: vivi.c remove the "resource" locking 18 years ago
Brandon Philips 85c7c70bc2 V4L/DVB (6274): V4L: vivi.c replace logic in vivi_poll with videobuf_poll_stream 18 years ago
Brandon Philips a326ae1126 V4L/DVB (6273): V4L: vivi.c vidioc_try_fmt_cap() negotiate a valid field 18 years ago
Mauro Carvalho Chehab 3bef5e4a1f V4L/DVB (6264): Make the vertical lines to move 18 years ago
Mauro Carvalho Chehab 40558dafff V4L/DVB (6259): Fix vivi poll() method 18 years ago
Mauro Carvalho Chehab 5a0377060e V4L/DVB (6255): Convert vivi to use videobuf-vmalloc 18 years ago
Mauro Carvalho Chehab 6bb2790f8a V4L/DVB (6253): Convert vivi to use the newer videobuf-dma-sg module 18 years ago
Mauro Carvalho Chehab acb09af4e3 V4L/DVB (6014): vivi: use videobuf_read_stream() 18 years ago
Matthias Kaehlcke 51b540292a V4L/DVB (5811): Use mutex instead of semaphore in Virtual Video driver 18 years ago
Mauro Carvalho Chehab 74fa39e590 V4L/DVB (5727): Remove VIVI_SCATTER 18 years ago
Rafael J. Wysocki 8314418629 Freezer: make kernel threads nonfreezable by default 18 years ago
Marcel Siegert 4acf26703e V4L/DVB (5249): Fix compiler warning in vivi.c 18 years ago
Mauro Carvalho Chehab b50e7fe993 V4L/DVB (5147): Make vivi driver to use vmalloced pointers 18 years ago
Mauro Carvalho Chehab 0b60051286 V4L/DVB (5074): Some fixes at stream waitqueue on vivi 18 years ago
Mauro Carvalho Chehab df3a710458 V4L/DVB (5073): Fix OOPS on some waitqueue conditions 18 years ago
Arjan van de Ven fa027c2a0a [PATCH] mark struct file_operations const 4 18 years ago
Mauro Carvalho Chehab 35d6270b80 V4L/DVB (5020): Fix: disable interrupts while at KM_BOUNCE_READ 18 years ago
Akinobu Mita 054afee473 V4L/DVB (4995): Vivi: fix kthread_run() error check 18 years ago
Akinobu Mita 72f678c301 V4L/DVB (4994): Vivi: fix use after free in list_for_each() 18 years ago
Mauro Carvalho Chehab e75f9cee32 V4L/DVB (4861): Remove the need of a STD array for drivers using video_ioctl2 18 years ago
Nigel Cunningham 7dfb71030f [PATCH] Add include/linux/freezer.h and move definitions from sched.h 18 years ago
Matthew Wilcox 7844d75613 V4L/DVB (4725): Fix vivi compile on parisc 19 years ago
Sascha Hauer d7fbefe06d V4L/DVB (4627): Vivi crashes with mplayer 19 years ago