1. 314527a [media] v4l2: pass std by value to the write-only s_std ioctl by Hans Verkuil · 12 years ago
  2. 2f73c7c [media] v4l2: add const to argument of write-only s_tuner ioctl by Hans Verkuil · 12 years ago
  3. b530a44 [media] v4l2: add const to argument of write-only s_frequency ioctl by Hans Verkuil · 12 years ago
  4. b285192a [media] rename most media/video pci drivers to media/pci by Mauro Carvalho Chehab · 12 years ago[Renamed from drivers/media/video/cx23885/cx23885-417.c]
  5. 583087f [media] cx23885: Declare MODULE_FIRMWARE usage by Tim Gardner · 12 years ago
  6. 9def5ed [media] cx23885: Bugfix /sys/class/video4linux/videoX/name truncation by Steven Toth · 13 years ago
  7. 09b3bc2 [media] cx23885: Control cleanup on the MPEG Encoder by Steven Toth · 13 years ago
  8. 9c9c3d0 [media] cx23885: Configure the MPEG encoder early to avoid jerky video by Steven Toth · 13 years ago
  9. 38e3d7c [media] cx23885: Ensure the MPEG encoder height is configured from the norm by Steven Toth · 13 years ago
  10. 182d29f [media] cx23885: Cleanup MPEG encoder GPIO handling by Steven Toth · 13 years ago
  11. 1990d50 [media] Stop using linux/version.h on most video drivers by Mauro Carvalho Chehab · 14 years ago
  12. 0edf2e5 [media] v4l: kill the BKL by Arnd Bergmann · 14 years ago
  13. 0851668 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 14 years ago
  14. 08bff03 V4L/DVB: videobuf: add ext_lock argument to the queue init functions by Hans Verkuil · 14 years ago
  15. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  16. b084307 V4L/DVB: cx23885: strcpy() => strlcpy() by Dan Carpenter · 15 years ago
  17. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  18. 26ee91e V4L/DVB: cx23885: Wrong command printed in cmd_to_str() by Roel Kluin · 15 years ago
  19. 46b2109 V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignments by Laurent Pinchart · 15 years ago
  20. 63b0d5a V4L/DVB (13554a): v4l: Use the video_drvdata function in drivers by Laurent Pinchart · 15 years ago
  21. f0813b4 V4L/DVB (13553): v4l: Use the video_is_registered function in device drivers by Laurent Pinchart · 15 years ago
  22. 38c7c03 V4L/DVB (13550): v4l: Use the new video_device_node_name function by Laurent Pinchart · 15 years ago
  23. 7461824 V4L/DVB (13085): cx23885: Fix support for v4l2-dbg access to CX2388[578] and CX23417 regs by Andy Walls · 15 years ago
  24. f659c51 V4L/DVB (12304): cx23885: Remove hardcoded gpio bits from the encoder driver by Steven Toth · 16 years ago
  25. 6655be0 V4L/DVB (12362): cx23885-417: fix manipulation of tvnorms by Michael Krufky · 15 years ago
  26. ca4e771 V4L/DVB (12303): cx23885: check pointers before dereferencing in dprintk macro by Michael Krufky · 15 years ago
  27. 12a34cc V4L/DVB (12302): cx23885-417: fix broken IOCTL handling by Michael Krufky · 15 years ago
  28. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 16 years ago
  29. 6ecdf92 V4L/DVB (11853): minor have assigned value twice by figo.zhang · 16 years ago
  30. 0d5a19f V4L/DVB (11297): cx23885: convert to v4l2_subdev. by Hans Verkuil · 16 years ago
  31. d35ed62 V4L/DVB (11296): cx23885: bugfix error message if firmware is not found by Steven Toth · 16 years ago
  32. f29816bc V4L/DVB (11268): cx23885-417: Don't need to zero ioctl parameter fields by Trent Piepho · 16 years ago
  33. cd8f894 V4L/DVB (10218): cx23885: Fix Oops for mixed install of analog and digital only cards by Andy Walls · 16 years ago
  34. f347535 V4L/DVB (10148): cx23885: unsigned cx23417_mailbox cannot be negative by roel kluin · 16 years ago
  35. bec4366 V4L/DVB (10135): v4l2: introduce v4l2_file_operations. by Hans Verkuil · 16 years ago
  36. f8de18d V4L/DVB (9654): new email address by Jelle Foks · 16 years ago
  37. c6330fb V4L/DVB (9327): v4l: use video_device.num instead of minor in video%d by Hans Verkuil · 16 years ago
  38. fa405d7 V4L/DVB: v4l2-dev: remove duplicated #include by Huang Weiyi · 16 years ago
  39. d45b9b8 V4L/DVB (8906): v4l-dvb: fix assorted sparse warnings by Hans Verkuil · 16 years ago
  40. d56dc61 V4L/DVB (8613): v4l: move BKL down to the driver level. by Hans Verkuil · 16 years ago
  41. 6d89761 V4L/DVB (8805): Steven Toth email address change by Steven Toth · 16 years ago
  42. 0ea6bc8 V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_device by Hans Verkuil · 16 years ago
  43. a399810 V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops struct by Hans Verkuil · 16 years ago
  44. 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
  45. 5e85e73 V4L/DVB (8428): videodev: rename 'dev' to 'parent' by Hans Verkuil · 16 years ago
  46. 305519c V4L/DVB (8120): cx23885-417: Replace cx23885_do_ioctl to use video_ioctl2 by Douglas Schilling Landgraf · 17 years ago
  47. e0e31cd V4L/DVB (8105): cx2341x: add TS capability by Hans Verkuil · 17 years ago
  48. b1b81f1 V4L/DVB (7725): cx23885: Add generic cx23417 hardware encoder support by Steven Toth · 17 years ago