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