Commit Graph

72 Commits (dfa9a5ae679ff2d23caa995d0f55a19abaf0596e)

Author SHA1 Message Date
Hans Verkuil c6330fb86f V4L/DVB (9327): v4l: use video_device.num instead of minor in video%d 17 years ago
Magnus Damm def5239320 V4L/DVB (9239): Add support for rgb555 pixel formats to vivi 17 years ago
Magnus Damm aeadb5d4e5 V4L/DVB (9238): Add support for rgb565 pixel formats to vivi 17 years ago
Magnus Damm fca36bab97 V4L/DVB (9237): Add uyvy pixel format support to vivi 17 years ago
Magnus Damm d891f47581 V4L/DVB (9236): Teach vivi about multiple pixel formats 17 years ago
Magnus Damm 74d7c5af78 V4L/DVB (9235): Precalculate vivi yuv values 17 years ago
Hans Verkuil d56dc61265 V4L/DVB (8613): v4l: move BKL down to the driver level. 17 years ago
Adrian Bunk 8da9bae329 V4L/DVB (8842): vivi_release(): fix use-after-free 17 years ago
Mauro Carvalho Chehab 980d4f1734 V4L/DVB (8751): vivi: Fix some issues at vivi register routine 17 years ago
Hans Verkuil 0ea6bc8d43 V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_device 17 years ago
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