1. 72c79bd Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 13 years ago
  2. 4a98b21 [media] media: davinci: added module.h to resolve unresolved macros by Henrique Camargo · 13 years ago
  3. 8e57dec [media] [FOR,v3.3] uvcvideo: Avoid division by 0 in timestamp calculation by Laurent Pinchart · 13 years ago
  4. e98092b Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 13 years ago
  5. fda2787 [media] hdpvr: update picture controls to support firmware versions > 0.15 by Taylor Ralph · 13 years ago
  6. afa1595 [media] hdpvr: fix race conditon during start of streaming by Janne Grunau · 13 years ago
  7. 63ae37e [media] omap3isp: Fix crash caused by subdevs now having a pointer to devnodes by Laurent Pinchart · 13 years ago
  8. 74ea15d Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 13 years ago
  9. 03652e0 [media] V4L: atmel-isi: add clk_prepare()/clk_unprepare() functions by Josh Wu · 13 years ago
  10. c2bbbe7 [media] cxd2820r: remove unused parameter from cxd2820r_attach by Antti Palosaari · 13 years ago
  11. 4a7c1ff Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 13 years ago
  12. 57f2685 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 13 years ago
  13. 36be126 [media] as3645a: Fix compilation by including slab.h by Laurent Pinchart · 13 years ago
  14. a2e2baa [media] s5p-fimc: Remove linux/version.h include from fimc-mdevice.c by Sachin Kamat · 13 years ago
  15. 2bd4334 [media] s5p-mfc: Remove linux/version.h include from s5p_mfc.c by Sachin Kamat · 13 years ago
  16. f08aacf [media] v4l2-ctrls: make control names consistent by Hans Verkuil · 13 years ago
  17. 719c174 [media] s5p-jpeg: adapt to recent videobuf2 changes by Marek Szyprowski · 13 years ago
  18. 7f6cce6 [media] s5p-g2d: fixed a bug in controls setting function by Kamil Debski · 13 years ago
  19. 0da0a78 [media] s5p-mfc: Fix volatile controls setup by Kamil Debski · 13 years ago
  20. bb86936 [media] drivers/media/video/s5p-mfc/s5p_mfc.c: adjust double test by Julia Lawall · 13 years ago
  21. b1aa608 [media] drivers/media/video/s5p-fimc/fimc-capture.c: adjust double test by Julia Lawall · 13 years ago
  22. 53e5ab9 [media] s5p-fimc: Fix incorrect control ID assignment by Sachin Kamat · 13 years ago
  23. e9ae4d4 [media] tlg2300: fix up check_firmware() return by Dan Carpenter · 13 years ago
  24. 0397e45 [media] saa7164: remove duplicate initialization by Dan Carpenter · 13 years ago
  25. b6854e3 [media] cx88: fix: don't duplicate xc4000 entry for radio by Miroslav Slugen · 13 years ago
  26. 9ee8537 [media] cx23885: Don't duplicate xc4000 entry for radio by Miroslav Slugen · 13 years ago
  27. a7c8aad [media] cx23885-dvb: check if dvb_attach() succeded by Miroslav Slugen · 13 years ago
  28. 6c2cc5b [media] cx231xx: dereferencing NULL after allocation failure by Dan Carpenter · 13 years ago
  29. c24e137 [media] pwc: Simplify leds parameter parsing by Hans de Goede · 13 years ago
  30. a081c34 [media] pwc: Remove dev_hint module parameter by Hans de Goede · 13 years ago
  31. 24be689 [media] pwc: Use one shared usb command buffer by Hans de Goede · 13 years ago
  32. 1c85220 [media] pwc: Avoid unnecessarily rebuilding the decoder tables by Hans de Goede · 13 years ago
  33. 938d5b9 [media] pwc: Avoid sending mode info to the camera when it is not needed by Hans de Goede · 13 years ago
  34. d167a85 [media] pwc: Fix pixfmt handling by Hans de Goede · 13 years ago
  35. 56ae24a [media] pwc: Make decoder data part of the main pwc struct by Hans de Goede · 13 years ago
  36. 54d3fb3 [media] pwc: Make fps runtime configurable through s_parm, drop fps module param by Hans de Goede · 13 years ago
  37. 61bb725 [media] ivtv: remove open_id/id from the filehandle code by Hans Verkuil · 13 years ago
  38. cdc0378 [media] ivtv: switch to the v4l core lock by Hans Verkuil · 13 years ago
  39. 4d68e70 [media] cx18: remove exclusive open of radio device by Hans Verkuil · 13 years ago
  40. 3f3edd7 [media] ivtv: remove exclusive radio open by Hans Verkuil · 13 years ago
  41. aa07eec [media] v4l2-ioctl: make tuner 'type' check more strict for S_FREQUENCY by Hans Verkuil · 13 years ago
  42. 047a01f [media] omap_vout: add missing OVERLAY_OUTPUT cap and set V4L2_FBUF_FLAG_OVERLAY by Hans Verkuil · 13 years ago
  43. 20c9fe8 [media] zoran: do not set V4L2_FBUF_FLAG_OVERLAY by Hans Verkuil · 13 years ago
  44. 0cb64f0 [media] cx23885: handle errors from videobuf_dvb_get_frontend() by Dan Carpenter · 13 years ago
  45. 122804e Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 13 years ago
  46. 51be084 Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6 by Linus Torvalds · 13 years ago
  47. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  48. bafeafe module_param: check type correctness for module_param_array by Rusty Russell · 13 years ago
  49. c147f61 [media] cx23885: Query the CX25840 during enum_input for status by Steven Toth · 13 years ago
  50. a21df45 [media] cx25840: Add support for g_input_status by Steven Toth · 13 years ago
  51. 0963119 [media] rc-videomate-m1f.c Rename to match remote controler name by Samuel Rakitnican · 13 years ago
  52. c18e1c7 [media] drivers: media: au0828: Fix dependency for VIDEO_AU0828 by Fabio Estevam · 13 years ago
  53. 1d6629b [media] convert drivers/media/* to use module_platform_driver() by Axel Lin · 13 years ago
  54. aa5fb97 [media] drivers: video: cx231xx: Fix dependency for VIDEO_CX231XX_DVB by Fabio Estevam · 13 years ago
  55. bb677f3 [media] Exynos4 JPEG codec v4l2 driver by Andrzej Pietrasiewicz · 13 years ago
  56. 392d9e1 [media] v4l: s5p-tv: mixer: fix setup of VP scaling by Tomasz Stanislawski · 13 years ago
  57. 0d066d3 [media] v4l: s5p-tv: mixer: add support for selection API by Tomasz Stanislawski · 13 years ago
  58. 992efeff [media] v4l: emulate old crop API using extended crop/compose API by Tomasz Stanislawski · 14 years ago
  59. 0e8caac [media] v4l: add support for selection api by Tomasz Stanislawski · 13 years ago
  60. 53b667e [media] em28xx: Fix tuner_type for Terratec Cinergy 200 USB by Sascha Sommer · 13 years ago
  61. 1020d13 [media] em28xx: increase maxwidth for em2800 by Sascha Sommer · 13 years ago
  62. ca80cf6 [media] em28xx: Do not modify EM28XX_R06_I2C_CLK for em2800 by Sascha Sommer · 13 years ago
  63. 0903bb5 [media] em28xx: Fix: I2C_CLK write error message checks wrong return code by Sascha Sommer · 13 years ago
  64. 622c2fc [media] em28xx: simplify argument passing to em28xx_init_dev() by Thomas Petazzoni · 13 years ago
  65. 7a6f6c2 [media] cx231xx: use URB_NO_TRANSFER_DMA_MAP on URBs allocated with usb_alloc_urb() by Thomas Petazzoni · 13 years ago
  66. 15cb6af [media] cx231xx: simplify argument passing to cx231xx_init_dev() by Thomas Petazzoni · 13 years ago
  67. 990862a [media] cx231xx: fix device disconnect checks by Mauro Carvalho Chehab · 13 years ago
  68. db702a7 [media] cx231xx: cx231xx_devused is racy by Mauro Carvalho Chehab · 13 years ago
  69. 7528cd2 [media] cx231xx: Fix unregister logic by Mauro Carvalho Chehab · 13 years ago
  70. 90bf3aa [media] cx231xx-input: stop polling if the device got removed. by Mauro Carvalho Chehab · 13 years ago
  71. c53a8e9 [media] cx231xx: remove useless 'lif' variable in cx231xx_usb_probe() by Thomas Petazzoni · 13 years ago
  72. a116a05 [media] cx231xx: fix crash after load/unload/load of module by Thomas Petazzoni · 13 years ago
  73. 1c81065 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 13 years ago
  74. acc952c Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  75. 00fb543 Merge branches 'iommu/fixes', 'arm/omap' and 'x86/amd' into next by Joerg Roedel · 13 years ago
  76. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  77. 2f78604 [media] Added model Sveon STV40 by Mario Ceresa · 13 years ago
  78. ec2c4f3 [media] media: tvp5150: Add mbus_fmt callbacks by Javier Martin · 13 years ago
  79. 722c90e [media] cx23885: add Terratec Cinergy T PCIe dual by Stefan Ringel · 13 years ago
  80. 84463d5 [media] Add support for two Leadtek Winfast TV 2000XP types by Istvan Varga · 13 years ago
  81. 6c06108 [media] V4L/DVB: v4l2-ioctl: integer overflow in video_usercopy() by Dan Carpenter · 13 years ago
  82. 40ba95f Merge branch 'depends/rmk/restart' into next/cleanup by Arnd Bergmann · 13 years ago
  83. ff4b8a5 Merge branch 'driver-core-next' into Linux 3.2 by Greg Kroah-Hartman · 13 years ago
  84. e82db75 [media] saa7134: use correct array offset by Dan Carpenter · 13 years ago
  85. 27b93d8 [media] cx88: Fix radio support for Leadtek DTV2000H J by Miroslav Slugen · 13 years ago
  86. 74e07f3 [media] [resend] em28xx: Add Plextor ConvertX PX-AV100U to em28xx-cards.c by Don Kramer · 13 years ago
  87. bcd158d [media] v4l: Add VIDIOC_LOG_STATUS support for sub-device nodes by Sylwester Nawrocki · 13 years ago
  88. f664684 [media] s5p-fimc: Prevent lock up caused by incomplete H/W initialization by Sylwester Nawrocki · 13 years ago
  89. 5c96ebb [media] videobuf-dvb: avoid spurious ENOMEM when CONFIG_DVB_NET=n by Jonathan Nieder · 13 years ago
  90. d2f7a1a [media] vpif_capture.c: v4l2_device_register() is called too late in vpif_probe() by Hans Verkuil · 13 years ago
  91. bb0a896 [media] marvell-cam: Make suspend/resume work on MMP2 by Jonathan Corbet · 13 years ago
  92. 8ab3362 [media] em28xx: Reworked probe code to get rid of some hacks by Holger Nelson · 13 years ago
  93. 4d28d3d [media] Added USB Id & configuration array for Honestech Vidbox NW03 by Gareth Williams · 13 years ago
  94. 6c3b906 [media] em28xx: Add Terratec Cinergy HTC USB XS to em28xx-cards.c by Holger Nelson · 13 years ago
  95. 75e5ac7 [media] drivers/media/video/davinci/vpbe.c: introduce missing kfree by Julia Lawall · 13 years ago
  96. ccd1a49 [media] media i.MX27 camera: Fix field_count handling by Javier Martin · 13 years ago
  97. f410991 [media] i.MX27 camera: add support for YUV420 format by Javier Martin · 13 years ago
  98. d8ec096 [media] atmel-isi: add code to enable/disable ISI_MCK clock by Josh Wu · 13 years ago
  99. 48ecf9f [media] soc-camera: change order of removing device by Lei Wen · 13 years ago
  100. da673e6 [media] mt9m111: properly implement .s_crop and .s_fmt(), reset on STREAMON by Guennadi Liakhovetski · 13 years ago