aboutsummaryrefslogtreecommitdiffhomepage
path: root/liba52/imdct.c
Commit message (Expand)AuthorAge
* Disable liba52 SSE imdct for x86_64+PIC (e.g. OSX 64 bit) since it willGravatar reimar2009-09-04
* Remove all kind of trailing whitespaces from all MPlayer's files.Gravatar bircoph2009-05-13
* Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.Gravatar ramiro2009-04-08
* Revert mistaken #ifdef --> #if change.Gravatar diego2009-01-30
* HAVE_3DNOW --> HAVE_AMD3DNOWGravatar diego2009-01-26
* HAVE_3DNOWEX --> HAVE_3DNOWEXTGravatar diego2009-01-25
* Lots and lots of #ifdef ARCH_... -> #if ARCH_...Gravatar reimar2009-01-16
* Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.Gravatar diego2008-10-16
* Remove AltiVec vector declaration compiler compatibility macros.Gravatar diego2008-07-26
* Check for HAVE_ALTIVEC_VECTOR_BRACES instead of __APPLE_CC__.Gravatar diego2008-05-30
* Refactor AltiVec macros as done for FFmpeg.Gravatar diego2008-02-18
* There is a check for altivec.h in configure so use the preprocessor directiveGravatar diego2007-12-11
* Replace SYS_DARWIN conditional directive around gcc macros by __APPLE_CC__.Gravatar diego2007-12-11
* Replace asmalign.h hack by ASMALIGN cpp macros from config.h.Gravatar diego2006-08-13
* CVS --> Subversion in copyright noticesGravatar diego2006-06-22
* sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gma...Gravatar rathann2006-06-15
* sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gma...Gravatar rathann2006-06-15
* add support for intel mac. mp3lib is not fixed yet.Gravatar nplourde2006-04-15
* Fixes segfault on IA-32 machines caused by the ASM patch for AMD-64 for a52.Gravatar gpoirier2005-08-09
* liba52 asm optimizations ported to amd64Gravatar aurel2005-08-05
* one bugfix and a few gcc4 bug workaorunds by (Gianluigi Tiesi: mplayer, netfa...Gravatar michael2005-06-02
* Mark modified files as such to comply more closely with GPL ยง2a.Gravatar diego2005-03-22
* attribute_used patch by (VMiklos <mamajom at axelero dot hu>)Gravatar michael2004-04-26
* The two attached patches *should* allow for properGravatar arpi2003-01-27
* An AltiVec-enhanced IMDCT for liba52 (liba52/imdct.c)Gravatar arpi2003-01-18
* compiler warning fixesGravatar arpi2002-12-14
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)Gravatar michael2002-11-23
* Restore K7 supportGravatar nick2002-02-03
* mangle for win32 in liba52 (includes dummy mangle.h pointing to the one in main)Gravatar atmos42002-01-19
* runtime cpudetect in liba52 wayGravatar michael2001-12-30
* ported 3dnow(ex) optimizations from libac3Gravatar michael2001-12-30
* Fixed #ifdef discrepancy that was breaking compilation on PPC platformGravatar melanson2001-12-24
* adding some commentsGravatar michael2001-12-19
* removing unnecessary sse sin/cos LUTGravatar michael2001-12-18
* sse optGravatar michael2001-12-18
* runtime cpu detection for the idctGravatar michael2001-12-18
* sse optGravatar michael2001-12-17
* sse optGravatar michael2001-12-17
* cleanupGravatar michael2001-12-17
* sse optGravatar michael2001-12-17
* C optimizationsGravatar michael2001-12-16
* sse optGravatar michael2001-12-16
* sse optGravatar michael2001-12-16
* sse optGravatar michael2001-12-16
* a bit more SSE optimizationsGravatar michael2001-12-16
* some SSE optimizationsGravatar michael2001-12-15
* imported from liba52 CVSGravatar arpi2001-12-09