summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2014-07-21[media] s5p: fix error code path when failing to allocate DMA memoryMaurizio Lombardi1-3/+2
2014-07-18[media] zoran: remove duplicate ZR050_MO_COMP defineDan Carpenter1-1/+0
2014-07-18[media] saa7164-dvb: Remove unnecessary null testHimangi Saraogi1-18/+14
2014-07-18[media] media: pvrusb2: make logging code saneAndrey Utkin1-9/+3
2014-07-18[media] hdpvr: fix reported HDTV colorspaceHans Verkuil1-1/+1
2014-07-18[media] cx23885: add support for Hauppauge ImpactVCB-eHans Verkuil3-1/+32
2014-07-18[media] v4l2-ioctl: clips, clipcount and bitmap should not be zeroedHans Verkuil1-1/+25
2014-07-18[media] v4l2-ioctl: call g_selection before calling cropcapHans Verkuil1-22/+26
2014-07-18[media] v4l2-ioctl: clear reserved field of G/S_SELECTIONHans Verkuil1-2/+2
2014-07-18[media] v4l2-ioctl: remove pointless INFO_FL_CLEARHans Verkuil1-2/+2
2014-07-18[media] v4l2-dev: don't debug poll unless the debug level > 2Hans Verkuil1-1/+1
2014-07-18[media] v4l2-dev: streamon/off is only a valid ioctl for video, vbi and sdrHans Verkuil1-2/+2
2014-07-18[media] v4l2-ioctl.c: fix enum_freq_bands handlingHans Verkuil1-2/+5
2014-07-18[media] v4l2-ioctl.c: check vfl_type in ENUM_FMTHans Verkuil1-6/+8
2014-07-17[media] v4l: vb2: Add fatal error condition flagLaurent Pinchart1-3/+36
2014-07-17[media] v4l: vb2: Don't return POLLERR during transient buffer underrunsLaurent Pinchart1-2/+3
2014-07-17[media] v4l: vsp1: uds: Fix scaling of alpha layerLaurent Pinchart5-35/+122
2014-07-17[media] v4l: vsp1: bru: Make the background color configurableLaurent Pinchart2-5/+49
2014-07-17[media] v4l: vsp1: bru: Support non-premultiplied colors at the BRU outputLaurent Pinchart1-2/+9
2014-07-17[media] v4l: vsp1: bru: Support premultiplied alpha at the BRU inputsLaurent Pinchart3-28/+50
2014-07-17[media] v4l: vsp1: Add V4L2_CID_ALPHA_COMPONENT control supportLaurent Pinchart3-4/+104
2014-07-17[media] v4l: vsp1: Add alpha channel support to the memory portsLaurent Pinchart4-20/+41
2014-07-17[media] v4l: vsp1: Switch to XRGB formatsLaurent Pinchart1-4/+22
2014-07-17[media] v4l: vsp1: wpf: Clear RPF to WPF association at stream off timeLaurent Pinchart1-0/+1
2014-07-17[media] v4l: vsp1: wpf: Simplify cast to pipeline structureLaurent Pinchart1-2/+1
2014-07-17[media] v4l: vsp1: sru: Make the intensity controllable during streamingLaurent Pinchart3-43/+61
2014-07-17[media] v4l: vsp1: sru: Fix the intensity control default valueLaurent Pinchart1-1/+11
2014-07-17[media] v4l: vsp1: Setup control handler automatically at stream on timeLaurent Pinchart2-0/+46
2014-07-17[media] v4l: vsp1: Propagate vsp1_device_get errors to the callersLaurent Pinchart3-13/+9
2014-07-17[media] v4l: vsp1: Cleanup video nodes at removal timeLaurent Pinchart4-12/+18
2014-07-17[media] v4l: vsp1: Fix typosLaurent Pinchart3-10/+10
2014-07-17[media] v4l: vsp1: Fix pipeline stop timeoutLaurent Pinchart1-3/+7
2014-07-17[media] v4l: vsp1: Release buffers at stream stopLaurent Pinchart1-0/+3
2014-07-17[media] v4l: vsp1: Fix routing cleanup when stopping the streamLaurent Pinchart1-1/+1
2014-07-17[media] v4l: vb2: Fix stream start and buffer completion raceLaurent Pinchart1-1/+3
2014-07-17[media] v4l: Add premultiplied alpha flag for pixel formatsLaurent Pinchart1-2/+3
2014-07-17[media] v4l: Support extending the v4l2_pix_format structureLaurent Pinchart25-57/+79
2014-07-17[media] Fix 64-bit division fall-out from 64-bit control rangesHans Verkuil8-19/+31
2014-07-17[media] v4l2-ctrls/v4l2-controls.h: add MD controlsHans Verkuil1-0/+27
2014-07-17[media] v4l2-ctrls: fix commentsHans Verkuil1-5/+9
2014-07-17[media] v4l2-ctrls/videodev2.h: add u8 and u16 typesHans Verkuil1-4/+41
2014-07-17[media] v4l2-ctrl: fix error return of copy_to/from_userHans Verkuil1-5/+6
2014-07-17[media] v4l2-ctrls: return elem_size instead of strlenHans Verkuil1-1/+1
2014-07-17[media] v4l2-ctrls: add array supportHans Verkuil1-46/+63
2014-07-17[media] v4l2-ctrls: type_ops can handle array elementsHans Verkuil1-18/+22
2014-07-17[media] v4l2-ctrls: prepare for array supportHans Verkuil1-19/+39
2014-07-17[media] v4l2-ctrls: prepare for array supportHans Verkuil1-9/+24
2014-07-17[media] v4l2-ctrls: use ptrs for all but the s32 typeHans Verkuil6-16/+18
2014-07-17[media] v4l2-ctrls: compare values only onceHans Verkuil1-6/+11
2014-07-17[media] v4l2-ctrls: rewrite copy routines to operate on union v4l2_ctrl_ptrHans Verkuil1-73/+56