summaryrefslogtreecommitdiff
path: root/libavcodec/cbs_bsf.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/cbs_bsf: use ff_cbs_read_packet_side_data() to parse extradata in pac...James Almer2021-08-141-5/+2
* avcodec/avcodec: Stop including bsf.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-271-1/+1
* avcodec: use the buffer_size_t typedef where requiredJames Almer2021-03-101-1/+1
* cbs: Implement common parts of cbs-based bitstream filters separatelyMark Thompson2021-01-211-0/+159