1. 9084983 [media] m920x: fix a typo in a comment by Antonio Ospite · 13 years ago
  2. a214c55 [media] dvb-usb: fix indentation of a for loop by Antonio Ospite · 13 years ago
  3. 8773986 [media] saa7134: Add pm_qos_request to fix video corruption by Simon Farnsworth · 13 years ago
  4. e8d4237 [media] Added support for AVerTV Hybrid Express Slim HC81R by Oleh Kravchenko · 13 years ago
  5. 30ad64b [media] dvb: push down ioctl lock in dvb_usercopy by Nikolaus Schulz · 13 years ago
  6. 6ae2322 [media] dvb_frontend: fix ioctls failing if frontend open/closed too fast by Juergen Lock · 13 years ago
  7. a75831f [media] s5p-jpeg: convert struct spinlock to spinlock_t by Luis R. Rodriguez · 13 years ago
  8. 9d193b7 [media] s5p-fimc: convert struct spinlock to spinlock_t by Luis R. Rodriguez · 13 years ago
  9. 2671111 [media] omap: Fix Kconfig dependencies on OMAP2 by Mauro Carvalho Chehab · 13 years ago
  10. 5d92bbe [media] ttpci: Fix a missing Kconfig dependency by Mauro Carvalho Chehab · 13 years ago
  11. 68c97bf [media] cx231xx : Add support for Elgato Video Capture V2 by Alf Høgemark · 13 years ago
  12. afe5624 [media] rc: unlock on error in store_protocols() by Dan Carpenter · 13 years ago
  13. a44dca1 Merge tag 'v3.8-rc1' into staging/for_v3.9 by Mauro Carvalho Chehab · 13 years ago
  14. 30ebc5e [media] rc: unlock on error in show_protocols() by Dan Carpenter · 13 years ago
  15. 45b8259 [media] v4l2: blackfin: add EPPI3 support by Scott Jiang · 13 years ago
  16. fab0e8f [media] v4l2: blackfin: convert ppi driver to a module by Scott Jiang · 13 years ago
  17. fe0e990 [media] vivi: Teach it to tune FPS by Kirill Smelkov · 13 years ago
  18. cb412a8d [media] staging/media/solo6x10/v4l2-enc.c: fix error-handling by Cyril Roelandt · 13 years ago
  19. 899a179 [media] s5p-tv: Use devm_gpio_request in sii9234_drv.c by Sachin Kamat · 13 years ago
  20. 341068f [media] it913x: fix correct endpoint size when pid filter on by Malcolm Priestley · 13 years ago
  21. e5f670b [media] cx23885: add RC support for MyGica X8507 by Alfredo Jesús Delaiti · 13 years ago
  22. 36cb26a [media] rc/keymaps: add RC keytable for MyGica X8507 by Alfredo Jesús Delaiti · 13 years ago
  23. 8b2aea7 [media] em28xx: prefer bulk mode on webcams by Mauro Carvalho Chehab · 13 years ago
  24. a3efa1c [media] em28xx: make the logs reflect the specific chip name by Mauro Carvalho Chehab · 13 years ago
  25. aa51496 [media] em28xx: display the isoc/bulk mode by Mauro Carvalho Chehab · 13 years ago
  26. b5cff59 [media] em28xx: prefer_bulk parameter is read-only by Mauro Carvalho Chehab · 13 years ago
  27. a6bad04 [media] em28xx: clean up the data type mess of the i2c transfer function parameters by Frank Schaefer · 13 years ago
  28. 36016a3 [media] em28xx: clean up and unify functions em28xx_copy_vbi() em28xx_copy_video() by Frank Schaefer · 13 years ago
  29. 227b7c9 [media] em28xx: move the em2710/em2750/em28xx specific frame data processing code to a separate function by Frank Schaefer · 13 years ago
  30. e04c00d [media] em28xx: em28xx_urb_data_copy(): move duplicate code for capture_type=0 and capture_type=2 to a function by Frank Schaefer · 13 years ago
  31. 4078d62 [media] em28xx: move caching of pointer to vmalloc memory in videobuf to struct em28xx_buffer by Frank Schaefer · 13 years ago
  32. a483701 [media] em28xx: refactor VBI data processing code in em28xx_urb_data_copy() by Frank Schaefer · 13 years ago
  33. 8732533 [media] em28xx: move field 'pos' from struct em28xx_dmaqueue to struct em28xx_buffer by Frank Schaefer · 13 years ago
  34. cbe7f8a [media] em28xx: remove obsolete field 'frame' from struct em28xx_buffer by Frank Schaefer · 13 years ago
  35. 948a49a [media] em28xx: use common function for video and vbi buffer completion by Frank Schaefer · 13 years ago
  36. 24a6d84 [media] em28xx: refactor get_next_buf() and use it for vbi data, too by Frank Schaefer · 13 years ago
  37. 960da93 [media] em28xx: use common urb data copying function for vbi and non-vbi data streams by Frank Schaefer · 13 years ago
  38. 79ff869 [media] em28xx: em28xx_urb_data_copy_vbi(): calculate vbi_size only if needed by Frank Schaefer · 13 years ago
  39. 0455eeb [media] em28xx: fix capture type setting in em28xx_urb_data_copy_vbi() by Frank Schaefer · 13 years ago
  40. 3610f58 [media] em28xx: make sure the packet size is >= 4 before checking for headers in em28xx_urb_data_copy_vbi() by Frank Schaefer · 13 years ago
  41. b77e0c0 [media] em28xx: fix video data start position calculation in em28xx_urb_data_copy_vbi() by Frank Schaefer · 13 years ago
  42. 454fe92 [media] em28xx: add module parameter for selection of the preferred USB transfer type by Frank Schaefer · 13 years ago
  43. c647a91 [media] em28xx: improve USB endpoint logic, also use bulk transfers by Frank Schaefer · 13 years ago
  44. c8e9d95 [media] em28xx: set USB alternate settings for analog video bulk transfers properly by Frank Schaefer · 13 years ago
  45. 7312f2c [media] em28xx: add fields for analog and DVB USB transfer type selection to struct em28xx by Frank Schaefer · 13 years ago
  46. 0cf544a [media] em28xx: rename some USB parameter fields in struct em28xx to clarify their role by Frank Schaefer · 13 years ago
  47. a950e4a [media] em28xx: rename function em28xx_dvb_isoc_copy and extend for USB bulk transfers by Frank Schaefer · 13 years ago
  48. 4601cc3 [media] em28xx: rename function em28xx_isoc_copy_vbi and extend for USB bulk transfers by Frank Schaefer · 13 years ago
  49. 0fa4a40 [media] em28xx: rename function em28xx_isoc_copy and extend for USB bulk transfers by Frank Schaefer · 13 years ago
  50. 1653cb0c [media] em28xx: remove double checks for urb->status == -ENOENT in urb_data_copy functions by Frank Schaefer · 13 years ago
  51. 337fe8d [media] em28xx: clear USB halt/stall condition in em28xx_init_usb_xfer when using bulk transfers by Frank Schaefer · 13 years ago
  52. 057ca0d [media] em28xx: create a common function for isoc and bulk USB transfer initialization by Frank Schaefer · 13 years ago
  53. 6ddd89d [media] em28xx: create a common function for isoc and bulk URB allocation and setup by Frank Schaefer · 13 years ago
  54. afb177e [media] em28xx: rename function em28xx_uninit_isoc to em28xx_uninit_usb_xfer by Frank Schaefer · 13 years ago
  55. 836e93b [media] em28xx: update description of em28xx_irq_callback by Frank Schaefer · 13 years ago
  56. 89f84b9 [media] em28xx: remove obsolete #define EM28XX_URB_TIMEOUT by Frank Schaefer · 13 years ago
  57. 74209dc [media] em28xx: rename struct em28xx_usb_isoc_ctl to em28xx_usb_ctl by Frank Schaefer · 13 years ago
  58. f0fa993 [media] em28xx: rename struct em28xx_usb_isoc_bufs to em28xx_usb_bufs by Frank Schaefer · 13 years ago
  59. 515688a [media] em28xx: rename isoc packet number constants and parameters by Frank Schaefer · 13 years ago
  60. 8c30156 [media] em28xx: clarify meaning of field 'progressive' in struct em28xx by Frank Schaefer · 13 years ago
  61. c02ec71 [media] em28xx: fix wrong data offset for non-interlaced mode in em28xx_copy_video by Frank Schaefer · 13 years ago
  62. 2f5741a [media] em28xx: input: fix oops on device removal by Frank Schaefer · 13 years ago
  63. a49f0d1 Linux 3.8-rc1 by Linus Torvalds · 13 years ago
  64. 4fe19a1 Merge git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 13 years ago
  65. 769cb85 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  66. b49249d Merge tag 'dm-3.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm by Linus Torvalds · 13 years ago
  67. 10532b5 Revert "nfsd: warn on odd reply state in nfsd_vfs_read" by J. Bruce Fields · 13 years ago
  68. 184e251 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
  69. 0264405 Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 13 years ago
  70. 7e65df3 ARM: dts: fix duplicated build target and alphabetical sort out for exynos by Kukjin Kim · 13 years ago
  71. 0dae883 [media] em28xx: add support for RC6 mode 0 on devices that support it by Mauro Carvalho Chehab · 13 years ago
  72. 105e368 [media] em28xx: add support for NEC proto variants on em2874 and upper by Mauro Carvalho Chehab · 13 years ago
  73. 37285bf em28xx: add two missing tuners at the Kconfig file by Mauro Carvalho Chehab · 13 years ago
  74. fc09931 [media] Autoselect more relevant frontends for EM28XX DVB stick by Jonathan McDowell · 13 years ago
  75. ce24c25 [media] staging/media: Use dev_ printks in lirc/igorplugusb.c by YAMANE Toshiaki · 13 years ago
  76. 5c77dc4 [media] staging/media: Use dev_ or pr_ printks in lirc/lirc_imon.c by YAMANE Toshiaki · 13 years ago
  77. df4f07b [media] staging/media: Use pr_ printks in lirc/lirc_serial.c by YAMANE Toshiaki · 13 years ago
  78. cc38b8e [media] staging/media: Use pr_ printks in lirc/lirc_parallel.c by YAMANE Toshiaki · 13 years ago
  79. f8a7df0 [media] staging/media: Use pr_ printks in lirc/lirc_bt829.c by YAMANE Toshiaki · 13 years ago
  80. 014f006 [media] staging/media: Use pr_ printks in lirc/lirc_sir.c by YAMANE Toshiaki · 13 years ago
  81. e174e6c [media] staging/media: Use dev_ or pr_ printks in lirc/lirc_sasem.c by YAMANE Toshiaki · 13 years ago
  82. e6da766 [media] Staging/media: Use dev_ printks in solo6x10/p2m.c by YAMANE Toshiaki · 13 years ago
  83. 5820deb [media] Staging/media: Use dev_ printks in go7007/s2250-board.c by YAMANE Toshiaki · 13 years ago
  84. b441d03 [media] Staging/media: Use dev_ printks in go7007/wis-tw2804.c by YAMANE Toshiaki · 13 years ago
  85. b91c78e [media] Staging/media: fixed spacing coding style in go7007/wis-uda1342.c by YAMANE Toshiaki · 13 years ago
  86. dd442d4 [media] Staging/media: Use dev_ printks in go7007/wis-uda1342.c by YAMANE Toshiaki · 13 years ago
  87. 34047ba [media] Staging/media: Use dev_ printks in go7007/go7007-v4l2.c by YAMANE Toshiaki · 13 years ago
  88. b2704e1 [media] Staging/media: Use dev_ printks in go7007/wis-tw9903.c by YAMANE Toshiaki · 13 years ago
  89. 8ce21ec [media] Staging/media: fixed spacing coding style in go7007/wis-tw9903.c by YAMANE Toshiaki · 13 years ago
  90. afca99a [media] tm6000-dvb: Fix module unload by Julian Scheel · 13 years ago
  91. afc2e8a [media] staging/media: Use dev_ or pr_ printks in go7007/go7007-i2c.c by YAMANE Toshiaki · 13 years ago
  92. b11558a [media] staging/media: Use dev_ printks in go7007/s2250-loader.c by YAMANE Toshiaki · 13 years ago
  93. 6c629ed [media] staging/media: Use dev_ printks in go7007/wis-sony-tuner.c by YAMANE Toshiaki · 13 years ago
  94. 6d56950 [media] staging/media: Use dev_ printks in go7007/go7007-driver.c by YAMANE Toshiaki · 13 years ago
  95. 9fa3520 [media] rc: Call rc_register_device before irq setup by Matthijs Kooijman · 13 years ago
  96. d62b681 [media] rc: Set rdev before irq setup by Matthijs Kooijman · 13 years ago
  97. 70ef699 [media] rc: Make probe cleanup goto labels more verbose by Matthijs Kooijman · 13 years ago
  98. d40fbf8 [media] vivi: Optimize precalculate_line() by Kirill Smelkov · 13 years ago
  99. 13908f3 [media] vivi: Move computations out of vivi_fillbuf linecopy loop by Kirill Smelkov · 13 years ago
  100. 10ce844 [media] vivi: vivi_dev->line[] was not aligned by Kirill Smelkov · 13 years ago