aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/vvc_parser.c
Commit message (Expand)AuthorAgeFilesLines
* lavc/vvc_parser: Fix integer overflow calculating framerateFrank Plowman2024-04-091-2/+2
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* lavc/vvc_parser: small cleanup for styleJun Zhao2024-03-231-4/+4
* avcodec/vvc_parser: Avoid undefined overflow in POC computationMichael Niedermayer2023-09-221-2/+2
* avcodec/cbs_h2645: fix parsing and storing Picture Header references in the c...James Almer2023-06-301-5/+5
* avcodec/vvc_parser: Mark close function as av_coldAndreas Rheinhardt2023-06-301-1/+1
* avcodec/vvc_parser: Don't store state unnecessarilyAndreas Rheinhardt2023-06-301-62/+1
* avcodec/vvc_parser: Remove unnecessary headersAndreas Rheinhardt2023-06-291-2/+0
* avcodec/vvc_parser: Constify parserAndreas Rheinhardt2023-06-291-1/+1
* avcodec: add bitstream parser for H266/VVCNuo Mi2023-06-291-0/+580