1. e8c26f4 [media] au0828: convert to the control framework by Hans Verkuil · 12 years ago
  2. a2cf96f [media] au0828: fix audio input handling by Hans Verkuil · 12 years ago
  3. 38823b2 [media] au0828: fix intendation coding style issue by Hans Verkuil · 12 years ago
  4. e1cf658 [media] au0828: frequency handling fixes by Hans Verkuil · 12 years ago
  5. 59e0548 [media] au0828: fix querycap by Hans Verkuil · 12 years ago
  6. 977ba3b [media] v4l2: add const to argument of write-only s_register ioctl by Hans Verkuil · 12 years ago
  7. 314527a [media] v4l2: pass std by value to the write-only s_std ioctl by Hans Verkuil · 12 years ago
  8. 2f73c7c [media] v4l2: add const to argument of write-only s_tuner ioctl by Hans Verkuil · 12 years ago
  9. b530a44 [media] v4l2: add const to argument of write-only s_frequency ioctl by Hans Verkuil · 12 years ago
  10. 8e6057b [media] v4l: Convert drivers to use monotonic timestamps by Sakari Ailus · 12 years ago
  11. a094ca4 [media] au0828: get rid of warning: no previous prototype by Mauro Carvalho Chehab · 12 years ago
  12. 0e8025b9 [media] v4l2: make vidioc_s_audio const by Hans Verkuil · 12 years ago
  13. 0c0d06c [media] rename most media/video usb drivers to media/usb by Mauro Carvalho Chehab · 12 years ago[Renamed from drivers/media/video/au0828/au0828-video.c]
  14. e58071f [media] au0828: fix a couple of missed edge cases for i2c gate with analog by Devin Heitmueller · 12 years ago
  15. a595c1c [media] au0828: fix case where STREAMOFF being called on stopped stream causes BUG() by Devin Heitmueller · 12 years ago
  16. 4a03daf [media] au0828: prevent i2c gate from being kept open while in analog mode by Devin Heitmueller · 12 years ago
  17. c98bc03 [media] au0828: make sure video standard is setup in tuner-core by Devin Heitmueller · 12 years ago
  18. 549ee4d [media] au0828: fix race condition that causes xc5000 to not bind for digital by Devin Heitmueller · 12 years ago
  19. 364d2db [media] au0828: Make the s_reg and g_reg advanced debug calls work against the bridge by Devin Heitmueller · 12 years ago
  20. e92ba28 [media] v4l: fix compiler warnings by Hans Verkuil · 12 years ago
  21. d63b21b [media] drivers/media/video/au0828/au0828-video.c: add missing video_device_release by Julia Lawall · 12 years ago
  22. 1990d50 [media] Stop using linux/version.h on most video drivers by Mauro Carvalho Chehab · 13 years ago
  23. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  24. 972d724 [media] several drivers: Fix a few gcc 4.6 warnings by Mauro Carvalho Chehab · 14 years ago
  25. 54ebb8b [media] au0828: fix VBI handling when in V4L2 streaming mode by Devin Heitmueller · 14 years ago
  26. 08af245 [media] V4L: remove V4L1 compatibility mode by Hans Verkuil · 14 years ago
  27. bf79716 [media] au0828: enable VBI timeout when calling read() without streamon() by Devin Heitmueller · 14 years ago
  28. 78ca500 [media] au0828: fixes for timeout on no video by Devin Heitmueller · 14 years ago
  29. 6e04b7b [media] au0828: continue video streaming even when no ITU-656 coming in by Devin Heitmueller · 14 years ago
  30. bde3bb9 [media] au0828: Fix field alignment for video frames delivered by driver by Devin Heitmueller · 14 years ago
  31. 08bff03 V4L/DVB: videobuf: add ext_lock argument to the queue init functions by Hans Verkuil · 14 years ago
  32. b5f5933 V4L/DVB: au0828: move dereference below sanity checks by Dan Carpenter · 14 years ago
  33. 7f8eacd V4L/DVB: Add closed captioning support for the HVR-950q by Devin Heitmueller · 14 years ago
  34. 7a9b149 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
  35. 997ea58 USB: rename usb_buffer_alloc() and usb_buffer_free() users by Daniel Mack · 15 years ago
  36. f5e20c3 V4L/DVB: video/au0828: off by one bug by Dan Carpenter · 15 years ago
  37. 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
  38. 46b2109 V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignments by Laurent Pinchart · 15 years ago
  39. 63b0d5a V4L/DVB (13554a): v4l: Use the video_drvdata function in drivers by Laurent Pinchart · 15 years ago
  40. 622b828 V4L/DVB (13238): v4l2_subdev: rename tuner s_standby operation to core s_power by Laurent Pinchart · 15 years ago
  41. 027aa2c V4L/DVB (11808): au0828: get rid of debug printk that was causing compile failures by Devin Heitmueller · 15 years ago
  42. e4b8bc5 V4L/DVB (11805): au0828: send command to power down tuner when done with analog by Devin Heitmueller · 15 years ago
  43. 5325b42 V4L/DVB (11380): v4l2-subdev: change s_routing prototype by Hans Verkuil · 16 years ago
  44. f41737e V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core. by Hans Verkuil · 16 years ago
  45. fadadb7 V4L/DVB (11142): au0828: fix oops on ARM platform when allocating transfer buffers by Devin Heitmueller · 16 years ago
  46. 80c6e35 V4L/DVB (11109): au0828: Fix compilation when VIDEO_ADV_DEBUG = n by Mauro Carvalho Chehab · 16 years ago
  47. 2689d3d V4L/DVB (11088): au0828: finish videodev/subdev conversion by Devin Heitmueller · 16 years ago
  48. dd27ade V4L/DVB (11086): au0828: rename macro for currently non-function VBI support by Devin Heitmueller · 16 years ago
  49. 62899a2 V4L/DVB (11085): au0828/au8522: Codingstyle fixes by Devin Heitmueller · 16 years ago
  50. 3d62287 V4L/DVB (11084): au0828: add entry for undefined input type by Devin Heitmueller · 16 years ago
  51. a1094c4 V4L/DVB (11083): au0828: remove some unneeded braces by Devin Heitmueller · 16 years ago
  52. c888923 V4L/DVB (11082): au0828: remove memset calls in v4l2 routines. by Devin Heitmueller · 16 years ago
  53. b14667f V4L/DVB (11080): au0828: Convert to use v4l2_device/subdev framework by Devin Heitmueller · 16 years ago
  54. 2eaf396 V4L/DVB (11079): au0828: fix panic on disconnect if analog initialization failed by Devin Heitmueller · 16 years ago
  55. fc4ce6c V4L/DVB (11077): au0828: properly handle missing analog USB endpoint by Devin Heitmueller · 16 years ago
  56. d9109be V4L/DVB (11076): au0828: make g_chip_ident call work properly by Devin Heitmueller · 16 years ago
  57. 5a5a4e1 V4L/DVB (11073): au0828: disable VBI code since it doesn't yet work by Devin Heitmueller · 16 years ago
  58. 0ef21071 V4L/DVB (11072): au0828: advertise only NTSC-M (as opposed to all NTSC standards) by Devin Heitmueller · 16 years ago
  59. f1add5b V4L/DVB (11070): au0828: Rework the way the analog video binding occurs by Devin Heitmueller · 16 years ago
  60. 8b2f079 V4L/DVB (11066): au0828: add support for analog functionality in bridge by Devin Heitmueller · 16 years ago