aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/coda (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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: bump maximum number of internal framebuffers to 19Philipp Zabel1-1/+1
2018-02-26media: coda: Add i.MX51 (CodaHx4) supportPhilipp Zabel3-16/+75
2018-01-04media: replace all <spaces><tab> occurrencesMauro Carvalho Chehab1-1/+1
2017-12-19media: coda/imx-vdoa: Remove irq member from vdoa_data structFabio Estevam1-4/+4
2017-12-18media: coda: use correct offset for mpeg4 decoder mvcol bufferPhilipp Zabel1-9/+7
2017-12-18media: coda: allocate space for mpeg4 decoder mvcol bufferPhilipp Zabel1-2/+4
2017-12-18media: coda: round up frame sizes to multiples of 16 for MPEG-4 decoderPhilipp Zabel1-0/+1
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-12-08media: coda: remove definition of CODA_STD_MJPGMartin Kepplinger1-1/+0
2017-11-15Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-27media: coda: Handle return value of kasprintfArvind Yadav1-0/+4
2017-08-20media: coda/imx-vdoa: Check for platform_get_resource() errorFabio Estevam1-0/+2
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-08-08media: coda: fix decoder sequence init escape flagPhilipp Zabel1-8/+5
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: mark CODA960 firmware versions 2.3.10 and 3.1.1 as supportedPhilipp Zabel1-0/+2
2017-07-19media: coda: set MPEG-4 encoder class registerPhilipp Zabel2-0/+5
2017-07-19media: coda: align internal mpeg4 framebuffers to 16x16 macroblocksPhilipp Zabel1-1/+2
2017-07-19media: coda: set field of destination buffersPhilipp Zabel1-0/+2
2017-07-19media: coda: extend GOP size rangePhilipp Zabel2-3/+6
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