summaryrefslogtreecommitdiff
path: root/libavcodec/opus_metadata_bsf.c
Commit message (Collapse)AuthorAge
* lavc: rename bsf.h to bsf_internal.hAnton Khirnov2020-05-22
| | | | This will allow adding a public header named bsf.h
* avcodec/(null|opus_metadata)_bsf: Use ff_bsf_get_packet_ref() directlyAndreas Rheinhardt2020-05-08
| | | | | Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
* lavc/bsf: add an Opus metadata bitstream filterLynne2020-05-05
The only adjustable field is the gain. Some ripping/transcoding programs have started to use it.