aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/coda
AgeCommit message (Expand)Author
2019-07-31media: drivers: media: coda: fix warning same module namesAnders Roxell
2019-07-26media: coda: Remove unbalanced and unneeded mutex unlockEzequiel Garcia
2019-07-26media: coda: increment sequence offset for the last returned framePhilipp Zabel
2019-07-26media: coda: fix last buffer handling in V4L2_ENC_CMD_STOPMarco Felsch
2019-07-26media: coda: fix mpeg2 sequence number handlingPhilipp Zabel
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-08media: coda: fix unset field and fail on invalid field in buf_preparePhilipp Zabel
2019-04-22media: coda: throw error on create_bufs with too small sizePhilipp Zabel
2019-04-22media: coda: allow encoder to set colorimetry on the output queuePhilipp Zabel
2019-04-22media: coda: implement encoder frame size enumerationPhilipp Zabel
2019-04-22media: coda: disable encoder command on decoder and vice versaPhilipp Zabel
2019-04-22media: coda: add min number of buffers controlsPhilipp Zabel
2019-04-22media: coda: clear error return value before picture runPhilipp Zabel
2019-04-22media: coda: remove mask from decoder h.264 level controlPhilipp Zabel
2019-04-22media: coda: set codec earlierPhilipp Zabel
2019-03-01media: platform: fix several typosMauro Carvalho Chehab
2019-01-21media: coda: fix decoder capture buffer payloadPhilipp Zabel
2019-01-21media: coda: use macroblock tiling on CODA960 onlyPhilipp 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: debug output when setting visible size via crop selectionPhilipp Zabel
2018-11-23media: coda: normalise debug outputPhilipp Zabel
2018-11-23media: coda: improve queue busy error messagePhilipp Zabel
2018-11-23media: coda: print SEQ_INIT error code as hex valueMichael Tretter
2018-11-23media: coda: fail S_SELECTION for read-only targetsPhilipp Zabel
2018-11-23media: coda: never set infinite timeperframePhilipp Zabel
2018-11-23media: coda: implement ENUM_FRAMEINTERVALSPhilipp Zabel
2018-11-23media: coda: set V4L2_CAP_TIMEPERFRAME flag in coda_s_parmPhilipp Zabel
2018-11-23media: coda: don't disable IRQs across buffer meta handlingLucas Stach
2018-11-23media: coda: remove unused instances listPhilipp Zabel
2018-11-23media: coda: reduce minimum frame size to 48x16 pixels.Philipp Zabel
2018-11-23media: coda: limit queueing into internal bitstream bufferLucas Stach
2018-11-23media: coda: always hold back decoder jobs until we have enough bitstream pay...Philipp Zabel
2018-11-23media: coda: store unmasked fifo position in metaPhilipp Zabel
2018-11-23media: coda: fix memory corruption in case more than 32 instances are openedPhilipp Zabel
2018-09-24media: coda: don't overwrite h.264 profile_idc on decoder instanceLucas Stach
2018-09-24media: coda: remove redundant null pointer check before of_node_putzhong jiang
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
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: add missing h.264 levelsPhilipp 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-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap