1. 9185cbf V4L/DVB (10912): vivi: fix compile warning. by Hans Verkuil · 15 years ago
  2. 7e0a16f V4L/DVB (10907): avoid loading the entire videodev.h header on V4L2 drivers by Mauro Carvalho Chehab · 15 years ago
  3. 4a5aa62 V4L/DVB (10647): vivi: add slider flag to controls. by Hans Verkuil · 15 years ago
  4. c41ee24 V4L/DVB (10646): vivi: controls are per-device, not global. by Hans Verkuil · 15 years ago
  5. 5ab6c9a V4L/DVB (10645): vivi: introduce v4l2_device and do several cleanups by Hans Verkuil · 15 years ago
  6. 62cfdac V4L/DVB (10642): vivi: update comment to reflect that vivi can now create more than 32 devs. by Hans Verkuil · 15 years ago
  7. e164b58 V4L/DVB (10211): vivi: Implements 4 inputs on vivi by Mauro Carvalho Chehab · 16 years ago
  8. bec4366 V4L/DVB (10135): v4l2: introduce v4l2_file_operations. by Hans Verkuil · 16 years ago
  9. c6330fb V4L/DVB (9327): v4l: use video_device.num instead of minor in video%d by Hans Verkuil · 16 years ago
  10. def5239 V4L/DVB (9239): Add support for rgb555 pixel formats to vivi by Magnus Damm · 16 years ago
  11. aeadb5d V4L/DVB (9238): Add support for rgb565 pixel formats to vivi by Magnus Damm · 16 years ago
  12. fca36ba V4L/DVB (9237): Add uyvy pixel format support to vivi by Magnus Damm · 16 years ago
  13. d891f47 V4L/DVB (9236): Teach vivi about multiple pixel formats by Magnus Damm · 16 years ago
  14. 74d7c5a V4L/DVB (9235): Precalculate vivi yuv values by Magnus Damm · 16 years ago
  15. d56dc61 V4L/DVB (8613): v4l: move BKL down to the driver level. by Hans Verkuil · 16 years ago
  16. 8da9bae V4L/DVB (8842): vivi_release(): fix use-after-free by Adrian Bunk · 16 years ago
  17. 980d4f1 V4L/DVB (8751): vivi: Fix some issues at vivi register routine by Mauro Carvalho Chehab · 16 years ago
  18. 0ea6bc8 V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_device by Hans Verkuil · 16 years ago
  19. a399810 V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops struct by Hans Verkuil · 16 years ago
  20. 35ea11f V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common.h or v4l2-ioctl.h by Hans Verkuil · 16 years ago
  21. 584ce48 V4L/DVB (8024): vivi: rename MODULE_NAME macro to VIVI_MODULE_NAME to avoid namespace conflicts by Mauro Carvalho Chehab · 16 years ago
  22. 745271a V4L/DVB (8023): vivi: announce that it is registered as /dev/video%d by Carl Karsten · 16 years ago
  23. 78b526a V4L/DVB (7949): videodev: renamed the vidioc_*_fmt_* callbacks by Hans Verkuil · 16 years ago
  24. 5c554e6 V4L/DVB (8100): V4L/vivi: fix possible memory leak in vivi_fillbuff by Marcin Slusarz · 16 years ago
  25. 63b79cf V4L/DVB (7732): vivi: fix a warning by Mauro Carvalho Chehab · 16 years ago
  26. fbde31d V4L/DVB (7551): vivi: Add a missing \n by Mauro Carvalho Chehab · 16 years ago
  27. 7e28adb V4L/DVB (7518): media/video/ replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  28. 78718e5 V4L/DVB (7492): vivi: Simplify the vivi driver and avoid deadlocks by Brandon Philips · 16 years ago
  29. aa9dbac V4L/DVB (7491): vivi: make vivi openable only once by Brandon Philips · 16 years ago
  30. cf8267f V4L/DVB (7456): vivi: Add 32bit compatibility to the module by Mauro Carvalho Chehab · 16 years ago
  31. dfd8c04 V4L/DVB (7022): Fix timestamp presentation on vivi driver by Mauro Carvalho Chehab · 17 years ago
  32. 6594ad8 V4L/DVB (6817): Cleanup kernel thread and provide overrun detection by Mauro Carvalho Chehab · 17 years ago
  33. 55862ac V4L/DVB (6816): Add proper locking for buffer filling by Mauro Carvalho Chehab · 17 years ago
  34. 6c2f990 V4L/DVB (6815): Fix vivi internal debug messages by Mauro Carvalho Chehab · 17 years ago
  35. 8996b3f V4L/DVB (6807): fix debug enable by Mauro Carvalho Chehab · 17 years ago
  36. 784c668 V4L/DVB (6806): Allow emulating changes of video std by vivi by Mauro Carvalho Chehab · 17 years ago
  37. 543323b V4L/DVB (6758): Miscelaneous cleanups by Mauro Carvalho Chehab · 17 years ago
  38. 025341d V4L/DVB (6755): Avoid troubles when using multiple devices by Mauro Carvalho Chehab · 17 years ago
  39. 55712ff V4L/DVB (6754): Allow vivi to open multiple video devices by Mauro Carvalho Chehab · 17 years ago
  40. f905c44 V4L/DVB (6753): Fix vivi to support non-zero minor node by Mauro Carvalho Chehab · 17 years ago
  41. 0fc0686 V4L/DVB (6600): V4L: videobuf: don't chew up namespace STATE_.*, convert to VIDEOBUF_ by Brandon Philips · 17 years ago
  42. 053fcb6 V4L/DVB (6602): V4L: Convert videobuf drivers to videobuf_stop by Brandon Philips · 17 years ago
  43. 22c4a4e V4L/DVB (6320): v4l core: remove the unused .hardware V4L1 field by Mauro Carvalho Chehab · 17 years ago
  44. a991f44 V4L/DVB (6316): Change list_for_each+list_entry to list_for_each_entry by Trent Piepho · 17 years ago
  45. 14f37ae V4L/DVB (6277): vivi cleanup: remove the unused vars by Mauro Carvalho Chehab · 17 years ago
  46. ba32bd9 V4L/DVB (6275): V4L: vivi.c remove the "resource" locking by Brandon Philips · 17 years ago
  47. 85c7c70bc V4L/DVB (6274): V4L: vivi.c replace logic in vivi_poll with videobuf_poll_stream by Brandon Philips · 17 years ago
  48. a326ae1 V4L/DVB (6273): V4L: vivi.c vidioc_try_fmt_cap() negotiate a valid field by Brandon Philips · 17 years ago
  49. 3bef5e4 V4L/DVB (6264): Make the vertical lines to move by Mauro Carvalho Chehab · 17 years ago
  50. 40558da V4L/DVB (6259): Fix vivi poll() method by Mauro Carvalho Chehab · 17 years ago
  51. 5a03770 V4L/DVB (6255): Convert vivi to use videobuf-vmalloc by Mauro Carvalho Chehab · 17 years ago
  52. 6bb2790 V4L/DVB (6253): Convert vivi to use the newer videobuf-dma-sg module by Mauro Carvalho Chehab · 17 years ago
  53. acb09af V4L/DVB (6014): vivi: use videobuf_read_stream() by Mauro Carvalho Chehab · 17 years ago
  54. 51b5402 V4L/DVB (5811): Use mutex instead of semaphore in Virtual Video driver by Matthias Kaehlcke · 17 years ago
  55. 74fa39e V4L/DVB (5727): Remove VIVI_SCATTER by Mauro Carvalho Chehab · 17 years ago
  56. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  57. 4acf267 V4L/DVB (5249): Fix compiler warning in vivi.c by Marcel Siegert · 17 years ago
  58. b50e7fe V4L/DVB (5147): Make vivi driver to use vmalloced pointers by Mauro Carvalho Chehab · 18 years ago
  59. 0b60051 V4L/DVB (5074): Some fixes at stream waitqueue on vivi by Mauro Carvalho Chehab · 18 years ago
  60. df3a710 V4L/DVB (5073): Fix OOPS on some waitqueue conditions by Mauro Carvalho Chehab · 18 years ago
  61. fa027c2 [PATCH] mark struct file_operations const 4 by Arjan van de Ven · 17 years ago
  62. 35d6270 V4L/DVB (5020): Fix: disable interrupts while at KM_BOUNCE_READ by Mauro Carvalho Chehab · 18 years ago
  63. 054afee V4L/DVB (4995): Vivi: fix kthread_run() error check by Akinobu Mita · 18 years ago
  64. 72f678c V4L/DVB (4994): Vivi: fix use after free in list_for_each() by Akinobu Mita · 18 years ago
  65. e75f9ce V4L/DVB (4861): Remove the need of a STD array for drivers using video_ioctl2 by Mauro Carvalho Chehab · 18 years ago
  66. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago
  67. 7844d75 V4L/DVB (4725): Fix vivi compile on parisc by Matthew Wilcox · 18 years ago
  68. d7fbefe V4L/DVB (4627): Vivi crashes with mplayer by Sascha Hauer · 18 years ago
  69. d084aa7 V4L/DVB (4510): Fix signedness error in drivers/media/video/vivi.c by Eric Sesterhenn · 18 years ago
  70. 0dfa9ab V4L/DVB (4399): Fix a typo that caused some compat stuff to not work by Mauro Carvalho Chehab · 18 years ago
  71. 985bc96 V4L/DVB (4343): Fix for compilation without V4L1 or V4L1_COMPAT by Mauro Carvalho Chehab · 18 years ago
  72. dc46ace V4L/DVB (4146): Drivers/media/video/vivi.c: make 2 functions static by Adrian Bunk · 18 years ago
  73. 4ceb04e V4L/DVB (4112): Fix: videodev.c were cleaning the pointer, not the values by Mauro Carvalho Chehab · 18 years ago
  74. c820cc4 V4L/DVB (4066): Vivi.c were ported to the newer videodev2 format. by Mauro Carvalho Chehab · 18 years ago
  75. 972c351 V4L/DVB (3931): Vivi.c: possible cleanups by Adrian Bunk · 18 years ago
  76. 1095136 V4L/DVB (3914): Vivi build fix by Andrew Morton · 18 years ago
  77. cd41e28 V4L/DVB (3774): Create V4L1 config options by Mauro Carvalho Chehab · 18 years ago
  78. f13df91 V4L/DVB (3597): Vivi: fix warning: implicit declaration of function 'in_interrupt' by Michael Krufky · 18 years ago
  79. 280323d V4L/DVB (3519): Corrects MODULE_AUTHOR by Mauro Carvalho Chehab · 18 years ago
  80. 1e6dd65 V4L/DVB (3518): Creates a virtual video device driver by Mauro Carvalho Chehab · 18 years ago