aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/apv_parser.c
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/apv_parser: Mark close as av_coldAndreas Rheinhardt2025-05-151-1/+1
| | | | Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avcodec/apv_parser: use an AVBufferRef to avoid data copyingJames Almer2025-05-041-1/+17
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec/cbs: add an AVBufferRef input argument to ff_cbs_read()James Almer2025-05-041-1/+1
| | | | | | To allow taking a reference from an existing buffer outside of AVPackets. Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec: add an APV parserJames Almer2025-05-011-0/+133
Signed-off-by: James Almer <jamrial@gmail.com>