1. 1edc246 V4L/DVB: v4l: remove unused i2c-id.h headers by Hans Verkuil · 14 years ago
  2. f7b80e6 V4L/DVB: ivtv: convert to the new control framework by Hans Verkuil · 14 years ago
  3. 475977a V4L/DVB: ivtv: convert to use s_mbus_fmt by Hans Verkuil · 14 years ago
  4. 3e56b0f V4L/DVB: ivtv: fix VIDIOC_S_PRIORITY handling by Hans Verkuil · 14 years ago
  5. ffb4877 V4L/DVB: v4l2-common: simplify prio utility functions by Hans Verkuil · 14 years ago
  6. 4ff0790 V4L/DVB: ivtv: switch to new vbi subdev ops by Hans Verkuil · 14 years ago
  7. 0925019 V4L/DVB: ivtv: support the new events API by Hans Verkuil · 14 years ago
  8. ce68025 V4L/DVB: ivtv: move the _IO() decoder ioctls into vidioc_default by Hans Verkuil · 14 years ago
  9. 4e1af31 V4L/DVB: ivtv, ivtvfb: Use a define for the output line and field register address by Andy Walls · 14 years ago
  10. 2443bae V4L/DVB: ivtv: Avoid hard system lock on decoder output mode change by Ian Armstrong · 14 years ago
  11. 223ffe5 V4L/DVB: cleanup redundant tests on unsigned by Roel Kluin · 15 years ago
  12. ec105a4 V4L/DVB (11674): ivtv: fix incorrect bit tests by Hans Verkuil · 15 years ago
  13. 6c31e59 V4L/DVB (11381): ivtv/cx18: remove VIDIOC_INT_S_AUDIO_ROUTING debug support. by Hans Verkuil · 15 years ago
  14. 5325b42 V4L/DVB (11380): v4l2-subdev: change s_routing prototype by Hans Verkuil · 15 years ago
  15. f41737e V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core. by Hans Verkuil · 15 years ago
  16. 8ac05ae V4L/DVB (10488): ivtv: cleanup naming conventions by Hans Verkuil · 16 years ago
  17. a4a7871 V4L/DVB (10486): ivtv/cx18: fix g_fmt and try_fmt for raw video by Hans Verkuil · 16 years ago
  18. 7bf432d V4L/DVB (10626): ivtv: fix regression in get sliced vbi format by Hans Verkuil · 15 years ago
  19. ac9575f V4L/DVB (10625): ivtv: fix decoder crash regression by Hans Verkuil · 15 years ago
  20. aecde8b5 V4L/DVB (10141): v4l2: debugging API changed to match against driver name instead of ID. by Hans Verkuil · 16 years ago
  21. 069b747 V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl. by Hans Verkuil · 16 years ago
  22. bec4366 V4L/DVB (10135): v4l2: introduce v4l2_file_operations. by Hans Verkuil · 16 years ago
  23. 67ec09f V4L/DVB (9835): ivtv/ivtvfb: convert to v4l2_device/v4l2_subdev. by Hans Verkuil · 16 years ago
  24. 8a522c9 V4L/DVB (9331): Remove unused inode parameter from video_ioctl2 by Mauro Carvalho Chehab · 16 years ago
  25. 09882f0 V4L/DVB (9325): ivtv: switch to unlocked_ioctl. by Hans Verkuil · 16 years ago
  26. 962d699 V4L/DVB (9191): ivtv: partially revert an earlier patch that checks the max image height by Hans Verkuil · 16 years ago
  27. 2bd7ac5 V4L/DVB (9166): ivtv - Fix potential race condition in yuv handler by Ian Armstrong · 16 years ago
  28. ec9faa1 V4L/DVB (9165): ivtv: V4L2_FBUF_FLAG_OVERLAY status fix by Ian Armstrong · 16 years ago
  29. a8b8643 V4L/DVB (9162): ivtv: fix raw/sliced VBI mixup by Hans Verkuil · 16 years ago
  30. 741e1f3 V4L/DVB (9157): cx18/ivtv: add 'PCI:' prefix to bus_info. by Hans Verkuil · 16 years ago
  31. 854ad9a V4L/DVB (8921): ivtv: fix incorrect capability and assorted sliced vbi and video out fmt fixes by Hans Verkuil · 16 years ago
  32. effc346 V4L/DVB (8920): cx18/ivtv: fix check of window boundaries for VIDIOC_S_FMT by Hans Verkuil · 16 years ago
  33. a399810 V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops struct by Hans Verkuil · 16 years ago
  34. 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
  35. 36ecd49 V4L/DVB (8111): ivtv/cx18: fix compile error when CONFIG_VIDEO_ADV_DEBUG is not defined. by Hans Verkuil · 16 years ago
  36. 37f89f9 V4L/DVB (8104): cx18/ivtv: ioctl debugging improvements by Hans Verkuil · 16 years ago
  37. 42b03fe V4L/DVB (8090): ivtv: yuv decoder lock fix (2) by Ian Armstrong · 16 years ago
  38. e27bf20 V4L/DVB (8086): ivtv/cx18: fix video_temporal_filter handling by Hans Verkuil · 16 years ago
  39. 5cf2cc4 V4L/DVB (8085): ivtv: fill in all v4l2_framebuffer fields in VIDIOC_G/S_FBUF by Hans Verkuil · 16 years ago
  40. 79afcb1 V4L/DVB (8084): ivtv/cx18: remove unnecessary memsets & KERNEL_VERSION tests by Hans Verkuil · 16 years ago
  41. 1a05221 V4L/DVB (8081): ivtv: remove obsolete arrays. by Hans Verkuil · 16 years ago
  42. e88360c V4L/DVB (8080): ivtv: make sure all v4l2_format fields are filled in by Hans Verkuil · 16 years ago
  43. 3f038d8 V4L/DVB (8079): ivtv: Convert to video_ioctl2. by Hans Verkuil · 16 years ago
  44. feb5bce V4L/DVB (7852): ivtv: prefix ivtv external functions with ivtv_ by Hans Verkuil · 16 years ago
  45. 94dee76 V4L/DVB (7758): ivtv: fix oops when itv->speed == 0 and VIDEO_CMD_PLAY is called by Hans Verkuil · 16 years ago
  46. cebfadf V4L/DVB (7756): ivtv: use strlcpy instead of strcpy by Hans Verkuil · 16 years ago
  47. d2b213f V4L/DVB (7729): Fix VIDIOCGAP corruption in ivtv by Alan Cox · 16 years ago
  48. 5e28e00 V4L/DVB (7558): videobuf: Improve command output for debug purposes by Mauro Carvalho Chehab · 16 years ago
  49. c9aec06 V4L/DVB (7244): ivtv: CROP is not supported for video capture by Hans Verkuil · 16 years ago
  50. 88ab075 V4L/DVB (7243): ivtv: yuv framebuffer tracking by Ian Armstrong · 16 years ago
  51. 14d5deb V4L/DVB (6776): ivtv: Some general fixes by Richard Knutsson · 17 years ago
  52. e1ba33d V4L/DVB (6731): ivtv: Remove a invalid shadow-variable by Richard Knutsson · 17 years ago
  53. 368f080 V4L/DVB (6718): ivtv: ivtv yuv format description correction by Ian Armstrong · 17 years ago
  54. 77aded6 V4L/DVB (6717): ivtv: Initial merge of video48 yuv handling into the IVTV_IOC_DMA_FRAME framework by Ian Armstrong · 17 years ago
  55. 34ca7d3 V4L/DVB (6341): ivtv: fix resizing MPEG1 streams by Hans Verkuil · 17 years ago
  56. 3eaeef5 V4L/DVB (6109): ivtv: use new videodev2.h pixel formats by Hans Verkuil · 17 years ago
  57. 2d4d5f1 V4L/DVB (6097): ivtv: set correct pixel format and alpha properties by Hans Verkuil · 17 years ago
  58. fd8b281 V4L/DVB (6093): ivtv: reorganized and cleanup ivtv struct by Hans Verkuil · 17 years ago
  59. 33c0fca V4L/DVB (6092): ivtv: more cleanups, merged ivtv-audio.c and ivtv-video.c into ivtv-routing.c by Hans Verkuil · 17 years ago
  60. d2a35fb V4L/DVB (6089): ivtv: log in status if framebuffer uses YUV instead of RGB by Hans Verkuil · 17 years ago
  61. ea115d5 V4L/DVB (6087): ivtv: prevent changing VBI format while capture is in progress by Hans Verkuil · 17 years ago
  62. ad8ff0f V4L/DVB (6086): ivtv: fix output mode processing: UDMA_YUV wasn't cleared by Hans Verkuil · 17 years ago
  63. 7c03a44 V4L/DVB (6061): ivtv: add VIDIOC_OVERLAY by Hans Verkuil · 17 years ago
  64. 25e3f8f V4L/DVB (6059): ivtv: log stereo/bilingual audio modes by Hans Verkuil · 17 years ago
  65. baa4072 V4L/DVB (6056): ivtv: move serialization to the fileops level by Hans Verkuil · 17 years ago
  66. 1aa32c2 V4L/DVB (6055): ivtv: improve debug messages by Hans Verkuil · 17 years ago
  67. 3562c43 V4L/DVB (6045): ivtv: fix handling of INITIALIZE_INPUT fw call by Hans Verkuil · 17 years ago
  68. 2cc7209 V4L/DVB (5994): ivtv: make VIDIOC_INT_RESET support smarter. by Hans Verkuil · 17 years ago
  69. 94104aa V4L/DVB (5992): ivtv: show card name as well in the LOG_STATUS output. by Hans Verkuil · 17 years ago
  70. 5614b02 V4L/DVB (6095): ivtv: fix VIDIOC_G_ENC_INDEX flag handling by Hans Verkuil · 17 years ago
  71. de23084 V4L/DVB (5969): ivtv: report ivtv version in status log by Hans Verkuil · 17 years ago
  72. c3624f9 V4L/DVB (5967): ivtv: fix VIDIOC_S_FBUF:new OSD values where never set by Hans Verkuil · 17 years ago
  73. ac42514 V4L/DVB (5916): ivtv: fix pause/continue/play handling by Hans Verkuil · 17 years ago
  74. f5948bb V4L/DVB (5770): Ivtv: fix return code of VIDIOC_G/S_FBUF when no FB is present by Hans Verkuil · 17 years ago
  75. c438509 V4L/DVB (5751): Ivtv: fix ia64 printk format warnings. by Hans Verkuil · 17 years ago
  76. 987e00b V4L/DVB (5732): Add ivtv CROPCAP support and fix ivtv S_CROP for video output. by Hans Verkuil · 17 years ago
  77. c74e83a V4L/DVB (5670): Adding new fields to v4l2_pix_format broke the ABI, reverted that change by Hans Verkuil · 17 years ago
  78. 018ba85 V4L/DVB (5560): Ivtv: fix incorrect bitwise-and for command flags. by Hans Verkuil · 17 years ago
  79. 25415cf V4L/DVB (5412): Fix VIDIOC_TRY_ENCODER_CMD and VIDEO_TRY_COMMAND by Hans Verkuil · 17 years ago
  80. d4e7ee3 V4L/DVB (5411): Use v4l_printk_ioctl for debug by Hans Verkuil · 17 years ago
  81. d46c17d V4L/DVB (5410): Add VIDIOC_G/S_PRIORITY support to ivtv. by Hans Verkuil · 17 years ago
  82. 037c86c V4L/DVB (5403): Set vsync_field correctly in ivtv. by Hans Verkuil · 17 years ago
  83. 1a0adaf V4L/DVB (5345): ivtv driver for Conexant cx23416/cx23415 MPEG encoder/decoder by Hans Verkuil · 17 years ago