[FFmpeg-devel] [PATCH 1/7] lavf: add API to apply a list of bsfs to a packet

Moritz Barsnick barsnick at gmx.net
Tue Dec 1 11:06:48 CET 2015


On Mon, Nov 30, 2015 at 18:05:25 -0600, Rodger Combs wrote:
>  libavformat/avformat.h | 11 +++++++++++
>  libavformat/utils.c    | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 60 insertions(+)

I would find it useful to have an informational message (at least in
loglevel debug, perhaps even in loglevel default) about automatically
inserted bitstream filters.

OTOH (unrelated), currently, even explicitly inserted bitstream filters
don't mention themselves in logs at all. Whereas, in loglevel debug, I
can observe every implicit and explicit video/audio filter and its
connections.

Thanks for the patchset, BTW. I think it removes one of my biggest
personal grudges against ffmpeg and its usage. ;-)

(Untested, BTW.)

Moritz


More information about the ffmpeg-devel mailing list