summaryrefslogtreecommitdiff
path: root/drivers/media/platform/coda/coda-bit.c
AgeCommit message (Expand)Author
2019-08-04media: coda: Remove unbalanced and unneeded mutex unlockEzequiel Garcia
2019-08-04media: coda: increment sequence offset for the last returned framePhilipp Zabel
2019-08-04media: coda: fix mpeg2 sequence number handlingPhilipp Zabel
2019-05-31media: coda: clear error return value before picture runPhilipp Zabel
2016-03-16Merge tag 'media/v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2016-03-09dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez
2016-02-01[media] coda: fix first encoded frame payloadPhilipp Zabel
2015-12-23[media] coda: relax coda_jpeg_check_buffer for trailing bytesPhilipp Zabel
2015-12-18[media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung
2015-10-01[media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Junghak Sung
2015-08-11[media] coda: drop zero payload bitstream buffersZahari Doychev
2015-07-17[media] coda: add macroblock tiling supportPhilipp Zabel
2015-07-17[media] coda: move cache setup into coda9_set_frame_cache, also use it in sta...Philipp Zabel
2015-07-17[media] coda: implement VBV delay and buffer size controlsPhilipp Zabel
2015-07-17[media] coda: reset CODA960 hardware after sequence endPhilipp Zabel
2015-07-17[media] coda: rework meta counting and add separate lockPhilipp Zabel
2015-07-17[media] coda: use event class to deduplicate v4l2 trace eventsPhilipp Zabel
2015-07-17[media] coda: avoid calling SEQ_END twicePhilipp Zabel
2015-07-17[media] coda: keep buffers on the queue in bitstream end modePhilipp Zabel
2015-07-17[media] coda: fix mvcol buffer for MPEG4 decodingPhilipp Zabel
2015-07-17[media] coda: clamp frame sequence counters to 16 bitLucas Stach
2015-05-12[media] coda: Set last buffer flag and fix EOS eventPhilipp Zabel
2015-04-10[media] coda: Add tracing supportPhilipp Zabel
2015-04-10[media] coda: drop dma_sync_single_for_device in coda_bitstream_queuePhilipp Zabel
2015-04-10[media] coda: fix fill bitstream errors in nonstreaming casePhilipp Zabel
2015-04-10[media] coda: remove duplicate error messages for buffer allocationsPhilipp Zabel
2015-04-10[media] coda: move parameter buffer in together with context buffer allocationPhilipp Zabel
2015-04-10[media] coda: allocate bitstream buffer from REQBUFS, size depends on the formatPhilipp Zabel
2015-04-10[media] coda: allocate per-context buffers from REQBUFSPhilipp Zabel
2015-02-02[media] coda: free context buffers under buffer mutexPhilipp Zabel
2015-02-02[media] coda: don't ever use subsampling ping-pong buffers as reconstructed r...Philipp Zabel
2015-02-02[media] coda: fix width validity check when starting to decodeMarkus Pargmann
2015-02-02[media] coda: clear RET_DEC_PIC_SUCCESS flag in prepare_decodePhilipp Zabel
2015-02-02[media] coda: adjust sequence offset after unexpected decoded frameLucas Stach
2015-02-02[media] coda: move meta out of paddingPhilipp Zabel
2014-10-28[media] coda: drop JPEG buffers not framed by SOI and EOI markersPhilipp Zabel
2014-10-28[media] coda: allow userspace to set compressed buffer size in a certain rangePhilipp Zabel
2014-10-28[media] coda: try to only queue a single JPEG into the bitstreamPhilipp Zabel
2014-10-28[media] coda: pad input stream for JPEG decoderPhilipp Zabel
2014-10-28[media] coda: store bitstream buffer position with buffer metadataPhilipp Zabel
2014-10-28[media] coda: add CODA7541 JPEG supportPhilipp Zabel
2014-10-28[media] coda: add support for planar YCbCr 4:2:2 (YUV422P) formatPhilipp Zabel
2014-10-28[media] coda: add support for partial interleaved YCbCr 4:2:0 (NV12) formatPhilipp Zabel
2014-10-28[media] coda: simplify frame memory control register handlingPhilipp Zabel
2014-10-28[media] coda: disable rotator if not neededPhilipp Zabel
2014-10-28[media] coda: add coda_write_base helperPhilipp Zabel
2014-09-21[media] coda: coda-bit: Include "<linux/slab.h>"Fabio Estevam
2014-08-21[media] coda: checkpatch cleanupPhilipp Zabel
2014-08-21[media] coda: fix timestamp list handlingPhilipp Zabel