summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/hantro
Commit message (Expand)AuthorAgeFilesLines
* media: uapi: move H264 stateless controls out of stagingEzequiel Garcia2020-12-032-17/+17
* media: Clean stateless control includesEzequiel Garcia2020-12-031-3/+1
* media: hantro: Use VP8 lengths defined in uapiEmmanuel Gil Peyrot2020-12-031-2/+2
* Merge tag 'v5.9-rc4' into patchworkMauro Carvalho Chehab2020-09-072-2/+2
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-2/+2
* | media: hantro: Use H264_SCALING_MATRIX only when requiredEzequiel Garcia2020-09-012-3/+6
* | media: hantro: Don't require unneeded H264_SLICE_PARAMSEzequiel Garcia2020-09-013-12/+0
* | media: uapi: h264: Clean slice invariants syntax elementsEzequiel Garcia2020-09-012-13/+11
* | media: hantro: postproc: Fix motion vector space allocationEzequiel Garcia2020-09-011-1/+3
* | media: hantro: h264: Get the correct fallback reference bufferEzequiel Garcia2020-09-011-1/+1
|/
* hantro: h264: Refuse to decode unsupported bitstreamEzequiel Garcia2020-07-191-3/+26
* hantro: Make sure we don't use post-processor on an encoderEzequiel Garcia2020-07-191-4/+6
* hantro: Remove unused bytesused argumentEzequiel Garcia2020-07-195-15/+12
* hantro: Move hantro_enc_buf_finish to JPEG codec_ops.doneEzequiel Garcia2020-07-195-41/+24
* hantro: Rework how encoder and decoder are identifiedEzequiel Garcia2020-07-193-23/+20
* hantro: h264: Rename scaling list handling functionEzequiel Garcia2020-07-191-2/+2
* hantro: h264: Remove unused macro definitionEzequiel Garcia2020-07-191-2/+0
* media: Add V4L2_TYPE_IS_CAPTURE helperEzequiel Garcia2020-07-191-1/+1
* media: hantro: h264: Use the generic H264 reflist builderBoris Brezillon2020-04-212-229/+9
* media: hantro: Refactor for V4L2 API spec compliancyEzequiel Garcia2020-04-142-26/+47
* media: hantro: Move H264 motion vector calculation to a helperEzequiel Garcia2020-04-143-27/+33
* media: hantro: Remove unneeded hantro_dec_buf_finishEzequiel Garcia2020-04-141-10/+0
* media: hantro: Use v4l2_m2m_buf_done_and_job_finishEzequiel Garcia2020-04-141-9/+9
* media: hantro: Set buffers' zeroth plane payload in .buf_prepareEzequiel Garcia2020-04-141-5/+11
* media: Kconfig files: use select for V4L2 subdevs and MCMauro Carvalho Chehab2020-04-141-2/+3
* media: add SPDX headers on Kconfig and Makefile filesMauro Carvalho Chehab2020-04-141-0/+2
* Merge tag 'staging-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-03-301-6/+6
|\
| * Merge 5.6-rc7 into staging-nextGreg Kroah-Hartman2020-03-231-2/+2
| |\
| * | staging: media: hantro: remove parenthesesKaaira Gupta2020-03-171-6/+6
* | | media: hantro: add initial i.MX8MQ supportPhilipp Zabel2020-03-245-4/+239
* | | media: hantro: Prevent encoders from using post-processingEzequiel Garcia2020-02-241-1/+1
* | | media: hantro: fix extra MV/MC sync space calculationPhilipp Zabel2020-02-241-1/+1
* | | media: hantro: Write quantization table registers in increasing addresses orderAndrzej Pietrasiewicz2020-02-242-0/+12
* | | media: hantro: Write the quantization tables in proper orderAndrzej Pietrasiewicz2020-02-244-20/+55
* | | media: hantro: Use standard luma quantization tableAndrzej Pietrasiewicz2020-02-241-8/+8
* | | media: hantro: Read be32 words starting at every fourth byteAndrzej Pietrasiewicz2020-02-242-4/+14
* | | media: staging/media: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil2020-02-241-1/+1
* | | media: hantro: Support H264 profile controlHirokazu Honda2020-02-241-0/+10
| |/ |/|
* | media: hantro: Fix broken media controller linksEzequiel Garcia2020-02-241-2/+2
|/
* media: hantro: fix post-processing NULL pointer dereferenceJonas Karlman2020-01-231-0/+6
* media: hantro: remove a pointless NULL checkDan Carpenter2020-01-091-1/+1
* media: hantro: Support color conversion via post-processingEzequiel Garcia2019-12-1611-11/+343
* media: hantro: Rename {prepare,finish}_run to {start,end}_prepare_runEzequiel Garcia2019-12-1610-18/+18
* media: hantro: Cleanup format negotiation helpersEzequiel Garcia2019-12-161-33/+20
* media: hantro: Set H264 FIELDPIC_FLAG_E flag correctlyJonas Karlman2019-11-101-1/+1
* media: hantro: Remove now unused H264 pic_sizeJonas Karlman2019-11-102-8/+0
* media: hantro: Use output buffer width and height for H264 decodingJonas Karlman2019-11-101-2/+2
* media: hantro: Reduce H264 extra space for motion vectorsJonas Karlman2019-11-101-2/+18
* media: hantro: Fix H264 motion vector buffer offsetJonas Karlman2019-11-101-9/+22
* media: hantro: Fix s_fmt for dynamic resolution changesEzequiel Garcia2019-11-101-9/+19