summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/coda
Commit message (Expand)AuthorAgeFilesLines
* 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
* media: coda: fix capture TRY_FMT for YUYV with non-MB-aligned widthsPhilipp Zabel2017-12-181-3/+4
* media: coda: set min_buffers_neededLucas Stach2017-12-181-0/+6
* media: coda: remove definition of CODA_STD_MJPGMartin Kepplinger2017-12-081-1/+0Star
* Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-161-0/+4
|\
| * media: coda: Handle return value of kasprintfArvind Yadav2017-10-271-0/+4
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* media: coda/imx-vdoa: Check for platform_get_resource() errorFabio Estevam2017-08-201-0/+2
* media: coda: constify platform_device_idArvind Yadav2017-08-201-1/+1
* media: coda: reduce iram size to leave space for suspend to ramJan Luebbe2017-08-081-1/+1
* media: coda: fix decoder sequence init escape flagPhilipp Zabel2017-08-081-8/+5Star
* media: coda: explicitly request exclusive reset controlPhilipp Zabel2017-07-261-1/+2
* media: coda: disable BWB only while decoding on CODA 960Philipp Zabel2017-07-261-3/+10
* media: coda: wake up capture queue on encoder stop after output streamoffPhilipp Zabel2017-07-191-1/+1
* media: coda: mark CODA960 firmware versions 2.3.10 and 3.1.1 as supportedPhilipp Zabel2017-07-191-0/+2
* media: coda: set MPEG-4 encoder class registerPhilipp Zabel2017-07-192-0/+5
* media: coda: align internal mpeg4 framebuffers to 16x16 macroblocksPhilipp Zabel2017-07-191-1/+2
* media: coda: set field of destination buffersPhilipp Zabel2017-07-191-0/+2
* media: coda: extend GOP size rangePhilipp Zabel2017-07-192-3/+6
* media: coda: do not reassign ctx->tiled_map_type in coda_s_fmtPhilipp Zabel2017-07-191-2/+3
* media: coda: add h264 and mpeg4 profile and level controlsPhilipp Zabel2017-07-191-0/+47
* media: coda: rename the picture run timeout error handlerPhilipp Zabel2017-06-243-5/+5
* media: coda: ctx->codec is not NULL in coda_alloc_framebuffersPhilipp Zabel2017-06-241-2/+2
* [media] coda/imx-vdoa: always wait for job completionLucas Stach2017-06-201-16/+33