summaryrefslogtreecommitdiff
path: root/libavcodec/bitstream_filters.c
Commit message (Collapse)AuthorAge
* lavc: add a bitstream filter for splitting VP9 superframesAnton Khirnov2016-12-14
| | | | Partially based on code by Ronald S. Bultje <rsbultje@gmail.com>.
* lavc: add a null bitstream filterAnton Khirnov2016-12-14
| | | | | | It is useful for testing/debugging and will also be used as the default filter in the following commit adding pre-decode filtering to avoid having a separate non-filtered codepath.
* lavc: add a bitstream filter for extracting extradata from packetsAnton Khirnov2016-10-16
| | | | | This is intended as a replacement for the 'split' function exported by some parsers.
* Generate the lists of enabled protocols/bsfs from configure.Anton Khirnov2016-04-19
|
* lavc: add a new bitstream filtering APIAnton Khirnov2016-03-20
Deprecate the current bitstream filtering API.