summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/coda
Commit message (Expand)AuthorAgeFilesLines
* media: coda: fix decoder capture buffer payloadPhilipp Zabel2019-01-211-16/+2Star
* media: coda: use macroblock tiling on CODA960 onlyPhilipp Zabel2019-01-211-1/+1
* media: coda: Add control for h.264 chroma qp index offsetPhilipp Zabel2019-01-163-1/+9
* media: coda: Add control for h.264 constrained intra predictionPhilipp Zabel2019-01-163-1/+10
* media: coda: fix H.264 deblocking filter controlsPhilipp Zabel2018-12-074-22/+20Star
* media: coda: debug output when setting visible size via crop selectionPhilipp Zabel2018-11-231-0/+3
* media: coda: normalise debug outputPhilipp Zabel2018-11-233-76/+65Star
* media: coda: improve queue busy error messagePhilipp Zabel2018-11-231-1/+2
* media: coda: print SEQ_INIT error code as hex valueMichael Tretter2018-11-231-1/+1
* media: coda: fail S_SELECTION for read-only targetsPhilipp Zabel2018-11-231-22/+29
* media: coda: never set infinite timeperframePhilipp Zabel2018-11-231-3/+3
* media: coda: implement ENUM_FRAMEINTERVALSPhilipp Zabel2018-11-231-0/+34
* media: coda: set V4L2_CAP_TIMEPERFRAME flag in coda_s_parmPhilipp Zabel2018-11-231-0/+1
* media: coda: don't disable IRQs across buffer meta handlingLucas Stach2018-11-232-15/+9Star
* media: coda: remove unused instances listPhilipp Zabel2018-11-232-11/+0Star
* media: coda: reduce minimum frame size to 48x16 pixels.Philipp Zabel2018-11-231-2/+2
* media: coda: limit queueing into internal bitstream bufferLucas Stach2018-11-231-0/+28
* media: coda: always hold back decoder jobs until we have enough bitstream pay...Philipp Zabel2018-11-232-5/+20
* media: coda: store unmasked fifo position in metaPhilipp Zabel2018-11-234-13/+11Star
* media: coda: fix memory corruption in case more than 32 instances are openedPhilipp Zabel2018-11-232-17/+12Star
* media: coda: don't overwrite h.264 profile_idc on decoder instanceLucas Stach2018-09-241-1/+2
* media: coda: remove redundant null pointer check before of_node_putzhong jiang2018-09-241-2/+1Star
* media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2018-09-111-4/+4
* Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-181-0/+1
|\
| * headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-071-0/+1
* | media: coda: add SPS fixup code for frame sizes that are not multiples of 16Philipp Zabel2018-07-273-0/+339
* | media: coda: let CODA960 firmware set frame cropping in SPS headerPhilipp Zabel2018-07-271-0/+19
* | media: coda: add missing h.264 levelsPhilipp Zabel2018-07-251-0/+3
* | media: coda: use encoder crop rectangle to set visible width and heightPhilipp Zabel2018-07-252-17/+52
* | media: coda: streamline framebuffer size calculation a bitPhilipp Zabel2018-07-251-9/+5Star
* | media: coda: move framebuffer size calculation out of loopPhilipp Zabel2018-07-251-6/+7
* | media: coda: mark CODA960 firmware version 2.1.9 as supportedPhilipp Zabel2018-07-041-0/+1
* | media: coda: jpeg: explicitly disable thumbnails in SEQ_INITPhilipp Zabel2018-07-042-0/+3
* | media: coda: jpeg: only queue two buffers into the bitstream for JPEG on CODA...Philipp Zabel2018-07-041-3/+4
* | media: coda: jpeg: allow non-JPEG colorspacePhilipp Zabel2018-07-041-2/+0Star
* | media: coda: clear hold flag on streamoffPhilipp Zabel2018-07-041-0/+1
* | media: coda: fix reorder detection for unknown levelsPhilipp Zabel2018-07-041-21/+4Star
* | media: coda: add read-only h.264 decoder profile/level controlsPhilipp Zabel2018-07-042-1/+116
* | media: coda: fix encoder source stridePhilipp Zabel2018-07-041-1/+2
* | media: mem2mem: Remove unused v4l2_m2m_ops .lock/.unlockEzequiel Garcia2018-06-281-22/+4Star
|/
* media: coda: set colorimetry on coded queuePhilipp Zabel2018-05-091-1/+16
* media: coda: do not try to propagate format if capture queue busyPhilipp Zabel2018-05-091-0/+14
* media: coda: reuse coda_s_fmt_vid_cap to propagate format in coda_s_fmt_vid_outPhilipp Zabel2018-05-091-13/+1Star
* media: coda: bump maximum number of internal framebuffers to 19Philipp Zabel2018-02-261-1/+1
* media: coda: Add i.MX51 (CodaHx4) supportPhilipp Zabel2018-02-263-16/+75
* media: replace all <spaces><tab> occurrencesMauro Carvalho Chehab2018-01-041-1/+1
* media: coda/imx-vdoa: Remove irq member from vdoa_data structFabio Estevam2017-12-191-4/+4
* media: coda: use correct offset for mpeg4 decoder mvcol bufferPhilipp Zabel2017-12-181-9/+7Star
* media: coda: allocate space for mpeg4 decoder mvcol bufferPhilipp Zabel2017-12-181-2/+4
* media: coda: round up frame sizes to multiples of 16 for MPEG-4 decoderPhilipp Zabel2017-12-181-0/+1