aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/coda/coda-bit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-25media: coda: move framebuffer size calculation out of loopPhilipp Zabel1-6/+7
2018-07-04media: coda: mark CODA960 firmware version 2.1.9 as supportedPhilipp Zabel1-0/+1
2018-07-04media: coda: jpeg: explicitly disable thumbnails in SEQ_INITPhilipp Zabel1-0/+2
2018-07-04media: coda: jpeg: only queue two buffers into the bitstream for JPEG on CODA7541Philipp Zabel1-3/+4
2018-07-04media: coda: fix reorder detection for unknown levelsPhilipp Zabel1-21/+4
2018-07-04media: coda: fix encoder source stridePhilipp Zabel1-1/+2
2018-02-26media: coda: Add i.MX51 (CodaHx4) supportPhilipp Zabel1-12/+34
2017-12-18media: coda: use correct offset for mpeg4 decoder mvcol bufferPhilipp Zabel1-9/+7
2017-12-18media: coda: allocate space for mpeg4 decoder mvcol bufferPhilipp Zabel1-2/+4
2017-12-18media: coda: round up frame sizes to multiples of 16 for MPEG-4 decoderPhilipp Zabel1-0/+1