aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/coda/coda-common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-08media: coda: fix unset field and fail on invalid field in buf_preparePhilipp Zabel1-0/+10
2019-04-22media: coda: throw error on create_bufs with too small sizePhilipp Zabel1-0/+3
2019-04-22media: coda: allow encoder to set colorimetry on the output queuePhilipp Zabel1-5/+5
2019-04-22media: coda: implement encoder frame size enumerationPhilipp Zabel1-0/+37
2019-04-22media: coda: disable encoder command on decoder and vice versaPhilipp Zabel1-8/+10
2019-04-22media: coda: add min number of buffers controlsPhilipp Zabel1-0/+6
2019-04-22media: coda: remove mask from decoder h.264 level controlPhilipp Zabel1-18/+4
2019-04-22media: coda: set codec earlierPhilipp Zabel1-8/+20
2019-01-21media: coda: use macroblock tiling on CODA960 onlyPhilipp Zabel1-1/+1
2019-01-16media: coda: Add control for h.264 chroma qp index offsetPhilipp Zabel1-0/+5
2019-01-16media: coda: Add control for h.264 constrained intra predictionPhilipp Zabel1-0/+6
2018-12-07media: coda: fix H.264 deblocking filter controlsPhilipp Zabel1-8/+7
2018-11-23media: coda: debug output when setting visible size via crop selectionPhilipp Zabel1-0/+3
2018-11-23media: coda: normalise debug outputPhilipp Zabel1-45/+34
2018-11-23media: coda: improve queue busy error messagePhilipp Zabel1-1/+2
2018-11-23media: coda: fail S_SELECTION for read-only targetsPhilipp Zabel1-22/+29
2018-11-23media: coda: never set infinite timeperframePhilipp Zabel1-3/+3
2018-11-23media: coda: implement ENUM_FRAMEINTERVALSPhilipp Zabel1-0/+34
2018-11-23media: coda: set V4L2_CAP_TIMEPERFRAME flag in coda_s_parmPhilipp Zabel1-0/+1
2018-11-23media: coda: don't disable IRQs across buffer meta handlingLucas Stach1-3/+2
2018-11-23media: coda: remove unused instances listPhilipp Zabel1-9/+0
2018-11-23media: coda: reduce minimum frame size to 48x16 pixels.Philipp Zabel1-2/+2
2018-11-23media: coda: always hold back decoder jobs until we have enough bitstream payloadPhilipp Zabel1-5/+8
2018-11-23media: coda: store unmasked fifo position in metaPhilipp Zabel1-1/+0
2018-11-23media: coda: fix memory corruption in case more than 32 instances are openedPhilipp Zabel1-16/+10
2018-09-24media: coda: don't overwrite h.264 profile_idc on decoder instanceLucas Stach1-1/+2
2018-09-24media: coda: remove redundant null pointer check before of_node_putzhong jiang1-2/+1
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-4/+4
2018-07-25media: coda: use encoder crop rectangle to set visible width and heightPhilipp Zabel1-5/+40
2018-07-04media: coda: jpeg: allow non-JPEG colorspacePhilipp Zabel1-2/+0
2018-07-04media: coda: clear hold flag on streamoffPhilipp Zabel1-0/+1
2018-07-04media: coda: add read-only h.264 decoder profile/level controlsPhilipp Zabel1-1/+114
2018-06-28media: mem2mem: Remove unused v4l2_m2m_ops .lock/.unlockEzequiel Garcia1-22/+4
2018-05-09media: coda: set colorimetry on coded queuePhilipp Zabel1-1/+16
2018-05-09media: coda: do not try to propagate format if capture queue busyPhilipp Zabel1-0/+14
2018-05-09media: coda: reuse coda_s_fmt_vid_cap to propagate format in coda_s_fmt_vid_outPhilipp Zabel1-13/+1
2018-02-26media: coda: Add i.MX51 (CodaHx4) supportPhilipp Zabel1-4/+40
2017-12-18media: coda: fix capture TRY_FMT for YUYV with non-MB-aligned widthsPhilipp Zabel1-3/+4
2017-12-18media: coda: set min_buffers_neededLucas Stach1-0/+6
2017-08-20media: coda: constify platform_device_idArvind Yadav1-1/+1
2017-08-08media: coda: reduce iram size to leave space for suspend to ramJan Luebbe1-1/+1
2017-07-26media: coda: explicitly request exclusive reset controlPhilipp Zabel1-1/+2
2017-07-26media: coda: disable BWB only while decoding on CODA 960Philipp Zabel1-3/+10
2017-07-19media: coda: wake up capture queue on encoder stop after output streamoffPhilipp Zabel1-1/+1
2017-07-19media: coda: extend GOP size rangePhilipp Zabel1-1/+3
2017-07-19media: coda: do not reassign ctx->tiled_map_type in coda_s_fmtPhilipp Zabel1-2/+3
2017-07-19media: coda: add h264 and mpeg4 profile and level controlsPhilipp Zabel1-0/+47
2017-06-24media: coda: rename the picture run timeout error handlerPhilipp Zabel1-2/+2
2017-06-20[media] coda: first step at error recoveryLucas Stach1-0/+3
2017-06-07[media] coda: implement forced key framesPhilipp Zabel1-0/+3