summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/coda (follow)
Commit message (Expand)AuthorAgeFilesLines
* media: coda: Fix runtime PM imbalance in coda_probeDinghao Liu2020-09-271-0/+2
* media: coda: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2020-09-011-5/+0
* media: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-292-7/+7
* media: coda: jpeg: add NULL check after kmallocChen Zhou2020-07-041-1/+4
* media: coda: Fix runtime PM imbalance on errorDinghao Liu2020-06-231-3/+2
* media: coda: add RC enable controlsPhilipp Zabel2020-04-213-2/+19
* media: coda: jpeg: support optimized huffman tablesAdrian Ratiu2020-04-141-5/+10
* media: coda: lock capture queue wakeup against decoder stop commandPhilipp Zabel2020-04-142-0/+11
* media: coda: mark last capture bufferPhilipp Zabel2020-04-141-3/+32
* media: coda: split marking last meta into helper functionPhilipp Zabel2020-04-141-14/+22
* media: coda: jpeg: add CODA960 JPEG decoder supportPhilipp Zabel2020-04-143-8/+681
* media: coda: round up decoded buffer size for all codecsPhilipp Zabel2020-04-141-2/+2
* media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil2020-02-241-1/+1
* media: coda: avoid hardware lockups with more than 13 capture buffersPhilipp Zabel2019-12-161-9/+14
* media: coda: remove redundant platform_get_irq error messagePhilipp Zabel2019-12-161-3/+1
* media: coda: jpeg: add CODA960 JPEG encoder supportPhilipp Zabel2019-12-164-2/+756
* media: coda: jpeg: add JPEG register definitions for CODA960Philipp Zabel2019-12-161-0/+83
* media: coda: jpeg: merge Huffman table bits and valuesPhilipp Zabel2019-12-161-24/+16
* media: coda: do not skip finish_run if abortingPhilipp Zabel2019-12-162-1/+7
* media: coda: disable decoder crop selectionsPhilipp Zabel2019-11-101-1/+2
* media: coda: disable encoder compose selectionsPhilipp Zabel2019-11-101-1/+2
* media: coda: drop unused irqlockPhilipp Zabel2019-11-092-3/+0
* media: coda: request to skip kernel mapping for decoded buffersLucas Stach2019-11-051-0/+1
* media: coda: fix deadlock between decoder picture run and start commandPhilipp Zabel2019-11-051-2/+2
* media: coda: set device_caps in struct video_deviceHans Verkuil2019-07-221-3/+1
* media: coda: encoder parameter change supportPhilipp Zabel2019-06-244-0/+115
* media: coda: add coda_slice_mode() functionPhilipp Zabel2019-06-241-21/+24
* media: coda: store device pointer in driver structure instead of pdevPhilipp Zabel2019-06-243-23/+19
* media: coda: mark last returned framePhilipp Zabel2019-06-241-0/+17
* media: coda: mark last pending buffer or last meta on decoder stop commandPhilipp Zabel2019-06-243-7/+42
* media: coda: lock capture queue wakeup against encoder stop commandPhilipp Zabel2019-06-243-5/+27
* media: coda: flag the last encoded bufferPhilipp Zabel2019-06-241-7/+9
* media: coda: only wake up capture queue if no pending buffers to encodePhilipp Zabel2019-06-241-8/+9
* media: coda: retire coda_buf_is_end_of_streamPhilipp Zabel2019-06-241-11/+1
* media: coda: mark the last output buffer on encoder stop commandPhilipp Zabel2019-06-241-0/+5
* media: coda: only set the stream end flags if there are no more pending outpu...Philipp Zabel2019-06-241-8/+12
* media: coda: mark the last output buffer on decoder stop commandPhilipp Zabel2019-06-242-0/+9
* media: coda: allow flagging last output buffer internallyPhilipp Zabel2019-06-241-1/+19
* media: coda: increment sequence offset for the last returned framePhilipp Zabel2019-06-241-0/+3
* media: coda: flush bitstream ring buffer on decoder restartPhilipp Zabel2019-06-243-0/+28
* media: coda: do not enforce 512-byte initial bitstream payload on CODA960Philipp Zabel2019-06-241-1/+3
* media: coda: pad first buffer with repeated MPEG headers to fix sequence initPhilipp Zabel2019-06-244-3/+139
* media: coda: make coda_bitstream_queue more versatilePhilipp Zabel2019-06-241-14/+9
* media: coda: integrate internal frame metadata into a structurePhilipp Zabel2019-06-242-34/+40
* media: coda: implement decoder source change eventPhilipp Zabel2019-06-241-0/+20
* media: coda: add sequence initialization workPhilipp Zabel2019-06-243-0/+51
* media: coda: split decoder sequence initialization out of start decodingPhilipp Zabel2019-06-241-4/+26
* media: coda: fix V4L2_DEC_CMD_STOP when all buffers are already consumedMarco Felsch2019-06-241-0/+6
* media: coda: add coda_wake_up_capture_queuePhilipp Zabel2019-06-241-7/+13
* media: coda: fix last buffer handling in V4L2_ENC_CMD_STOPMarco Felsch2019-06-241-0/+2