summaryrefslogtreecommitdiff
path: root/drivers/media/platform
AgeCommit message (Expand)AuthorFilesLines
2014-07-22[media] coda: store IRAM size in struct coda_devtypePhilipp Zabel1-13/+6
2014-07-22[media] coda: store global temporary buffer size in struct coda_devtypePhilipp Zabel1-13/+8
2014-07-22[media] coda: store per-context work buffer size in struct coda_devtypePhilipp Zabel1-32/+26
2014-07-22[media] coda: export auxiliary buffers via debugfsPhilipp Zabel1-11/+53
2014-07-22[media] coda: increase frame stride to 16 for h.264Philipp Zabel1-2/+2
2014-07-22[media] coda: round up internal frames to multiples of macroblock size for h.264Philipp Zabel1-5/+20
2014-07-22[media] coda: allow odd width, but still round up bytesperlinePhilipp Zabel1-2/+2
2014-07-22[media] coda: add bytesperline to queue dataPhilipp Zabel1-11/+16
2014-07-22[media] coda: add reset control supportPhilipp Zabel1-0/+51
2014-07-22[media] coda: rename prescan_failed to hold and stop stream after timeoutPhilipp Zabel1-7/+9
2014-07-22[media] coda: add sequence counter offsetPhilipp Zabel1-4/+9
2014-07-22[media] coda: alert userspace about macroblock errorsPhilipp Zabel1-5/+9
2014-07-22[media] coda: add decoder timestamp queuePhilipp Zabel1-1/+49
2014-07-22[media] coda: try to schedule a decode run after a stop commandMichael Olbrich1-0/+2
2014-07-22[media] coda: add cyclic intra refresh controlPhilipp Zabel1-1/+8
2014-07-22[media] coda: add h.264 deblocking filter controlsPhilipp Zabel1-1/+32
2014-07-22[media] coda: add h.264 min/max qp controlsPhilipp Zabel1-0/+27
2014-07-22[media] coda: select GENERIC_ALLOCATORPhilipp Zabel1-0/+1
2014-07-22[media] coda: split firmware version check out of coda_hw_initPhilipp Zabel1-5/+37
2014-07-22[media] coda: Add runtime pm supportPhilipp Zabel1-5/+60
2014-07-22[media] coda: use ctx->fh.m2m_ctx instead of ctx->m2m_ctxPhilipp Zabel1-34/+32
2014-07-22[media] coda: Use mem-to-mem ioctl helpersPhilipp Zabel1-99/+14
2014-07-22[media] coda: add workqueue to serialize hardware commandsPhilipp Zabel1-88/+74
2014-07-22[media] coda: add selection API support for h.264 decoderPhilipp Zabel1-0/+94
2014-07-22[media] coda: remove BUG() in get_q_dataPhilipp Zabel1-7/+5
2014-07-22[media] coda: Add encoder/decoder support for CODA960Philipp Zabel2-47/+466
2014-07-22[media] s5p-mfc: Add init buffer cmd to MFCV6Arun Kumar K1-2/+4
2014-07-22[media] s5p-mfc: Support multiple firmware sub-versionsArun Kumar K3-8/+31
2014-07-22[media] s5p-mfc: Remove duplicate function s5p_mfc_reload_firmwareArun Kumar K2-34/+1
2014-07-22Merge commit '67dd8f35c2d8ed80f26c9654b474cffc11c6674d' into patchworkMauro Carvalho Chehab2-0/+2
2014-07-22[media] media:platform: OMAP3 camera support needs VIDEOBUF2_DMA_CONTIGPeter Meerwald1-0/+1
2014-07-22[media] v4l: s3c-camif: Return V4L2_FIELD_NONE from pad-level set formatLaurent Pinchart1-0/+2
2014-07-22[media] media: davinci: vpif: fix array out of bound warningsPrabhakar Lad2-2/+2
2014-07-21[media] s5p-mfc: limit the size of the CPBpanpan liu1-3/+6
2014-07-21[media] coda: simplify IRAM setupPhilipp Zabel1-101/+74
2014-07-21[media] coda: fix internal framebuffer allocation sizePhilipp Zabel1-2/+2
2014-07-21Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+2
2014-07-21[media] coda: fix h.264 quantization parameter rangePhilipp Zabel1-2/+2
2014-07-21[media] coda: fix readback of CODA_RET_DEC_SEQ_FRAME_NEEDPhilipp Zabel1-1/+1
2014-07-21[media] coda: fix decoder I/P/B frame detectionPhilipp Zabel1-9/+14
2014-07-21[media] s5p-mfc: Fix selective sclk_mfc initJacek Anaszewski1-0/+24
2014-07-21[media] s5p: fix error code path when failing to allocate DMA memoryMaurizio Lombardi1-3/+2
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