[FFmpeg-cvslog] r12233 - in trunk/libavcodec: Makefile avcodec.h dct-test.c dsputil.c faanidct.c faanidct.h utils.c

Michael Niedermayer michaelni
Wed Feb 27 00:09:34 CET 2008


On Tue, Feb 26, 2008 at 11:52:58PM +0100, Diego Biurrun wrote:
> On Tue, Feb 26, 2008 at 06:58:00PM +0100, Diego Biurrun wrote:
> > On Tue, Feb 26, 2008 at 03:59:12PM +0100, michael wrote:
> > > 
> > > Log:
> > > floating point AAN IDCT
> > > 
> > > Added:
> > >    trunk/libavcodec/faanidct.c
> > >    trunk/libavcodec/faanidct.h
> > > 
> > > --- (empty file)
> > > +++ trunk/libavcodec/faanidct.h	Tue Feb 26 15:59:11 2008
> > > @@ -0,0 +1,3 @@
> > > +void ff_faanidct(DCTELEM block[64]);
> > > +void ff_faanidct_add(uint8_t *dest, int line_size, DCTELEM block[64]);
> > > +void ff_faanidct_put(uint8_t *dest, int line_size, DCTELEM block[64]);
> > 
> > Can we please have license headers on all new files?  Thank you.
> 
> Also, this is missing multiple inclusion guards.

It does not need multiple inclusion guards, it can safely be included
multiple times :)

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Many that live deserve death. And some that die deserve life. Can you give
it to them? Then do not be too eager to deal out death in judgement. For
even the very wise cannot see all ends. -- Gandalf
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/attachments/20080227/cdb5a1f1/attachment.pgp>



More information about the ffmpeg-cvslog mailing list