summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/coda/coda-bit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* media: coda: move framebuffer size calculation out of loopPhilipp Zabel2018-07-251-6/+7
* media: coda: mark CODA960 firmware version 2.1.9 as supportedPhilipp Zabel2018-07-041-0/+1
* media: coda: jpeg: explicitly disable thumbnails in SEQ_INITPhilipp Zabel2018-07-041-0/+2
* media: coda: jpeg: only queue two buffers into the bitstream for JPEG on CODA...Philipp Zabel2018-07-041-3/+4
* media: coda: fix reorder detection for unknown levelsPhilipp Zabel2018-07-041-21/+4
* media: coda: fix encoder source stridePhilipp Zabel2018-07-041-1/+2
* media: coda: Add i.MX51 (CodaHx4) supportPhilipp Zabel2018-02-261-12/+34
* media: coda: use correct offset for mpeg4 decoder mvcol bufferPhilipp Zabel2017-12-181-9/+7
OpenPOWER on IntegriCloud