Go to the source code of this file.
Data Structures
The bitstream filter state.
More...
Functions
Iterate over all registered bitstream filters.
More...
Allocate a context for a given bitstream filter.
More...
Prepare the filter for use, after all the parameters and options have been set.
More...
Submit a packet for filtering.
More...
Retrieve a filtered packet.
More...
Reset the internal bitstream filter state.
More...
Free a bitstream filter context and everything associated with it; write NULL into the supplied pointer.
More...
Allocate empty list of bitstream filters.
More...
Free list of bitstream filters.
More...
Append bitstream filter to the list of bitstream filters.
More...
Construct new bitstream filter context given it's name and options and append it to the list of bitstream filters.
More...
Finalize list of bitstream filters.
More...
Parse string describing list of bitstream filters and create single
AVBSFContext describing the whole chain of bitstream filters.
More...
Get null/pass-through bitstream filter.
More...