aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/hantro/hantro_h264.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-31media: destage Hantro VPU driverEzequiel Garcia1-521/+0
2022-05-17media: hantro: Add H.264 field decoding supportNicolas Dufresne1-14/+108
2022-05-17media: hantro: h264: Make dpb entry management more robustJonas Karlman1-6/+4
2022-05-17media: hantro: Stop using H.264 parameter pic_numNicolas Dufresne1-2/+0
2021-07-22media: hantro: h264: Move reference picture number to a helperEzequiel Garcia1-0/+11
2021-07-22media: hantro: h264: Move DPB valid and long-term bitmapsEzequiel Garcia1-0/+13
2020-12-03media: uapi: move H264 stateless controls out of stagingEzequiel Garcia1-4/+4
2020-09-01media: hantro: Use H264_SCALING_MATRIX only when requiredEzequiel Garcia1-0/+4
2020-09-01media: hantro: Don't require unneeded H264_SLICE_PARAMSEzequiel Garcia1-5/+0
2020-09-01media: uapi: h264: Clean slice invariants syntax elementsEzequiel Garcia1-2/+1
2020-09-01media: hantro: h264: Get the correct fallback reference bufferEzequiel Garcia1-1/+1
2020-07-19hantro: h264: Rename scaling list handling functionEzequiel Garcia1-2/+2
2020-07-19hantro: h264: Remove unused macro definitionEzequiel Garcia1-2/+0
2020-04-21media: hantro: h264: Use the generic H264 reflist builderBoris Brezillon1-229/+8
2019-12-16media: hantro: Rename {prepare,finish}_run to {start,end}_prepare_runEzequiel Garcia1-1/+1
2019-11-10media: hantro: Remove now unused H264 pic_sizeJonas Karlman1-5/+0
2019-11-09media: hantro: Do not reorder H264 scaling listJonas Karlman1-39/+12
2019-10-01media: hantro: h264: Fix the frame_num wraparound caseBoris Brezillon1-1/+22
2019-10-01media: hantro: h264: Rename POC_CMP() into HANTRO_CMP()Boris Brezillon1-11/+11
2019-10-01media: hantro: h264: Fix a comment in b1_ref_list_cmp()Boris Brezillon1-1/+1
2019-10-01media: hantro: Simplify buffer helpersEzequiel Garcia1-11/+8
2019-08-19media: hantro: Add core bits to support H264 decodingHertz Wong1-0/+646