[FFmpeg-devel] [PATCH] avformat: Allow forcing use of AVParsers

Hendrik Leppkes h.leppkes at gmail.com
Mon Sep 5 14:08:16 EEST 2016


On Mon, Sep 5, 2016 at 12:17 PM, Ronald S. Bultje <rsbultje at gmail.com> wrote:
> It was proposed that we could go one step further and do parsing
> not in the demuxer step (av_read_frame)

Personally, I use avformat demuxing with a bunch of other decoders
which might still need the parser to run first to re-package frames on
proper boundaries, so having the decoders do that instead of the
demuxers sounds like the wrong approach to me.
A demuxer should ideally output fully re-constructed packages, and not
a raw bitstream that still needs re-construction before decoding, at
least IMHO.

- Hendrik


More information about the ffmpeg-devel mailing list