1. d6dd645 [media] media: videobuf2: Move timestamp to vb2_buffer by Junghak Sung · 9 years ago
  2. df9ecb0c [media] vb2: drop v4l2_format argument from queue_setup by Hans Verkuil · 9 years ago
  3. 33119e8 [media] media: videobuf2: Change queue_setup argument by Junghak Sung · 9 years ago
  4. 2d70071 [media] media: videobuf2: Restructure vb2_buffer by Junghak Sung · 9 years ago
  5. 80b0963 [media] pwc: fix WARN_ON by Hans Verkuil · 10 years ago
  6. 95cd5d5 [media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIO by Ramakrishnan Muthukrishnan · 11 years ago
  7. e37559b [media] vb2: stop_streaming should return void by Hans Verkuil · 11 years ago
  8. 1a17948 [media] pwc: do not decompress the image unless the state is DONE by Hans Verkuil · 11 years ago
  9. 0647064 [media] vb2: change result code of buf_finish to void by Hans Verkuil · 11 years ago
  10. ade4868 [media] v4l: Rename vb2_queue.timestamp_type as timestamp_flags by Sakari Ailus · 11 years ago
  11. da4a733 [media] media: Remove OOM message after input_allocate_device by Joe Perches · 11 years ago
  12. 39c1cb2 [media] media_tree: Fix spelling errors by Jonathan McCrohan · 11 years ago
  13. 6aa69f9 [media] vb2: Add support for non monotonic timestamps by Kamil Debski · 12 years ago
  14. 5c2edef [media] pwc: Replace memcpy with struct assignment by Ezequiel Garcia · 12 years ago
  15. 8e6057b [media] v4l: Convert drivers to use monotonic timestamps by Sakari Ailus · 12 years ago
  16. eda9471 [media] pwc-if: must check vb2_queue_init() success by Mauro Carvalho Chehab · 12 years ago
  17. 0dc6eb9 [media] pwc-if: get rid of warning: no previous prototype by Mauro Carvalho Chehab · 12 years ago
  18. 4a7ec2d [media] pwc: Remove unneeded struct vb2_queue clearing by Ezequiel Garcia · 12 years ago
  19. 0ab6119 [media] pwc: Use vb2 queue mutex through a single name by Ezequiel Garcia · 13 years ago
  20. 0c0d06c [media] rename most media/video usb drivers to media/usb by Mauro Carvalho Chehab · 12 years ago[Renamed from drivers/media/video/pwc/pwc-if.c]
  21. 2e43dec [media] pwc: use the new vb2 helpers by Hans Verkuil · 13 years ago
  22. 152a3a7 [media] v4l2-dev: rename two functions by Hans Verkuil · 13 years ago
  23. ceede9f [media] pwc: Fix locking by Hans de Goede · 13 years ago
  24. 296da3c [media] pwc: poll(): Check that the device has not beem claimed for streaming already by Hans de Goede · 13 years ago
  25. c24e137 [media] pwc: Simplify leds parameter parsing by Hans de Goede · 13 years ago
  26. a081c34 [media] pwc: Remove dev_hint module parameter by Hans de Goede · 13 years ago
  27. 24be689 [media] pwc: Use one shared usb command buffer by Hans de Goede · 13 years ago
  28. 938d5b9 [media] pwc: Avoid sending mode info to the camera when it is not needed by Hans de Goede · 13 years ago
  29. d167a85 [media] pwc: Fix pixfmt handling by Hans de Goede · 13 years ago
  30. 56ae24a [media] pwc: Make decoder data part of the main pwc struct by Hans de Goede · 13 years ago
  31. 54d3fb3 [media] pwc: Make fps runtime configurable through s_parm, drop fps module param by Hans de Goede · 13 years ago
  32. 5bbe18d [media] pwc: Get rid of compression module parameter by Hans de Goede · 13 years ago
  33. 795e6eb [media] pwc: Remove software emulation of arbritary resolutions by Hans de Goede · 13 years ago
  34. a08d2c7 [media] pwc: Remove driver specific ioctls by Hans de Goede · 13 years ago
  35. dc8a7e8 [media] pwc: Remove dead snapshot code by Hans de Goede · 13 years ago
  36. 1516524 [media] pwc: Remove driver specific sysfs interface by Hans de Goede · 13 years ago
  37. c20d78c [media] pwc: Rework locking by Hans de Goede · 13 years ago
  38. 32c67ec [media] pwc: Properly mark device_hint as unused in all probe error paths by Hans de Goede · 14 years ago
  39. 76ae853 [media] pwc: Use v4l2-device and v4l2-fh by Hans de Goede · 14 years ago
  40. fc714e70 [media] V4L: vb2: prepare to support multi-size buffers by Guennadi Liakhovetski · 13 years ago
  41. bd323e2 [media] media: vb2: change queue initialization order by Marek Szyprowski · 13 years ago
  42. 035aa14 [media] media: vb2: change plane sizes array to unsigned int[] by Marek Szyprowski · 13 years ago
  43. e3aec98 [media] pwc: clean-up header files by Hans de Goede · 14 years ago
  44. 51886df [media] pwc: Enable power-management by default on tested models by Hans de Goede · 14 years ago
  45. c112713 [media] pwc: Allow dqbuf / read to complete while waiting for controls by Hans de Goede · 14 years ago
  46. 6c9cac8 [media] pwc: Replace control code with v4l2-ctrls framework by Hans de Goede · 14 years ago
  47. 04613c5 [media] pwc: properly allocate dma-able memory for ISO buffers by Hans de Goede · 14 years ago
  48. 4fba471 [media] pwc: Allow multiple opens by Hans de Goede · 14 years ago
  49. 6eba935 [media] pwc: Move various initialization to driver load and / or stream start by Hans de Goede · 14 years ago
  50. 3b4d0ec [media] pwc: Make power-saving a per device option by Hans de Goede · 14 years ago
  51. b824bb4 [media] pwc: Get rid of error_status and unplugged variables by Hans de Goede · 14 years ago
  52. 885fe18 [media] pwc: Replace private buffer management code with videobuf2 by Hans de Goede · 14 years ago
  53. c246412 [media] pwc: Remove a bunch of bogus sanity checks / don't return EFAULT wrongly by Hans de Goede · 14 years ago
  54. 9a7b2d1 [media] pwc: better usb disconnect handling by Hans de Goede · 14 years ago
  55. cecc247 [media] Prevent null pointer derefernce of pdev by Huzaifa Sidhpurwala · 14 years ago
  56. afa3852 [media] pwc: convert to video_ioctl2 by Hans Verkuil · 14 years ago
  57. b577f96 [media] pwc: convert to core-assisted locking by Hans Verkuil · 14 years ago
  58. 622d9f5 [media] pwc: failure to submit an urb is a fatal error by Hans de Goede · 14 years ago
  59. c7d18867 [media] pwc: Also set alt setting to alt0 when no error occured by Hans de Goede · 14 years ago
  60. 3751e28 [media] pwc: do not start isoc stream on /dev/video open by Hans de Goede · 14 years ago
  61. 101b25b [media] drivers/media: Use vzalloc by Joe Perches · 14 years ago
  62. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  63. 7074f40 V4L/DVB: pwc: remove BKL by Hans Verkuil · 14 years ago
  64. 479567c V4L/DVB: pwc: fully convert driver to V4L2 by Hans Verkuil · 14 years ago
  65. 4315c41 V4L/DVB (13593): PWC: parameter trace is only available in debug by Andrea Odetti · 15 years ago
  66. 46b2109 V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignments by Laurent Pinchart · 15 years ago
  67. 38c7c03 V4L/DVB (13550): v4l: Use the new video_device_node_name function by Laurent Pinchart · 15 years ago
  68. 2d8d776 V4L/DVB (13231): pwc: Use kernel's simple_strtol() by Andy Shevchenko · 15 years ago
  69. 89dec01 V4L/DVB (12489): pwc - fix few use-after-free and memory leaks by Dmitry Torokhov · 15 years ago
  70. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 16 years ago
  71. 52a85e1 V4L/DVB (11993): V4L/pwc - use usb_interface as parent, not usb_device by Lennart Poettering · 16 years ago
  72. bcd3e4b V4L/DVB (11960): v4l: generate KEY_CAMERA instead of BTN_0 key events on input devices by Lennart Poettering · 16 years ago
  73. 5c8e240 V4L/DVB (10945): pwc : fix LED and power setup for first open by Martin Fuzzey · 16 years ago
  74. e32a7ecc V4L/DVB (10242): pwc: add support for webcam snapshot button by Nam Phạm Thành · 16 years ago
  75. 16e68d7 V4L/DVB (10193): removed unused #include <version.h>'s by Huang Weiyi · 16 years ago
  76. 069b747 V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl. by Hans Verkuil · 16 years ago
  77. bec4366 V4L/DVB (10135): v4l2: introduce v4l2_file_operations. by Hans Verkuil · 16 years ago
  78. f473bf7 V4L/DVB (9503): v4l: remove inode argument from video_usercopy by Hans Verkuil · 16 years ago
  79. c6330fb V4L/DVB (9327): v4l: use video_device.num instead of minor in video%d by Hans Verkuil · 16 years ago
  80. 601e944 V4L/DVB (8786): v4l2: remove the priv field, use dev_get_drvdata instead by Hans Verkuil · 16 years ago
  81. 0ea6bc8 V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_device by Hans Verkuil · 16 years ago
  82. f894dfd V4L/DVB (8488): videodev: remove some CONFIG_VIDEO_V4L1_COMPAT code from v4l2-dev.h by Hans Verkuil · 16 years ago
  83. 9c39d7e V4L/DVB (8483): Remove obsolete owner field from video_device struct. by Hans Verkuil · 16 years ago
  84. 5e85e73 V4L/DVB (8428): videodev: rename 'dev' to 'parent' by Hans Verkuil · 17 years ago
  85. 645635b V4L/DVB (7525): media/video/pwc replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  86. 078ff79 V4L/DVB (7402): add macro validation for v4l_compat_ioctl32 by Douglas Schilling Landgraf · 17 years ago
  87. ff699e6 V4L/DVB (7094): static memory by Douglas Schilling Landgraf · 17 years ago
  88. 5fa1247 NULL noise: drivers/media by Al Viro · 17 years ago
  89. efad798b Spelling fixes: lenght->length by Paulius Zaleckas · 17 years ago
  90. 22c4a4e V4L/DVB (6320): v4l core: remove the unused .hardware V4L1 field by Mauro Carvalho Chehab · 17 years ago
  91. 64a6f95 signedness: module_param_array nump argument by Al Viro · 17 years ago
  92. 54bd5b6 V4L/DVB (6293): V4L: convert struct class_device to struct device by Kay Sievers · 17 years ago
  93. 0b67f5c V4L/DVB (6237): Oops in pwc v4l driver by Oliver Neukum · 17 years ago
  94. b930e1d V4L/DVB (6125): whitespace cleanup: replace leading spaces with tabs by Michael Krufky · 17 years ago
  95. 9c12224 V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media files by Mauro Carvalho Chehab · 17 years ago
  96. 7b9fbc3 V4L/DVB (6147): Pwc: Fix a broken debug message by Jean Delvare · 17 years ago
  97. 85237f2 USB: fix DoS in pwc USB video driver by Oliver Neukum · 17 years ago
  98. b9378fd V4L/DVB (5809): Use mutex instead of semaphore in Philips webcam driver by Matthias Kaehlcke · 18 years ago
  99. 9ee6d78 V4L/DVB (5547): Add ENUM_FRAMESIZES and ENUM_FRAMEINTERVALS ioctls by Luc Saillard · 18 years ago
  100. 6b1ce3c V4L/DVB (5462): Add Logitech ViewPort AV 100 by Mauro Carvalho Chehab · 18 years ago