[MPlayer-dev-eng] [PATCH] AVParser for audio support

Reimar Döffinger Reimar.Doeffinger at gmx.de
Wed Aug 26 20:22:16 CEST 2009


On Wed, Aug 26, 2009 at 08:17:34PM +0200, Nico Sabbi wrote:
> Il giorno mer, 26/08/2009 alle 19.42 +0200, Reimar Döffinger ha scritto:
> > Hello,
> > probably quite some room for improvements, though I think it is a good
> > step forward even if it is still a bit ugly.
> > It allows to use ffdca and ffac3 with the native AVI and MPEG demuxers.
> > _______________________________________________
> > MPlayer-dev-eng mailing list
> > MPlayer-dev-eng at mplayerhq.hu
> > https://lists.mplayerhq.hu/mailman/listinfo/mplayer-dev-eng
> 
> fine for me, but what happens with unsupported audio formats? Or with
> aac?

They are treated the same as currently, i.e. no parsing is done (simply
because we don't know a lavc codec ID for it, which disables the
AVParser code).
I extended the code locally to also cover mp3/mp2 audio.
No idea what the situation with AAC is, are there any files that need
a parser to work with FFmpeg's faac? With my samples missing SBR support
is the only issue.



More information about the MPlayer-dev-eng mailing list