summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/coda
AgeCommit message (Expand)AuthorFilesLines
2019-06-24media: coda: add coda_wake_up_capture_queuePhilipp Zabel1-7/+13
2019-06-24media: coda: fix last buffer handling in V4L2_ENC_CMD_STOPMarco Felsch1-0/+2
2019-06-24media: coda: fix mpeg2 sequence number handlingPhilipp Zabel1-1/+4
2019-06-24media: coda: use mem2mem try_en/decoder_cmd helpersPhilipp Zabel1-17/+2
2019-06-24media: coda: implement CMD_START to restart decodingMichael Tretter1-4/+17
2019-06-21media: coda: Use devm_platform_ioremap_resource()Fabio Estevam1-3/+1
2019-06-12media: drivers: media: coda: fix warning same module namesAnders Roxell1-2/+2
2019-06-11Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab9-53/+9
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-9/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner7-35/+7
2019-05-29media: coda: use v4l2_m2m_buf_copy_metadataPhilipp Zabel1-6/+1
2019-05-29media: coda: add lockdep assertsPhilipp Zabel1-0/+6
2019-05-29media: coda: add decoder MPEG-2 profile and level controlsPhilipp Zabel4-1/+76
2019-05-29media: coda: add decoder MPEG-4 profile and level controlsPhilipp Zabel4-1/+78
2019-05-28media: coda: Clear the interrupt reasonEzequiel Garcia1-0/+1
2019-05-28media: coda: Replace the threaded interrupt with a hard interruptEzequiel Garcia1-2/+2
2019-05-28media: coda: Remove unbalanced and unneeded mutex unlockEzequiel Garcia1-1/+0
2019-05-28media: coda: Print a nicer device registered messageEzequiel Garcia1-4/+9
2019-05-28media: coda/venus/s5p_mfc: fix control typoHans Verkuil2-3/+3
2019-05-28Merge tag 'v5.2-rc2' into patchworkMauro Carvalho Chehab1-0/+2
2019-05-23media: coda: remove -I$(src) header search pathMasahiro Yamada3-4/+3
2019-05-21media: coda: update profile and level controls after sequence initializationPhilipp Zabel4-28/+54
2019-05-21media: coda: add menu strings to s_ctrl debug outputPhilipp Zabel1-2/+7
2019-05-21media: coda: demote s_ctrl debug messages to level 2Philipp Zabel1-1/+1
2019-05-21media: coda: improve decoder job finished debug messagePhilipp Zabel1-5/+29
2019-05-21media: coda: add coda_frame_type_char helperPhilipp Zabel1-4/+9
2019-05-21media: coda: move job ready message to coda_debug level 2Philipp Zabel1-1/+1
2019-05-21media: coda: move register debugging to coda_debug level 3Philipp Zabel1-2/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-08media: coda: fix unset field and fail on invalid field in buf_preparePhilipp Zabel1-0/+10
2019-04-22media: coda: throw error on create_bufs with too small sizePhilipp Zabel1-0/+3
2019-04-22media: coda: allow encoder to set colorimetry on the output queuePhilipp Zabel1-5/+5
2019-04-22media: coda: implement encoder frame size enumerationPhilipp Zabel1-0/+37
2019-04-22media: coda: disable encoder command on decoder and vice versaPhilipp Zabel1-8/+10
2019-04-22media: coda: add min number of buffers controlsPhilipp Zabel1-0/+6
2019-04-22media: coda: clear error return value before picture runPhilipp Zabel1-0/+3
2019-04-22media: coda: remove mask from decoder h.264 level controlPhilipp Zabel1-18/+4
2019-04-22media: coda: set codec earlierPhilipp Zabel1-8/+20
2019-03-01media: platform: fix several typosMauro Carvalho Chehab1-1/+1
2019-01-21media: coda: fix decoder capture buffer payloadPhilipp Zabel1-16/+2
2019-01-21media: coda: use macroblock tiling on CODA960 onlyPhilipp Zabel1-1/+1
2019-01-16media: coda: Add control for h.264 chroma qp index offsetPhilipp Zabel3-1/+9
2019-01-16media: coda: Add control for h.264 constrained intra predictionPhilipp Zabel3-1/+10
2018-12-07media: coda: fix H.264 deblocking filter controlsPhilipp Zabel4-22/+20
2018-11-23media: coda: debug output when setting visible size via crop selectionPhilipp Zabel1-0/+3
2018-11-23media: coda: normalise debug outputPhilipp Zabel3-76/+65
2018-11-23media: coda: improve queue busy error messagePhilipp Zabel1-1/+2
2018-11-23media: coda: print SEQ_INIT error code as hex valueMichael Tretter1-1/+1
2018-11-23media: coda: fail S_SELECTION for read-only targetsPhilipp Zabel1-22/+29