summaryrefslogtreecommitdiffstats
path: root/mp3lib/dct64_altivec.c
Commit message (Expand)AuthorAgeFilesLines
* mp3lib: drop internal mp3lib treeUoti Urpala2011-04-021-524/+0
* Refactor real --> float #define to a typedef in a common header.diego2010-01-041-2/+0
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-11/+11
* Remove AltiVec vector declaration compiler compatibility macros.diego2008-07-261-9/+3
* Check for HAVE_ALTIVEC_VECTOR_BRACES instead of __APPLE_CC__.diego2008-05-301-3/+3
* Refactor AltiVec macros as done for FFmpeg.diego2008-02-181-14/+7
* Add missing #include <stdio.h>, fixes the warning:diego2007-12-111-0/+1
* There is a check for altivec.h in configure so use the preprocessor directivediego2007-12-111-1/+1
* Replace SYS_DARWIN conditional directive around gcc macros by __APPLE_CC__.diego2007-12-111-3/+3
* Remove pointless HAVE_ALTIVEC around the whole file, it is only compiled whendiego2007-12-111-5/+0
* Add missing license, as chosen by its authorgpoirier2006-06-291-0/+2
* fix symbol clashes when linking with libmp3lame including mp3 decoder, man, m...alex2004-04-061-9/+9
* copyright update by the authordiego2004-02-191-5/+3
* The two attached patches *should* allow for properarpi2003-01-271-2/+20
* An altivec-optimized DCT64 for mp3libarpi2003-01-181-0/+525