aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/coda/coda-bit.c
AgeCommit message (Expand)Author
2023-01-18media: coda: Add check for kmallocJiasheng Jiang
2023-01-18media: coda: Add check for dcoda_iram_allocJiasheng Jiang
2021-09-15media: coda: fix frame_mem_ctrl for YUV420 and YVU420 formatsPhilipp Zabel
2019-06-24media: coda: encoder parameter change supportPhilipp Zabel
2019-06-24media: coda: add coda_slice_mode() functionPhilipp Zabel
2019-06-24media: coda: store device pointer in driver structure instead of pdevPhilipp Zabel
2019-06-24media: coda: mark last returned framePhilipp Zabel
2019-06-24media: coda: mark last pending buffer or last meta on decoder stop commandPhilipp Zabel
2019-06-24media: coda: lock capture queue wakeup against encoder stop commandPhilipp Zabel
2019-06-24media: coda: flag the last encoded bufferPhilipp Zabel
2019-06-24media: coda: mark the last output buffer on decoder stop commandPhilipp Zabel
2019-06-24media: coda: increment sequence offset for the last returned framePhilipp Zabel
2019-06-24media: coda: flush bitstream ring buffer on decoder restartPhilipp Zabel
2019-06-24media: coda: pad first buffer with repeated MPEG headers to fix sequence initPhilipp Zabel
2019-06-24media: coda: make coda_bitstream_queue more versatilePhilipp Zabel
2019-06-24media: coda: integrate internal frame metadata into a structurePhilipp Zabel
2019-06-24media: coda: add sequence initialization workPhilipp Zabel
2019-06-24media: coda: split decoder sequence initialization out of start decodingPhilipp Zabel
2019-06-24media: coda: fix mpeg2 sequence number handlingPhilipp Zabel
2019-06-11Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-29media: coda: use v4l2_m2m_buf_copy_metadataPhilipp Zabel
2019-05-29media: coda: add lockdep assertsPhilipp Zabel
2019-05-28media: coda: Clear the interrupt reasonEzequiel Garcia
2019-05-28media: coda: Remove unbalanced and unneeded mutex unlockEzequiel Garcia
2019-05-28media: coda/venus/s5p_mfc: fix control typoHans Verkuil
2019-05-21media: coda: update profile and level controls after sequence initializationPhilipp Zabel
2019-05-21media: coda: improve decoder job finished debug messagePhilipp Zabel
2019-05-21media: coda: add coda_frame_type_char helperPhilipp Zabel
2019-04-22media: coda: clear error return value before picture runPhilipp Zabel
2019-01-21media: coda: fix decoder capture buffer payloadPhilipp Zabel
2019-01-16media: coda: Add control for h.264 chroma qp index offsetPhilipp Zabel
2019-01-16media: coda: Add control for h.264 constrained intra predictionPhilipp Zabel
2018-12-07media: coda: fix H.264 deblocking filter controlsPhilipp Zabel
2018-11-23media: coda: normalise debug outputPhilipp Zabel
2018-11-23media: coda: print SEQ_INIT error code as hex valueMichael Tretter
2018-11-23media: coda: don't disable IRQs across buffer meta handlingLucas Stach
2018-11-23media: coda: limit queueing into internal bitstream bufferLucas Stach
2018-11-23media: coda: store unmasked fifo position in metaPhilipp Zabel
2018-07-27media: coda: add SPS fixup code for frame sizes that are not multiples of 16Philipp Zabel
2018-07-27media: coda: let CODA960 firmware set frame cropping in SPS headerPhilipp Zabel
2018-07-25media: coda: use encoder crop rectangle to set visible width and heightPhilipp Zabel
2018-07-25media: coda: streamline framebuffer size calculation a bitPhilipp Zabel
2018-07-25media: coda: move framebuffer size calculation out of loopPhilipp Zabel
2018-07-04media: coda: mark CODA960 firmware version 2.1.9 as supportedPhilipp Zabel
2018-07-04media: coda: jpeg: explicitly disable thumbnails in SEQ_INITPhilipp Zabel
2018-07-04media: coda: jpeg: only queue two buffers into the bitstream for JPEG on CODA...Philipp Zabel
2018-07-04media: coda: fix reorder detection for unknown levelsPhilipp Zabel
2018-07-04media: coda: fix encoder source stridePhilipp Zabel
2018-02-26media: coda: Add i.MX51 (CodaHx4) supportPhilipp Zabel