summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/coda/coda-bit.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'media/v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2016-03-161-1/+1
|\
| * [media] coda: fix first encoded frame payloadPhilipp Zabel2016-02-011-1/+1
* | dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez2016-03-091-5/+5
|/
* [media] coda: relax coda_jpeg_check_buffer for trailing bytesPhilipp Zabel2015-12-231-1/+1
* [media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung2015-12-181-3/+3
* [media] media: videobuf2: Restructure vb2_bufferJunghak Sung2015-10-011-65/+68
* [media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Junghak Sung2015-10-011-1/+1
* [media] coda: drop zero payload bitstream buffersZahari Doychev2015-08-111-0/+7
* [media] coda: add macroblock tiling supportPhilipp Zabel2015-07-171-11/+37
* [media] coda: move cache setup into coda9_set_frame_cache, also use it in sta...Philipp Zabel2015-07-171-20/+25
* [media] coda: implement VBV delay and buffer size controlsPhilipp Zabel2015-07-171-1/+4
* [media] coda: reset CODA960 hardware after sequence endPhilipp Zabel2015-07-171-0/+8
* [media] coda: rework meta counting and add separate lockPhilipp Zabel2015-07-171-2/+14
* [media] coda: use event class to deduplicate v4l2 trace eventsPhilipp Zabel2015-07-171-1/+1
* [media] coda: avoid calling SEQ_END twicePhilipp Zabel2015-07-171-0/+8
* [media] coda: keep buffers on the queue in bitstream end modePhilipp Zabel2015-07-171-0/+3
* [media] coda: fix mvcol buffer for MPEG4 decodingPhilipp Zabel2015-07-171-1/+1
* [media] coda: clamp frame sequence counters to 16 bitLucas Stach2015-07-171-1/+8
* [media] coda: Set last buffer flag and fix EOS eventPhilipp Zabel2015-05-121-2/+2
* [media] coda: Add tracing supportPhilipp Zabel2015-04-101-1/+23
* [media] coda: drop dma_sync_single_for_device in coda_bitstream_queuePhilipp Zabel2015-04-101-4/+0
* [media] coda: fix fill bitstream errors in nonstreaming casePhilipp Zabel2015-04-101-4/+7
* [media] coda: remove duplicate error messages for buffer allocationsPhilipp Zabel2015-04-101-17/+4
* [media] coda: move parameter buffer in together with context buffer allocationPhilipp Zabel2015-04-101-1/+20
* [media] coda: allocate bitstream buffer from REQBUFS, size depends on the formatPhilipp Zabel2015-04-101-27/+58
* [media] coda: allocate per-context buffers from REQBUFSPhilipp Zabel2015-04-101-11/+44
* [media] coda: free context buffers under buffer mutexPhilipp Zabel2015-02-021-0/+2
* [media] coda: don't ever use subsampling ping-pong buffers as reconstructed r...Philipp Zabel2015-02-021-1/+4
* [media] coda: fix width validity check when starting to decodeMarkus Pargmann2015-02-021-2/+3
* [media] coda: clear RET_DEC_PIC_SUCCESS flag in prepare_decodePhilipp Zabel2015-02-021-0/+3
* [media] coda: adjust sequence offset after unexpected decoded frameLucas Stach2015-02-021-0/+1
* [media] coda: move meta out of paddingPhilipp Zabel2015-02-021-4/+5
* [media] coda: drop JPEG buffers not framed by SOI and EOI markersPhilipp Zabel2014-10-281-0/+10
* [media] coda: allow userspace to set compressed buffer size in a certain rangePhilipp Zabel2014-10-281-2/+2
* [media] coda: try to only queue a single JPEG into the bitstreamPhilipp Zabel2014-10-281-0/+8
* [media] coda: pad input stream for JPEG decoderPhilipp Zabel2014-10-281-0/+20
* [media] coda: store bitstream buffer position with buffer metadataPhilipp Zabel2014-10-281-22/+31
* [media] coda: add CODA7541 JPEG supportPhilipp Zabel2014-10-281-32/+71
* [media] coda: add support for planar YCbCr 4:2:2 (YUV422P) formatPhilipp Zabel2014-10-281-1/+13
* [media] coda: add support for partial interleaved YCbCr 4:2:0 (NV12) formatPhilipp Zabel2014-10-281-5/+21
* [media] coda: simplify frame memory control register handlingPhilipp Zabel2014-10-281-4/+4
* [media] coda: disable rotator if not neededPhilipp Zabel2014-10-281-2/+4
* [media] coda: add coda_write_base helperPhilipp Zabel2014-10-281-54/+14
* [media] coda: coda-bit: Include "<linux/slab.h>"Fabio Estevam2014-09-211-0/+1
* [media] coda: checkpatch cleanupPhilipp Zabel2014-08-211-53/+90
* [media] coda: fix timestamp list handlingPhilipp Zabel2014-08-211-9/+19
* [media] coda: improve allocation error messagesPhilipp Zabel2014-08-211-1/+3
* [media] coda: allow running coda without iram on mx6dlPhilipp Zabel2014-08-211-0/+3
* [media] coda: remove unnecessary peek at next destination buffer from coda_fi...Philipp Zabel2014-08-211-2/+0
* [media] coda: move BIT specific functions into separate filePhilipp Zabel2014-08-211-0/+1810
OpenPOWER on IntegriCloud