summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/coda
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [media] coda: disable BWB for all codecs on CODA 960Philipp Zabel2017-03-222-1/+7
* [media] coda: implement encoder stop commandPhilipp Zabel2017-03-221-0/+47
* [media] coda/imx-vdoa: platform_driver should not be constArnd Bergmann2017-03-031-1/+1
* [media] coda/imx-vdoa: constify structsMauro Carvalho Chehab2017-02-081-2/+2
* [media] coda: add Freescale firmware compatibility locationBaruch Siach2017-02-032-1/+5
* Revert "[media] coda/imx-vdoa: constify structs"Mauro Carvalho Chehab2017-01-311-2/+2
* [media] coda: support YUYV output if VDOA is usedMichael Tretter2017-01-312-2/+35
* [media] coda: use VDOA for un-tiling custom macroblock formatMichael Tretter2017-01-313-30/+163
* [media] coda: fix frame index to returned errorMichael Tretter2017-01-311-1/+1
* [media] coda: add debug output about tilingPhilipp Zabel2017-01-311-2/+4
* [media] coda: correctly set capture compose rectanglePhilipp Zabel2017-01-311-8/+29
* [media] coda/imx-vdoa: constify structsMauro Carvalho Chehab2017-01-311-2/+2
* [media] coda: add i.MX6 VDOA driverPhilipp Zabel2017-01-313-0/+397
* [media] coda: fix the error path in coda_probe()Fabio Estevam2016-10-241-1/+6
* [media] coda: add missing header dependenciesBaoyou Xie2016-10-241-0/+1
* [media] media: coda: Fix probe() if reset controller is missingAlexander Shiyan2016-07-081-1/+1
* [media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil2016-07-081-1/+1
* [media] media/platform: convert drivers to use the new vb2_queue dev fieldHans Verkuil2016-07-082-15/+2Star
* Merge tag 'media/v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2016-03-173-26/+85
|\
| * [media] coda: fix error path in case of missing pdata on non-DT platformPhilipp Zabel2016-03-031-6/+4Star
| * [media] coda: add support for firmware files named as distributed by NXPPhilipp Zabel2016-03-032-17/+47
| * [media] coda: add support for native order firmware files with Freescale headerPhilipp Zabel2016-03-031-2/+33
| * [media] coda: fix first encoded frame payloadPhilipp Zabel2016-02-011-1/+1
* | dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez2016-03-091-5/+5
|/
* [media] coda: enable MPEG-2 ES decodingPhilipp Zabel2015-12-231-0/+4
* [media] coda: don't start streaming without queued buffersPhilipp Zabel2015-12-231-10/+3Star
* [media] coda: hook up vidioc_prepare_bufPhilipp Zabel2015-12-231-0/+1
* [media] coda: relax coda_jpeg_check_buffer for trailing bytesPhilipp Zabel2015-12-233-8/+22
* [media] coda: make to_coda_video_device staticPhilipp Zabel2015-12-231-1/+2
* [media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung2015-12-182-4/+4
* [media] vb2: drop v4l2_format argument from queue_setupHans Verkuil2015-12-181-1/+1
* [media] move media platform data to linux/platform_data/mediaMauro Carvalho Chehab2015-11-191-1/+1
* [media] media: videobuf2: Change queue_setup argumentJunghak Sung2015-10-201-2/+1Star