summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/coda
Commit message (Expand)AuthorAgeFilesLines
* 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
* [media] coda: first step at error recoveryLucas Stach2017-06-203-0/+24
* [media] coda: use correct offset for mvcol bufferLucas Stach2017-06-201-4/+4
* [media] coda: copy headers in front of every I-framePhilipp Zabel2017-06-071-4/+5
* [media] coda: implement forced key framesPhilipp Zabel2017-06-073-4/+12
* [media] coda: improve colorimetry handlingPhilipp Zabel2017-06-062-15/+39
* [media] coda: simplify optional reset handlingPhilipp Zabel2017-06-061-9/+3Star
* [media] media: platform: coda: remove variable self assignmentGustavo A. R. Silva2017-06-061-1/+0Star
* [media] coda: bump maximum number of internal framebuffers to 17Lucas Stach2017-04-191-1/+1
* [media] coda: do not enumerate YUYV if VDOA is not availablePhilipp Zabel2017-04-101-0/+6
* [media] coda: remove redundant call to v4l2_m2m_get_vqColin Ian King2017-04-101-2/+0Star
* [media] coda: fix warnings when compiling with 64 bitsMauro Carvalho Chehab2017-03-221-1/+1
* [media] coda: get rid of unused varMauro Carvalho Chehab2017-03-221-3/+1Star
* [media] coda: restore original firmware locationsPhilipp Zabel2017-03-221-8/+13
* [media] coda: disable reordering for baseline profile h.264 streamsPhilipp Zabel2017-03-224-2/+122
* [media] coda: pad first h.264 buffer to 512 bytesPhilipp Zabel2017-03-223-8/+45
* [media] coda: keep queued buffers on a temporary list during start_streamingPhilipp Zabel2017-03-223-14/+45
* [media] coda: Use && instead of & for non-bitfield conditionsMichael Tretter2017-03-221-1/+1