summaryrefslogtreecommitdiff
path: root/libavcodec/vp9_metadata_bsf.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/bsf: Add FFBitStreamFilter, hide internals of BSFsAndreas Rheinhardt2022-03-231-6/+6
* vp9_metadata_bsf: Use common cbs bsf implementationMark Thompson2021-01-211-45/+16
* avcodec/cbs: Remove unused function parametersAndreas Rheinhardt2020-07-071-2/+2
* avcodec.h: split bitstream filters API into its own headerAnton Khirnov2020-05-221-0/+1
* lavc: rename bsf.h to bsf_internal.hAnton Khirnov2020-05-221-1/+1
* vp9_metadata: Improve spec-compliance and warningsAndreas Rheinhardt2019-07-281-12/+28
* vp9_metadata: Avoid allocations and copies of packet structuresAndreas Rheinhardt2019-07-071-11/+5
* libavcodec/cbs: Stop needlessly reallocating the units arrayAndreas Rheinhardt2019-02-251-1/+3
* lavc: Add VP9 metadata bitstream filterMark Thompson2018-05-021-0/+162