summaryrefslogtreecommitdiff
path: root/drivers/media/platform/coda/coda-bit.c
Commit message (Expand)AuthorAgeFilesLines
* media: platform: rename coda/ to chips-media/Mauro Carvalho Chehab2022-03-181-2660/+0
* media: coda: fix frame_mem_ctrl for YUV420 and YVU420 formatsPhilipp Zabel2021-07-221-5/+13
* media: coda: Add a V4L2 user for control error macroblocks countEzequiel Garcia2020-11-161-3/+7
* media: coda: coda_buffer_meta housekeeping fixEzequiel Garcia2020-11-161-4/+38
* media: coda: Simplify H.264 small buffer padding logicEzequiel Garcia2020-11-161-5/+4
* media: coda: Remove redundant ctx->initialized settingEzequiel Garcia2020-11-161-10/+2
* media: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-291-2/+2
* media: coda: add RC enable controlsPhilipp Zabel2020-04-211-2/+7
* media: coda: avoid hardware lockups with more than 13 capture buffersPhilipp Zabel2019-12-161-9/+14
* media: coda: do not skip finish_run if abortingPhilipp Zabel2019-12-161-0/+6
* media: coda: encoder parameter change supportPhilipp Zabel2019-06-241-0/+83
* 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-241-4/+3
* 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-241-0/+4
* media: coda: lock capture queue wakeup against encoder stop commandPhilipp Zabel2019-06-241-0/+7
* media: coda: flag the last encoded bufferPhilipp Zabel2019-06-241-7/+9
* media: coda: mark the last output buffer on decoder stop commandPhilipp Zabel2019-06-241-0/+3
* 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-241-0/+20
* media: coda: pad first buffer with repeated MPEG headers to fix sequence initPhilipp Zabel2019-06-241-3/+56
* media: coda: make coda_bitstream_queue more versatilePhilipp Zabel2019-06-241-14/+9
* media: coda: integrate internal frame metadata into a structurePhilipp Zabel2019-06-241-30/+32
* media: coda: add sequence initialization workPhilipp Zabel2019-06-241-0/+25
* media: coda: split decoder sequence initialization out of start decodingPhilipp Zabel2019-06-241-4/+26
* media: coda: fix mpeg2 sequence number handlingPhilipp Zabel2019-06-241-1/+4
* Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab2019-06-111-5/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | media: coda: use v4l2_m2m_buf_copy_metadataPhilipp Zabel2019-05-291-6/+1
* | media: coda: add lockdep assertsPhilipp Zabel2019-05-291-0/+6
* | media: coda: Clear the interrupt reasonEzequiel Garcia2019-05-281-0/+1
* | media: coda: Remove unbalanced and unneeded mutex unlockEzequiel Garcia2019-05-281-1/+0
* | media: coda/venus/s5p_mfc: fix control typoHans Verkuil2019-05-281-2/+2
* | media: coda: update profile and level controls after sequence initializationPhilipp Zabel2019-05-211-0/+11
* | media: coda: improve decoder job finished debug messagePhilipp Zabel2019-05-211-5/+29
* | media: coda: add coda_frame_type_char helperPhilipp Zabel2019-05-211-4/+9
|/
* media: coda: clear error return value before picture runPhilipp Zabel2019-04-221-0/+3
* media: coda: fix decoder capture buffer payloadPhilipp Zabel2019-01-211-16/+2
* media: coda: Add control for h.264 chroma qp index offsetPhilipp Zabel2019-01-161-1/+3
* media: coda: Add control for h.264 constrained intra predictionPhilipp Zabel2019-01-161-1/+3
* media: coda: fix H.264 deblocking filter controlsPhilipp Zabel2018-12-071-10/+9
* media: coda: normalise debug outputPhilipp Zabel2018-11-231-31/+24
* media: coda: print SEQ_INIT error code as hex valueMichael Tretter2018-11-231-1/+1
* media: coda: don't disable IRQs across buffer meta handlingLucas Stach2018-11-231-12/+7
* media: coda: limit queueing into internal bitstream bufferLucas Stach2018-11-231-0/+28
* media: coda: store unmasked fifo position in metaPhilipp Zabel2018-11-231-6/+3
* media: coda: add SPS fixup code for frame sizes that are not multiples of 16Philipp Zabel2018-07-271-0/+21
* media: coda: let CODA960 firmware set frame cropping in SPS headerPhilipp Zabel2018-07-271-0/+19
* media: coda: use encoder crop rectangle to set visible width and heightPhilipp Zabel2018-07-251-12/+12
* media: coda: streamline framebuffer size calculation a bitPhilipp Zabel2018-07-251-9/+5