1. d118e29 [media] cx18/ivtv: fix g_tuner support by Hans Verkuil · 13 years ago
  2. 1bf5842 [media] cx18: Clean up mmap() support for raw YUV by Simon Farnsworth · 13 years ago
  3. b7101de [media] cx18: mmap() support for raw YUV video capture by Steven Toth · 14 years ago
  4. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  5. a64bb4b [media] cx18: use core priority handling by Hans Verkuil · 14 years ago
  6. 0b5f265 [media] cx18: use v4l2_fh as preparation for adding core priority support by Hans Verkuil · 14 years ago
  7. 99cd47bc [media] v4l2-ioctl: add priority handling support by Hans Verkuil · 14 years ago
  8. a75b9be [media] cx18: Use the control framework by Hans Verkuil · 14 years ago
  9. 1edc246 V4L/DVB: v4l: remove unused i2c-id.h headers by Hans Verkuil · 14 years ago
  10. abf8438 V4L/DVB: drivers/media: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
  11. 6afdeaf V4L/DVB: cx18, cx23885, v4l2 doc, MAINTAINERS: Update Andy Walls' email address by Andy Walls · 14 years ago
  12. 9e36eab V4L/DVB: cx18: remove old g/s_fmt from the cx18_av subdev by Hans Verkuil · 14 years ago
  13. ffb4877 V4L/DVB: v4l2-common: simplify prio utility functions by Hans Verkuil · 14 years ago
  14. add632c V4L/DVB: cx18: switch to new vbi subdev ops by Hans Verkuil · 15 years ago
  15. 82acdc8 V4L/DVB (13908): cx18: Add initial working VIDIOC_G_ENC_INDEX ioctl() support by Andy Walls · 15 years ago
  16. 52fcb3e V4L/DVB (13429): cx18: Add Memory Descriptor List (MDL) layer to buffer handling by Andy Walls · 15 years ago
  17. c37b11b V4L/DVB (13427): cx18: Rename struct cx18_queue.buffers to struct cx18_queue.depth by Andy Walls · 15 years ago
  18. de81c3c V4L/DVB (12199): remove redundant tests on unsigned by Roel Kluin · 15 years ago
  19. 6c31e59 V4L/DVB (11381): ivtv/cx18: remove VIDIOC_INT_S_AUDIO_ROUTING debug support. by Hans Verkuil · 16 years ago
  20. 5325b42 V4L/DVB (11380): v4l2-subdev: change s_routing prototype by Hans Verkuil · 16 years ago
  21. f41737e V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core. by Hans Verkuil · 16 years ago
  22. eefe101 V4L/DVB (10759): cx18: Convert GPIO connected functions to act as v4l2_subdevices by Andy Walls · 16 years ago
  23. ff2a200 V4L/DVB (10758): cx18: Convert I2C devices to v4l2_subdevices by Andy Walls · 16 years ago
  24. fa3e703 V4L/DVB (10757): cx18, v4l2-chip-ident: Finish conversion of AV decoder core to v4l2_subdev by Andy Walls · 16 years ago
  25. 5811cf9 V4L/DVB (10756): cx18: Slim down instance handling, build names from v4l2_device.name by Andy Walls · 16 years ago
  26. a4a7871 V4L/DVB (10486): ivtv/cx18: fix g_fmt and try_fmt for raw video by Hans Verkuil · 16 years ago
  27. dcc0ef8 V4L/DVB (10442): cx18: Fixes for enforcing when Encoder Raw VBI params can be set by Andy Walls · 16 years ago
  28. c199408 V4L/DVB (10441): cx18: Fix VBI ioctl() handling and Raw/Sliced VBI state management by Andy Walls · 16 years ago
  29. 302df97 V4L/DVB (10439): cx18: Clean-up and enable sliced VBI handling by Andy Walls · 16 years ago
  30. 3d05913 V4L/DVB (10280): cx18: Rename structure members: dev to pci_dev and v4l2dev to video_dev by Andy Walls · 16 years ago
  31. e0f28b6 V4L/DVB (10279): cx18: Print driver version number when logging status by Andy Walls · 16 years ago
  32. aecde8b5 V4L/DVB (10141): v4l2: debugging API changed to match against driver name instead of ID. by Hans Verkuil · 16 years ago
  33. 069b747 V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl. by Hans Verkuil · 16 years ago
  34. bec4366 V4L/DVB (10135): v4l2: introduce v4l2_file_operations. by Hans Verkuil · 16 years ago
  35. dd07343 V4L/DVB (9805): cx18: Port fix for raw/sliced VBI mixup from ivtv and cx25840 by Andy Walls · 16 years ago
  36. 66c2a6b V4L/DVB (9801): cx18: Allow more than 63 capture buffers in rotation per stream by Andy Walls · 16 years ago
  37. 1ed9dcc V4L/DVB (9728): cx18: Copyright attribution update for files modified by awalls by Andy Walls · 16 years ago
  38. 2bb49f1 V4L/DVB (9727): cx18: Adjust outgoing mailbox timeouts and remove statistics logging by Andy Walls · 16 years ago
  39. 741e1f3 V4L/DVB (9157): cx18/ivtv: add 'PCI:' prefix to bus_info. by Hans Verkuil · 16 years ago
  40. d267d85 V4L/DVB (9110): cx18: Add default behavior of checking and retrying PCI MMIO accesses by Andy Walls · 16 years ago
  41. effc346 V4L/DVB (8920): cx18/ivtv: fix check of window boundaries for VIDIOC_S_FMT by Hans Verkuil · 16 years ago
  42. b152642 V4L/DVB (8913): cx18: Create cx18_ specific wrappers for all pci mmio accessesors. by Andy Walls · 16 years ago
  43. d3c5e70 V4L/DVB (8773): cx18: Fix cx18_find_handle() and add error checking by Andy Walls · 16 years ago
  44. b04bce4 V4L/DVB (8772): cx18: Convert cx18_queue buffers member to atomic_t by Andy Walls · 16 years ago
  45. a399810 V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops struct by Hans Verkuil · 16 years ago
  46. 02fa272 V4L/DVB (8332): cx18: Suport external reset of the Z8F0811 IR controller on HVR-1600 for lirc by Andy Walls · 16 years ago
  47. 8abdd00 V4L/DVB (8331): cx18: Add locking for struct cx18 GPIO state variables by Andy Walls · 16 years ago
  48. adb65bc V4L/DVB (8113): ivtv/cx18: remove s/g_ctrl, now all controls are handled through s/g_ext_ctrl by Hans Verkuil · 16 years ago
  49. 36ecd49 V4L/DVB (8111): ivtv/cx18: fix compile error when CONFIG_VIDEO_ADV_DEBUG is not defined. by Hans Verkuil · 16 years ago
  50. 37f89f9 V4L/DVB (8104): cx18/ivtv: ioctl debugging improvements by Hans Verkuil · 16 years ago
  51. 3d66c40 V4L/DVB (8091): cx18: show GPIO pins when VIDIOC_LOG_STATUS is called. by Hans Verkuil · 16 years ago
  52. 0b5a30e V4L/DVB (8087): cx18: make sure all v4l2_format fields are filled in by Hans Verkuil · 16 years ago
  53. e27bf20 V4L/DVB (8086): ivtv/cx18: fix video_temporal_filter handling by Hans Verkuil · 16 years ago
  54. 79afcb1 V4L/DVB (8084): ivtv/cx18: remove unnecessary memsets & KERNEL_VERSION tests by Hans Verkuil · 16 years ago
  55. 3b6fe58 V4L/DVB (8082): cx18: convert to video_ioctl2() by Andy Walls · 16 years ago
  56. 31554ae V4L/DVB (7931): cx18: allow for simultaneous digital and analog capture by Hans Verkuil · 16 years ago
  57. aed6abd V4L-DVB(7789a): cx18: fix symbol conflict with ivtv driver by Mauro Carvalho Chehab · 17 years ago
  58. 1c1e45d V4L/DVB (7786): cx18: new driver for the Conexant CX23418 MPEG encoder chip by Hans Verkuil · 17 years ago