aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/coda (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-22media: coda: set device_caps in struct video_deviceHans Verkuil1-3/+1
2019-06-24media: coda: encoder parameter change supportPhilipp Zabel4-0/+115
2019-06-24media: coda: add coda_slice_mode() functionPhilipp Zabel1-21/+24
2019-06-24media: coda: store device pointer in driver structure instead of pdevPhilipp Zabel3-23/+19
2019-06-24media: coda: mark last returned framePhilipp Zabel1-0/+17
2019-06-24media: coda: mark last pending buffer or last meta on decoder stop commandPhilipp Zabel3-7/+42
2019-06-24media: coda: lock capture queue wakeup against encoder stop commandPhilipp Zabel3-5/+27
2019-06-24media: coda: flag the last encoded bufferPhilipp Zabel1-7/+9
2019-06-24media: coda: only wake up capture queue if no pending buffers to encodePhilipp Zabel1-8/+9
2019-06-24media: coda: retire coda_buf_is_end_of_streamPhilipp Zabel1-11/+1
2019-06-24media: coda: mark the last output buffer on encoder stop commandPhilipp Zabel1-0/+5
2019-06-24media: coda: only set the stream end flags if there are no more pending output buffersPhilipp Zabel1-8/+12
2019-06-24media: coda: mark the last output buffer on decoder stop commandPhilipp Zabel2-0/+9
2019-06-24media: coda: allow flagging last output buffer internallyPhilipp Zabel1-1/+19
2019-06-24media: coda: increment sequence offset for the last returned framePhilipp Zabel1-0/+3
2019-06-24media: coda: flush bitstream ring buffer on decoder restartPhilipp Zabel3-0/+28
2019-06-24media: coda: do not enforce 512-byte initial bitstream payload on CODA960Philipp Zabel1-1/+3
2019-06-24media: coda: pad first buffer with repeated MPEG headers to fix sequence initPhilipp Zabel4-3/+139
2019-06-24media: coda: make coda_bitstream_queue more versatilePhilipp Zabel1-14/+9
2019-06-24media: coda: integrate internal frame metadata into a structurePhilipp Zabel2-34/+40
2019-06-24media: coda: implement decoder source change eventPhilipp Zabel1-0/+20
2019-06-24media: coda: add sequence initialization workPhilipp Zabel3-0/+51
2019-06-24media: coda: split decoder sequence initialization out of start decodingPhilipp Zabel1-4/+26
2019-06-24media: coda: fix V4L2_DEC_CMD_STOP when all buffers are already consumedMarco Felsch1-0/+6
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