[FFmpeg-devel] [PATCH 4/6] avformat: add argo_asf muxer

Zane van Iperen zane at zanevaniperen.com
Fri Sep 11 16:04:10 EEST 2020


On Fri, 11 Sep 2020 13:45:58 +0200
"Paul B Mahol" <onemda at gmail.com> wrote:

> 
> On Sun, Aug 02, 2020 at 10:21:12AM +0000, Zane van Iperen wrote:
> > Signed-off-by: Zane van Iperen <zane at zanevaniperen.com>
> > ---
> >  Changelog                |   1 +
> >  libavformat/Makefile     |   1 +
> >  libavformat/allformats.c |   1 +
> >  libavformat/argo_asf.c   | 123 ++++++++++++++++++++++++++++++++++++++-
> >  libavformat/version.h    |   2 +-
> >  5 files changed, 126 insertions(+), 2 deletions(-)
> >
> 
> I see that argo decoder does not use block_align at all.
> 
> That is very harmful and have big decoding CPU overhead.
> 
> There is no point to decode from very small packets...
> 
> Instead make use of block_align and use bigger packets.

The patch you're replying to was from July, is this in regards to my
ping on the BRP demuxer patch?

I agree it could be changed to use bigger packets, but one thing at a
time. This'll be a task once the BRP demuxer is merged.



More information about the ffmpeg-devel mailing list