Index: AUTHORS =================================================================== RCS file: /cvsroot/mplayer/main/AUTHORS,v retrieving revision 1.51 diff -u -r1.51 AUTHORS --- AUTHORS 12 Feb 2004 00:58:46 -0000 1.51 +++ AUTHORS 12 Feb 2004 12:22:56 -0000 @@ -539,6 +539,9 @@ * TGA output driver * framestep & tile filters +Romain Dolbeau + * random AltiVec (PowerPC multimedia extensions) stuff + NOTE: If you think you are missing here, feel free to send a patch. ===== Index: mp3lib/dct64_altivec.c =================================================================== RCS file: /cvsroot/mplayer/main/mp3lib/dct64_altivec.c,v retrieving revision 1.2 diff -u -r1.2 dct64_altivec.c --- mp3lib/dct64_altivec.c 27 Jan 2003 21:47:25 -0000 1.2 +++ mp3lib/dct64_altivec.c 12 Feb 2004 12:22:56 -0000 @@ -1,10 +1,8 @@ /* - * Discrete Cosine Tansform (DCT) for subband synthesis - * optimized for machines with no auto-increment. - * The performance is highly compiler dependend. Maybe - * the dct64.c version for 'normal' processor may be faster - * even for Intel processors. + * Discrete Cosine Tansform (DCT) for Altivec + * Copyright (c) 2004 Romain Dolbeau + * based upon code from "mp3lib/dct64.c" */ #define real float