summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/coda
Commit message (Expand)AuthorAgeFilesLines
* 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/+19Star
* 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/+1Star
* 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/+9Star
* 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
* media: coda: fix mpeg2 sequence number handlingPhilipp Zabel2019-06-241-1/+4
* media: coda: use mem2mem try_en/decoder_cmd helpersPhilipp Zabel2019-06-241-17/+2Star
* media: coda: implement CMD_START to restart decodingMichael Tretter2019-06-241-4/+17
* media: coda: Use devm_platform_ioremap_resource()Fabio Estevam2019-06-211-3/+1Star
* media: drivers: media: coda: fix warning same module namesAnders Roxell2019-06-121-2/+2
* Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab2019-06-119-53/+9Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1Star
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-9/+1Star
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-307-35/+7Star
* | media: coda: use v4l2_m2m_buf_copy_metadataPhilipp Zabel2019-05-291-6/+1Star
* | media: coda: add lockdep assertsPhilipp Zabel2019-05-291-0/+6
* | media: coda: add decoder MPEG-2 profile and level controlsPhilipp Zabel2019-05-294-1/+76
* | media: coda: add decoder MPEG-4 profile and level controlsPhilipp Zabel2019-05-294-1/+78
* | media: coda: Clear the interrupt reasonEzequiel Garcia2019-05-281-0/+1
* | media: coda: Replace the threaded interrupt with a hard interruptEzequiel Garcia2019-05-281-2/+2
* | media: coda: Remove unbalanced and unneeded mutex unlockEzequiel Garcia2019-05-281-1/+0Star
* | media: coda: Print a nicer device registered messageEzequiel Garcia2019-05-281-4/+9
* | media: coda/venus/s5p_mfc: fix control typoHans Verkuil2019-05-282-3/+3
* | Merge tag 'v5.2-rc2' into patchworkMauro Carvalho Chehab2019-05-281-0/+2
|\|
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | media: coda: remove -I$(src) header search pathMasahiro Yamada2019-05-233-4/+3Star
* | media: coda: update profile and level controls after sequence initializationPhilipp Zabel2019-05-214-28/+54
* | media: coda: add menu strings to s_ctrl debug outputPhilipp Zabel2019-05-211-2/+7
* | media: coda: demote s_ctrl debug messages to level 2Philipp Zabel2019-05-211-1/+1
* | media: coda: improve decoder job finished debug messagePhilipp Zabel2019-05-211-5/+29