aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/coda (follow)
AgeCommit message (Expand)AuthorFilesLines
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: clear error return value before picture runPhilipp Zabel1-0/+3
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-03-01media: platform: fix several typosMauro Carvalho Chehab1-1/+1
2019-01-21media: coda: fix decoder capture buffer payloadPhilipp Zabel1-16/+2
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 Zabel3-1/+9
2019-01-16media: coda: Add control for h.264 constrained intra predictionPhilipp Zabel3-1/+10
2018-12-07media: coda: fix H.264 deblocking filter controlsPhilipp Zabel4-22/+20
2018-11-23media: coda: debug output when setting visible size via crop selectionPhilipp Zabel1-0/+3
2018-11-23media: coda: normalise debug outputPhilipp Zabel3-76/+65
2018-11-23media: coda: improve queue busy error messagePhilipp Zabel1-1/+2
2018-11-23media: coda: print SEQ_INIT error code as hex valueMichael Tretter1-1/+1
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 Stach2-15/+9
2018-11-23media: coda: remove unused instances listPhilipp Zabel2-11/+0
2018-11-23media: coda: reduce minimum frame size to 48x16 pixels.Philipp Zabel1-2/+2
2018-11-23media: coda: limit queueing into internal bitstream bufferLucas Stach1-0/+28
2018-11-23media: coda: always hold back decoder jobs until we have enough bitstream payloadPhilipp Zabel2-5/+20
2018-11-23media: coda: store unmasked fifo position in metaPhilipp Zabel4-13/+11
2018-11-23media: coda: fix memory corruption in case more than 32 instances are openedPhilipp Zabel2-17/+12
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-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+1
2018-07-27media: coda: add SPS fixup code for frame sizes that are not multiples of 16Philipp Zabel3-0/+339
2018-07-27media: coda: let CODA960 firmware set frame cropping in SPS headerPhilipp Zabel1-0/+19
2018-07-25media: coda: add missing h.264 levelsPhilipp Zabel1-0/+3
2018-07-25media: coda: use encoder crop rectangle to set visible width and heightPhilipp Zabel2-17/+52
2018-07-25media: coda: streamline framebuffer size calculation a bitPhilipp Zabel1-9/+5
2018-07-25media: coda: move framebuffer size calculation out of loopPhilipp Zabel1-6/+7
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap1-0/+1
2018-07-04media: coda: mark CODA960 firmware version 2.1.9 as supportedPhilipp Zabel1-0/+1
2018-07-04media: coda: jpeg: explicitly disable thumbnails in SEQ_INITPhilipp Zabel2-0/+3
2018-07-04media: coda: jpeg: only queue two buffers into the bitstream for JPEG on CODA7541Philipp Zabel1-3/+4
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: fix reorder detection for unknown levelsPhilipp Zabel1-21/+4
2018-07-04media: coda: add read-only h.264 decoder profile/level controlsPhilipp Zabel2-1/+116
2018-07-04media: coda: fix encoder source stridePhilipp Zabel1-1/+2
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