aboutsummaryrefslogtreecommitdiffstats
path: root/usr (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-20[media] tvp7002: add support for the new dv timings APIHans Verkuil1-13/+89
2012-05-20[media] v4l2-dv-timings.h: definitions for CEA-861 and VESA DMT timingsHans Verkuil2-0/+817
2012-05-20[media] v4l2 framework: add support for the new dv_timings ioctlsHans Verkuil4-37/+104
2012-05-20[media] V4L2 spec: document the new V4L2 DV timings ioctlsHans Verkuil13-29/+633
2012-05-18[media] videodev2.h: add enum/query/cap dv_timings ioctlsHans Verkuil1-24/+149
2012-05-18[media] em28xx: Fix memory leak on driver defered resource releaseEzequiel García1-0/+1
2012-05-15[media] V4L2: mt9t112: fixup JPEG initialization workaroundMasahiro Nakai1-0/+1
2012-05-15[media] V4L2: sh_mobile_ceu: manage lower 8bit busKuninori Morimoto2-3/+6
2012-05-15[media] V4L: sh_mobile_ceu_camera: don't fail TRY_FMTGuennadi Liakhovetski1-2/+6
2012-05-15[media] V4L: soc-camera: switch to using the existing .enum_framesizes()Guennadi Liakhovetski1-1/+1
2012-05-15[media] V4L: mx2-camera: avoid overflowing 32-bitsGuennadi Liakhovetski1-2/+3
2012-05-15[media] sh_mobile_ceu_camera: Support user-configurable line strideLaurent Pinchart1-15/+18
2012-05-15[media] soc-camera: Support user-configurable line strideLaurent Pinchart3-2/+10
2012-05-15[media] mx2_camera: Use soc_mbus_image_size() instead of manual computationLaurent Pinchart1-2/+4
2012-05-15[media] soc-camera: Honor user-requested bytesperline and sizeimageLaurent Pinchart3-26/+43
2012-05-15[media] soc-camera: Add soc_mbus_image_sizeLaurent Pinchart2-0/+20
2012-05-15[media] soc-camera: Fix bytes per line computation for planar formatsLaurent Pinchart1-0/+3
2012-05-15[media] soc-camera: Add plane layout information to struct soc_mbus_pixelfmtLaurent Pinchart7-0/+68
2012-05-15[media] soc_camera: Use soc_camera_device::bytesperline to compute line sizesLaurent Pinchart2-8/+3
2012-05-15[media] soc_camera: Use soc_camera_device::sizeimage to compute buffer sizesLaurent Pinchart7-89/+29
2012-05-15[media] mx2_camera: Fix sizeimage computation in try_fmt()Laurent Pinchart1-0/+1
2012-05-15[media] V4L: mem2mem: fix alignment in mem2mem-testdevGuennadi Liakhovetski1-1/+1
2012-05-15[media] smiapp: Remove smiapp-debug.h in favour of dynamic debugSakari Ailus6-47/+0
2012-05-15[media] cx231xx: replace open-coded ARRAY_SIZE with macroJim Cromie1-2/+2
2012-05-15[media] V4L: JPEG class documentation correctionsSylwester Nawrocki2-1/+8
2012-05-15[media] af9015: various small changes and clean-upsAntti Palosaari1-283/+212
2012-05-15[media] smiapp: fix compilation breakageMauro Carvalho Chehab2-1/+3
2012-05-15[media] media: mx2_camera: Fix mbus format handlingJavier Martin2-7/+47
2012-05-15[media] i.MX27: visstrim_m10: Remove use of MX2_CAMERA_SWAP16Javier Martin1-1/+1
2012-05-15[media] media: tvp5150: Fix mbus formatJavier Martin1-2/+2
2012-05-15[media] dib9000: get rid of Dib*Lock macrosAlexey Khoroshilov1-70/+58
2012-05-15[media] rtl28xxu: dynamic USB ID supportAntti Palosaari1-0/+25
2012-05-15[media] get_dvb_firmware: add dvb-demod-drxk-pctv.fwAntti Palosaari1-1/+19
2012-05-15[media] dib0700: Return -EINTR and unlock mutex if locking attempts failsSantosh Nayak1-11/+13
2012-05-15[media] cxd2820r: tweak search algorithm behaviorGianluca Gennari1-2/+2
2012-05-15[media] em28xx-dvb: enable LNA for cxd2820r in DVB-T modeGianluca Gennari1-1/+2
2012-05-15[media] saa7134: remove unused log_err() macroMauro Carvalho Chehab1-5/+0
2012-05-15[media] staging: easycap: Split easycap_delete() into several piecesEzequiel García1-196/+249
2012-05-15[media] staging: easycap: Clean comment style in easycap_delete()Ezequiel García1-27/+16
2012-05-15[media] staging: easycap: Clean comment style in easycap_usb_disconnect()Ezequiel García1-40/+24
2012-05-15[media] staging: easycap: Split audio buffer and urb allocationEzequiel García1-105/+124
2012-05-15[media] staging: easycap: Push video registration to easycap_register_video()Ezequiel García1-25/+33
2012-05-15[media] staging: easycap: Initialize 'ntsc' parameter before usageEzequiel García1-4/+4
2012-05-15[media] staging: easycap: Push bInterfaceNumber saving to config_easycap()Ezequiel García1-31/+41
2012-05-15[media] staging: easycap: Split buffer and video urb allocationEzequiel García1-164/+211
2012-05-15[media] staging: easycap: Split device struct alloc and retrieval codeEzequiel García1-168/+216
2012-05-15[media] V4L: soc-camera: (cosmetic) use a more explicit name for a host handlerGuennadi Liakhovetski2-8/+8
2012-05-15[media] V4L: marvell-ccic: (cosmetic) remove redundant variable assignmentGuennadi Liakhovetski1-1/+0
2012-05-15[media] v4l2-event: fix regression with initial event handlingHans Verkuil4-4/+10
2012-05-15[media] lmedm04: Initialize a variable before its usageIl Han1-1/+1