Age | Commit message (Expand) | Author | Files | Lines |
2015-04-26 | v4l: xilinx: fix for include file movement | Stephen Rothwell | 1 | -1/+1 |
2015-04-21 | Merge branch 'drm-next-merged' of git://people.freedesktop.org/~airlied/linux... | Mauro Carvalho Chehab | 2 | -2/+2 |
2015-04-21 | Merge branch 'patchwork' into v4l_for_linus | Mauro Carvalho Chehab | 84 | -1824/+6866 |
2015-04-18 | Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -2/+2 |
2015-04-10 | [media] media: omap3isp: remove unused clkdev | Russell King | 2 | -25/+0 |
2015-04-10 | [media] coda: Add tracing support | Philipp Zabel | 5 | -1/+234 |
2015-04-10 | [media] coda: drop dma_sync_single_for_device in coda_bitstream_queue | Philipp Zabel | 1 | -4/+0 |
2015-04-10 | [media] coda: fix fill bitstream errors in nonstreaming case | Philipp Zabel | 3 | -8/+11 |
2015-04-10 | [media] coda: call SEQ_END when the first queue is stopped | Philipp Zabel | 1 | -1/+4 |
2015-04-10 | [media] coda: fail to start streaming if userspace set invalid formats | Philipp Zabel | 1 | -1/+12 |
2015-04-10 | [media] coda: remove duplicate error messages for buffer allocations | Philipp Zabel | 2 | -26/+7 |
2015-04-10 | [media] coda: move parameter buffer in together with context buffer allocation | Philipp Zabel | 3 | -20/+20 |
2015-04-10 | [media] coda: allocate bitstream buffer from REQBUFS, size depends on the format | Philipp Zabel | 3 | -50/+58 |
2015-04-10 | [media] coda: allocate per-context buffers from REQBUFS | Philipp Zabel | 3 | -12/+66 |
2015-04-10 | [media] coda: use strlcpy instead of snprintf | Philipp Zabel | 1 | -2/+1 |
2015-04-10 | [media] coda: bitstream payload is unsigned | Philipp Zabel | 1 | -1/+1 |
2015-04-10 | [media] coda: fix double call to debugfs_remove | Peter Seiderer | 1 | -1/+2 |
2015-04-10 | [media] coda: check kasprintf return value in coda_open | Peter Seiderer | 1 | -0/+6 |
2015-04-10 | [media] coda: bitrate can only be set in kbps steps | Philipp Zabel | 1 | -1/+1 |
2015-04-10 | [media] s5p-mfc: set allow_zero_bytesused flag for vb2_queue_init | Kamil Debski | 1 | -0/+7 |
2015-04-10 | [media] coda: set allow_zero_bytesused flag for vb2_queue_init | Kamil Debski | 1 | -0/+7 |
2015-04-08 | [media] vivid: use V4L2_DV_FL_IS_CE_VIDEO instead of V4L2_DV_BT_STD_CEA861 | Hans Verkuil | 3 | -5/+5 |
2015-04-08 | [media] vivid: add support to set CVT, GTF timings | Prashant Laddha | 1 | -1/+63 |
2015-04-08 | [media] vivid: add CVT,GTF standards to vivid dv timings caps | Prashant Laddha | 1 | -2/+3 |
2015-04-07 | [media] s5p-jpeg: Remove some unused functions | Rickard Strandqvist | 2 | -35/+0 |
2015-04-07 | [media] s5p-jpeg: Initialize jpeg_addr fields to zero | Jacek Anaszewski | 1 | -2/+2 |
2015-04-07 | [media] s5p-jpeg: add 5420 family support | Andrzej Pietrasiewicz | 2 | -21/+50 |
2015-04-03 | [media] v4l: xilinx: Add Test Pattern Generator driver | Laurent Pinchart | 3 | -0/+939 |
2015-04-03 | [media] v4l: xilinx: Add Video Timing Controller driver | Laurent Pinchart | 4 | -0/+429 |
2015-04-03 | [media] v4l: xilinx: Add Xilinx Video IP core | Laurent Pinchart | 10 | -0/+2170 |
2015-04-03 | [media] media: sh_vou: embed video_device | Lad, Prabhakar | 1 | -15/+6 |
2015-04-03 | [media] v4l2_plane_pix_format: use __u32 bytesperline instead of __u16 | Hans Verkuil | 1 | -1/+1 |
2015-04-03 | [media] media: davinci: vpfe_capture: embed video_device | Lad, Prabhakar | 1 | -19/+7 |
2015-04-03 | [media] m2m-deinterlace: embed video_device | Hans Verkuil | 1 | -15/+6 |
2015-04-03 | [media] vim2m: embed video_device | Hans Verkuil | 1 | -16/+7 |
2015-04-03 | [media] vivid-tpg.c: fix wrong Bt.2020 coefficients | Hans Verkuil | 1 | -2/+2 |
2015-04-03 | [media] vivid: sanitize selection rectangle | Hans Verkuil | 1 | -2/+6 |
2015-04-03 | [media] vivid: report only one frameinterval | Hans Verkuil | 1 | -6/+2 |
2015-04-03 | [media] vivid: allow s_dv_timings if it is the same as the current | Hans Verkuil | 2 | -4/+4 |
2015-04-03 | [media] vivid: add support for 8-bit Bayer formats | Hans Verkuil | 3 | -9/+97 |
2015-04-03 | [media] vivid: use v4l2_device.release to clean up the driver | Hans Verkuil | 1 | -20/+23 |
2015-04-03 | [media] vivid: turn this into a platform_device | Hans Verkuil | 1 | -5/+45 |
2015-04-03 | [media] vivid: add support for packed YUV formats | Hans Verkuil | 2 | -3/+72 |
2015-04-03 | [media] vivid: add support for BGR666 | Hans Verkuil | 2 | -0/+21 |
2015-04-03 | [media] vivid: add support for PIX_FMT_RGB332 | Hans Verkuil | 2 | -0/+20 |
2015-04-03 | [media] vivid: add support for NV24 and NV42 | Hans Verkuil | 2 | -2/+44 |
2015-04-03 | [media] vivid: add support for [A|X]RGB555X | Hans Verkuil | 2 | -1/+27 |
2015-04-03 | [media] vivid: fix format comments | Hans Verkuil | 1 | -7/+7 |
2015-04-03 | [media] vivid: add RGB444 support | Hans Verkuil | 2 | -0/+46 |
2015-04-03 | [media] vivid: add the new planar and monochrome formats | Hans Verkuil | 1 | -3/+111 |