[FFmpeg-devel] [Toy] Aura 1 and 2 decoder
Kostya
kostya.shishkov
Sun Mar 22 06:13:36 CET 2009
On Sun, Mar 22, 2009 at 02:38:34AM +0100, Michael Niedermayer wrote:
> On Mon, Mar 16, 2009 at 09:32:59AM +0200, Kostya wrote:
> > $subj - a lazy hack done with a left leg.
> > Released before it too rotten.
>
[AURA2 review]
Well, it was copied straight from cyuv.c so all the comments (except table
pointers) belong to it as well. I agree that some old code should be rewritten
to be more in shape.
> [...]
> > Index: libavformat/riff.c
> > ===================================================================
> > --- libavformat/riff.c (revision 17586)
> > +++ libavformat/riff.c (working copy)
> > @@ -201,6 +201,8 @@
> > { CODEC_ID_RPZA, MKTAG('R', 'P', 'Z', 'A') },
> > { CODEC_ID_RPZA, MKTAG('r', 'p', 'z', 'a') },
> > { CODEC_ID_SP5X, MKTAG('S', 'P', '5', '4') },
> > + { CODEC_ID_AURA, MKTAG('A', 'U', 'R', 'A') },
> > + { CODEC_ID_AURA2, MKTAG('A', 'U', 'R', '2') },
> > { CODEC_ID_NONE, 0 }
> > };
> >
>
> hunk ok, also the one adding these to avcodec.h
Will add.
> [...]
> --
> Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
More information about the ffmpeg-devel
mailing list