summaryrefslogtreecommitdiff
path: root/drivers/media/platform/coda/coda-bit.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-27media: coda: add SPS fixup code for frame sizes that are not multiples of 16Philipp Zabel1-0/+21
2018-07-27media: coda: let CODA960 firmware set frame cropping in SPS headerPhilipp Zabel1-0/+19
2018-07-25media: coda: use encoder crop rectangle to set visible width and heightPhilipp Zabel1-12/+12
2018-07-25media: coda: streamline framebuffer size calculation a bitPhilipp Zabel1-9/+5
2018-07-25media: coda: move framebuffer size calculation out of loopPhilipp Zabel1-6/+7
2018-07-04media: coda: mark CODA960 firmware version 2.1.9 as supportedPhilipp Zabel1-0/+1
2018-07-04media: coda: jpeg: explicitly disable thumbnails in SEQ_INITPhilipp Zabel1-0/+2
2018-07-04media: coda: jpeg: only queue two buffers into the bitstream for JPEG on CODA...Philipp Zabel1-3/+4
2018-07-04media: coda: fix reorder detection for unknown levelsPhilipp Zabel1-21/+4
2018-07-04media: coda: fix encoder source stridePhilipp Zabel1-1/+2
2018-02-26media: coda: Add i.MX51 (CodaHx4) supportPhilipp Zabel1-12/+34
2017-12-18media: coda: use correct offset for mpeg4 decoder mvcol bufferPhilipp Zabel1-9/+7
2017-12-18media: coda: allocate space for mpeg4 decoder mvcol bufferPhilipp Zabel1-2/+4
2017-12-18media: coda: round up frame sizes to multiples of 16 for MPEG-4 decoderPhilipp Zabel1-0/+1
2017-10-27media: coda: Handle return value of kasprintfArvind Yadav1-0/+4
2017-08-08media: coda: fix decoder sequence init escape flagPhilipp Zabel1-8/+5
2017-07-19media: coda: mark CODA960 firmware versions 2.3.10 and 3.1.1 as supportedPhilipp Zabel1-0/+2
2017-07-19media: coda: set MPEG-4 encoder class registerPhilipp Zabel1-0/+4
2017-07-19media: coda: align internal mpeg4 framebuffers to 16x16 macroblocksPhilipp Zabel1-1/+2
2017-07-19media: coda: set field of destination buffersPhilipp Zabel1-0/+2
2017-07-19media: coda: extend GOP size rangePhilipp Zabel1-2/+3
2017-06-24media: coda: rename the picture run timeout error handlerPhilipp Zabel1-2/+2
2017-06-24media: coda: ctx->codec is not NULL in coda_alloc_framebuffersPhilipp Zabel1-2/+2
2017-06-20[media] coda: first step at error recoveryLucas Stach1-0/+20
2017-06-20[media] coda: use correct offset for mvcol bufferLucas Stach1-4/+4
2017-06-07[media] coda: copy headers in front of every I-framePhilipp Zabel1-4/+5
2017-06-07[media] coda: implement forced key framesPhilipp Zabel1-4/+8
2017-03-22[media] coda: disable reordering for baseline profile h.264 streamsPhilipp Zabel1-2/+42
2017-03-22[media] coda: pad first h.264 buffer to 512 bytesPhilipp Zabel1-2/+26
2017-03-22[media] coda: keep queued buffers on a temporary list during start_streamingPhilipp Zabel1-6/+22
2017-01-31[media] coda: support YUYV output if VDOA is usedMichael Tretter1-2/+5
2017-01-31[media] coda: use VDOA for un-tiling custom macroblock formatMichael Tretter1-25/+61
2017-01-31[media] coda: fix frame index to returned errorMichael Tretter1-1/+1
2016-03-17Merge tag 'media/v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-1/+1
2016-03-09dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez1-5/+5
2016-02-01[media] coda: fix first encoded frame payloadPhilipp Zabel1-1/+1
2015-12-23[media] coda: relax coda_jpeg_check_buffer for trailing bytesPhilipp Zabel1-1/+1
2015-12-18[media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung1-3/+3
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung1-65/+68
2015-10-01[media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Junghak Sung1-1/+1
2015-08-11[media] coda: drop zero payload bitstream buffersZahari Doychev1-0/+7
2015-07-17[media] coda: add macroblock tiling supportPhilipp Zabel1-11/+37
2015-07-17[media] coda: move cache setup into coda9_set_frame_cache, also use it in sta...Philipp Zabel1-20/+25
2015-07-17[media] coda: implement VBV delay and buffer size controlsPhilipp Zabel1-1/+4
2015-07-17[media] coda: reset CODA960 hardware after sequence endPhilipp Zabel1-0/+8
2015-07-17[media] coda: rework meta counting and add separate lockPhilipp Zabel1-2/+14
2015-07-17[media] coda: use event class to deduplicate v4l2 trace eventsPhilipp Zabel1-1/+1
2015-07-17[media] coda: avoid calling SEQ_END twicePhilipp Zabel1-0/+8
2015-07-17[media] coda: keep buffers on the queue in bitstream end modePhilipp Zabel1-0/+3
2015-07-17[media] coda: fix mvcol buffer for MPEG4 decodingPhilipp Zabel1-1/+1