]> git.sesse.net Git - ffmpeg/commit
lavc: Add filter_units bitstream filter
authorMark Thompson <sw@jkqxz.net>
Tue, 6 Mar 2018 18:49:27 +0000 (18:49 +0000)
committerMark Thompson <sw@jkqxz.net>
Sun, 18 Mar 2018 18:23:18 +0000 (18:23 +0000)
commitc99f837ddecad977018fd4d737c6070d167521c4
tree522ed3f38fc9143d6e77447761542dfb52524738
parent389f4c3e0d0a26a7d3d2696017384874cf5e93fa
lavc: Add filter_units bitstream filter

This can remove units with types in or not in a given set from a stream.
For example, it can be used to remove all non-VCL NAL units from an H.264 or
H.265 stream.
configure
doc/bitstream_filters.texi
libavcodec/Makefile
libavcodec/bitstream_filters.c
libavcodec/filter_units_bsf.c [new file with mode: 0644]