summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/coda/coda-bit.c
Commit message (Expand)AuthorAgeFilesLines
* media: coda: Add i.MX51 (CodaHx4) supportPhilipp Zabel2018-02-261-12/+34
* media: coda: use correct offset for mpeg4 decoder mvcol bufferPhilipp Zabel2017-12-181-9/+7Star
* media: coda: allocate space for mpeg4 decoder mvcol bufferPhilipp Zabel2017-12-181-2/+4
* media: coda: round up frame sizes to multiples of 16 for MPEG-4 decoderPhilipp Zabel2017-12-181-0/+1
* media: coda: Handle return value of kasprintfArvind Yadav2017-10-271-0/+4
* media: coda: fix decoder sequence init escape flagPhilipp Zabel2017-08-081-8/+5Star
* media: coda: mark CODA960 firmware versions 2.3.10 and 3.1.1 as supportedPhilipp Zabel2017-07-191-0/+2
* media: coda: set MPEG-4 encoder class registerPhilipp Zabel2017-07-191-0/+4
* media: coda: align internal mpeg4 framebuffers to 16x16 macroblocksPhilipp Zabel2017-07-191-1/+2
* media: coda: set field of destination buffersPhilipp Zabel2017-07-191-0/+2
* media: coda: extend GOP size rangePhilipp Zabel2017-07-191-2/+3
* media: coda: rename the picture run timeout error handlerPhilipp Zabel2017-06-241-2/+2
* media: coda: ctx->codec is not NULL in coda_alloc_framebuffersPhilipp Zabel2017-06-241-2/+2
* [media] coda: first step at error recoveryLucas Stach2017-06-201-0/+20
* [media] coda: use correct offset for mvcol bufferLucas Stach2017-06-201-4/+4
* [media] coda: copy headers in front of every I-framePhilipp Zabel2017-06-071-4/+5
* [media] coda: implement forced key framesPhilipp Zabel2017-06-071-4/+8
* [media] coda: disable reordering for baseline profile h.264 streamsPhilipp Zabel2017-03-221-2/+42
* [media] coda: pad first h.264 buffer to 512 bytesPhilipp Zabel2017-03-221-2/+26
* [media] coda: keep queued buffers on a temporary list during start_streamingPhilipp Zabel2017-03-221-6/+22
* [media] coda: support YUYV output if VDOA is usedMichael Tretter2017-01-311-2/+5
* [media] coda: use VDOA for un-tiling custom macroblock formatMichael Tretter2017-01-311-25/+61
* [media] coda: fix frame index to returned errorMichael Tretter2017-01-311-1/+1
* Merge tag 'media/v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2016-03-171-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/+0Star
* [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/+4Star
* [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