Age | Commit message (Expand) | Author |
2008-08-24 | vivi: Fix some issues at vivi register routine | Mauro Carvalho Chehab |
2008-07-30 | v4l: move BKL down to the driver level. | Hans Verkuil |
2008-07-26 | v4l2-dev: remove unused type and type2 field from video_device | Hans Verkuil |
2008-07-21 | videodev: move all ioctl callbacks to a new v4l2_ioctl_ops struct | Hans Verkuil |
2008-07-20 | videodev: move some functions from v4l2-dev.h to v4l2-common.h or v4l2-ioctl.h | Hans Verkuil |
2008-07-08 | v4l-dvb: remove support for kernels < 2.6.16 | Hans Verkuil |
2008-07-08 | v4l-dvb: remove support for kernels < 2.6.13 | Hans Verkuil |
2008-07-08 | v4l-dvb: remove support for kernels < 2.6.0 | Hans Verkuil |
2008-06-22 | V4L/vivi: fix possible memory leak in vivi_fillbuff | Mauro Carvalho Chehab |
2008-06-10 | vivi: rename MODULE_NAME macro to VIVI_MODULE_NAME to avoid namespace conflicts | Mauro Carvalho Chehab |
2008-06-10 | vivi: announce that it is registered as /dev/video%d | Mauro Carvalho Chehab |
2008-05-28 | videodev: renamed the vidioc_*_fmt_* callbacks | Hans Verkuil |
2008-04-24 | vivi: fix a warning | Mauro Carvalho Chehab |
2008-04-13 | vivi: Add a missing \n | Mauro Carvalho Chehab |
2008-04-08 | media/video/ replace remaining __FUNCTION__ occurrences | Michael Krufky |
2008-04-02 | vivi: Simplify the vivi driver and avoid deadlocks | Brandon Philips |
2008-04-02 | vivi: make vivi openable only once | Brandon Philips |
2008-03-28 | vivi: Add 32bit compatibility to the module | Mauro Carvalho Chehab |
2008-01-13 | Fix timestamp presentation on vivi driver | Mauro Carvalho Chehab |
2007-12-13 | Cleanup kernel thread and provide overrun detection | Mauro Carvalho Chehab |
2007-12-13 | Add proper locking for buffer filling | Mauro Carvalho Chehab |
2007-12-13 | Fix vivi internal debug messages | Mauro Carvalho Chehab |
2007-12-13 | fix debug enable | Mauro Carvalho Chehab |
2007-12-13 | Allow emulating changes of video std by vivi | Mauro Carvalho Chehab |
2007-12-10 | Miscelaneous cleanups | Mauro Carvalho Chehab |
2007-12-10 | Avoid troubles when using multiple devices | Mauro Carvalho Chehab |
2007-12-10 | Allow vivi to open multiple video devices | Mauro Carvalho Chehab |
2007-12-10 | Fix vivi to support non-zero minor node | Mauro Carvalho Chehab |
2007-11-13 | V4L: Convert videobuf drivers to videobuf_stop | Brandon Philips |
2007-11-06 | V4L: videobuf: don't chew up namespace STATE_.*, convert to VIDEOBUF_ | Brandon Philips |
2007-10-15 | v4l core: remove the unused .hardware V4L1 field | Mauro Carvalho Chehab |
2007-10-10 | Change list_for_each+list_entry to list_for_each_entry | Trent Piepho |
2007-09-27 | vivi cleanup: remove the unused vars | Mauro Carvalho Chehab |
2007-09-27 | V4L: vivi.c remove the "resource" locking | bphilips@suse.de |
2007-09-27 | V4L: vivi.c replace logic in vivi_poll with videobuf_poll_stream | bphilips@suse.de |
2007-09-27 | V4L: vivi.c vidioc_try_fmt_cap() negotiate a valid field | bphilips@suse.de |
2007-09-22 | Make the vertical lines to move | Mauro Carvalho Chehab |
2007-08-27 | Fix vivi poll() method | Mauro Carvalho Chehab |
2007-08-02 | Convert vivi to use videobuf-vmalloc | Mauro Carvalho Chehab |
2007-08-23 | Convert vivi to use the newer videobuf-dma-sg module | Mauro Carvalho Chehab |
2007-07-29 | videobuf_read_stream is more efficient than videobuf_read_one | Mauro Carvalho Chehab |
2007-07-19 | backport kernel changeset 831441862956fffa17b9801db37e6ea1650b0f69 | Mauro Carvalho Chehab |
2007-07-02 | Backport mutex changes to work with kernels <=2.6.15 | Mauro Carvalho Chehab |
2007-07-02 | use mutex instead of semaphore in Virtual Video driver | Mauro Carvalho Chehab |
2007-02-21 | Backport: make file_operations const | Mauro Carvalho Chehab |
2007-02-19 | compat: Add code to compat.h for try_to_sleep() | Trent Piepho |
2007-02-13 | fix compiler warning in vivi.c | Marcel Siegert |
2007-01-25 | Make vivi driver to use vmalloced pointers | Mauro Carvalho Chehab |
2007-01-20 | rmmod should be reset to zero on kernel 2.4 | Mauro Carvalho Chehab |
2007-01-14 | Some fixes at stream waitqueue on vivi | Mauro Carvalho Chehab |