summaryrefslogtreecommitdiff
path: root/drivers/staging/media/hantro
AgeCommit message (Expand)AuthorFilesLines
2020-12-03media: uapi: move H264 stateless controls out of stagingEzequiel Garcia2-17/+17
2020-12-03media: Clean stateless control includesEzequiel Garcia1-3/+1
2020-12-03media: hantro: Use VP8 lengths defined in uapiEmmanuel Gil Peyrot1-2/+2
2020-09-07Merge tag 'v5.9-rc4' into patchworkMauro Carvalho Chehab2-2/+2
2020-09-01media: hantro: Use H264_SCALING_MATRIX only when requiredEzequiel Garcia2-3/+6
2020-09-01media: hantro: Don't require unneeded H264_SLICE_PARAMSEzequiel Garcia3-12/+0
2020-09-01media: uapi: h264: Clean slice invariants syntax elementsEzequiel Garcia2-13/+11
2020-09-01media: hantro: postproc: Fix motion vector space allocationEzequiel Garcia1-1/+3
2020-09-01media: hantro: h264: Get the correct fallback reference bufferEzequiel Garcia1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-2/+2
2020-07-19hantro: h264: Refuse to decode unsupported bitstreamEzequiel Garcia1-3/+26
2020-07-19hantro: Make sure we don't use post-processor on an encoderEzequiel Garcia1-4/+6
2020-07-19hantro: Remove unused bytesused argumentEzequiel Garcia5-15/+12
2020-07-19hantro: Move hantro_enc_buf_finish to JPEG codec_ops.doneEzequiel Garcia5-41/+24
2020-07-19hantro: Rework how encoder and decoder are identifiedEzequiel Garcia3-23/+20
2020-07-19hantro: h264: Rename scaling list handling functionEzequiel Garcia1-2/+2
2020-07-19hantro: h264: Remove unused macro definitionEzequiel Garcia1-2/+0
2020-07-19media: Add V4L2_TYPE_IS_CAPTURE helperEzequiel Garcia1-1/+1
2020-04-21media: hantro: h264: Use the generic H264 reflist builderBoris Brezillon2-229/+9
2020-04-14media: hantro: Refactor for V4L2 API spec compliancyEzequiel Garcia2-26/+47
2020-04-14media: hantro: Move H264 motion vector calculation to a helperEzequiel Garcia3-27/+33
2020-04-14media: hantro: Remove unneeded hantro_dec_buf_finishEzequiel Garcia1-10/+0
2020-04-14media: hantro: Use v4l2_m2m_buf_done_and_job_finishEzequiel Garcia1-9/+9
2020-04-14media: hantro: Set buffers' zeroth plane payload in .buf_prepareEzequiel Garcia1-5/+11
2020-04-14media: Kconfig files: use select for V4L2 subdevs and MCMauro Carvalho Chehab1-2/+3
2020-04-14media: add SPDX headers on Kconfig and Makefile filesMauro Carvalho Chehab1-0/+2
2020-03-31Merge tag 'staging-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+6
2020-03-24media: hantro: add initial i.MX8MQ supportPhilipp Zabel5-4/+239
2020-03-23Merge 5.6-rc7 into staging-nextGreg Kroah-Hartman1-2/+2
2020-03-17staging: media: hantro: remove parenthesesKaaira Gupta1-6/+6
2020-02-24media: hantro: Prevent encoders from using post-processingEzequiel Garcia1-1/+1
2020-02-24media: hantro: fix extra MV/MC sync space calculationPhilipp Zabel1-1/+1
2020-02-24media: hantro: Write quantization table registers in increasing addresses orderAndrzej Pietrasiewicz2-0/+12
2020-02-24media: hantro: Write the quantization tables in proper orderAndrzej Pietrasiewicz4-20/+55
2020-02-24media: hantro: Use standard luma quantization tableAndrzej Pietrasiewicz1-8/+8
2020-02-24media: hantro: Read be32 words starting at every fourth byteAndrzej Pietrasiewicz2-4/+14
2020-02-24media: staging/media: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil1-1/+1
2020-02-24media: hantro: Support H264 profile controlHirokazu Honda1-0/+10
2020-02-24media: hantro: Fix broken media controller linksEzequiel Garcia1-2/+2
2020-01-23media: hantro: fix post-processing NULL pointer dereferenceJonas Karlman1-0/+6
2020-01-09media: hantro: remove a pointless NULL checkDan Carpenter1-1/+1
2019-12-16media: hantro: Support color conversion via post-processingEzequiel Garcia11-11/+343
2019-12-16media: hantro: Rename {prepare,finish}_run to {start,end}_prepare_runEzequiel Garcia10-18/+18
2019-12-16media: hantro: Cleanup format negotiation helpersEzequiel Garcia1-33/+20
2019-11-10media: hantro: Set H264 FIELDPIC_FLAG_E flag correctlyJonas Karlman1-1/+1
2019-11-10media: hantro: Remove now unused H264 pic_sizeJonas Karlman2-8/+0
2019-11-10media: hantro: Use output buffer width and height for H264 decodingJonas Karlman1-2/+2
2019-11-10media: hantro: Reduce H264 extra space for motion vectorsJonas Karlman1-2/+18
2019-11-10media: hantro: Fix H264 motion vector buffer offsetJonas Karlman1-9/+22
2019-11-10media: hantro: Fix s_fmt for dynamic resolution changesEzequiel Garcia1-9/+19