summaryrefslogtreecommitdiff
path: root/drivers/media/platform/coda/coda-bit.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-28[media] coda: drop JPEG buffers not framed by SOI and EOI markersPhilipp Zabel1-0/+10
2014-10-28[media] coda: allow userspace to set compressed buffer size in a certain rangePhilipp Zabel1-2/+2
2014-10-28[media] coda: try to only queue a single JPEG into the bitstreamPhilipp Zabel1-0/+8
2014-10-28[media] coda: pad input stream for JPEG decoderPhilipp Zabel1-0/+20
2014-10-28[media] coda: store bitstream buffer position with buffer metadataPhilipp Zabel1-22/+31
2014-10-28[media] coda: add CODA7541 JPEG supportPhilipp Zabel1-32/+71
2014-10-28[media] coda: add support for planar YCbCr 4:2:2 (YUV422P) formatPhilipp Zabel1-1/+13
2014-10-28[media] coda: add support for partial interleaved YCbCr 4:2:0 (NV12) formatPhilipp Zabel1-5/+21
2014-10-28[media] coda: simplify frame memory control register handlingPhilipp Zabel1-4/+4
2014-10-28[media] coda: disable rotator if not neededPhilipp Zabel1-2/+4
2014-10-28[media] coda: add coda_write_base helperPhilipp Zabel1-54/+14
2014-09-21[media] coda: coda-bit: Include "<linux/slab.h>"Fabio Estevam1-0/+1
2014-08-22[media] coda: checkpatch cleanupPhilipp Zabel1-53/+90
2014-08-22[media] coda: fix timestamp list handlingPhilipp Zabel1-9/+19
2014-08-22[media] coda: improve allocation error messagesPhilipp Zabel1-1/+3
2014-08-22[media] coda: allow running coda without iram on mx6dlPhilipp Zabel1-0/+3
2014-08-22[media] coda: remove unnecessary peek at next destination buffer from coda_fi...Philipp Zabel1-2/+0
2014-08-22[media] coda: move BIT specific functions into separate filePhilipp Zabel1-0/+1810