aboutsummaryrefslogtreecommitdiffhomepage
path: root/mp3lib/decode_i586.c
Commit message (Expand)AuthorAge
* Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.Gravatar diego2008-10-16
* Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.Gravatar diego2008-10-16
* Use int and uint32_t instead of long and unsigned long, when appropriate.Gravatar zuxy2007-06-02
* Add missing registers to asm code in mp3libGravatar reimar2007-03-01
* CVS --> Subversion in copyright noticesGravatar diego2006-06-22
* Unify include paths, -I.. is in CFLAGS.Gravatar diego2005-11-15
* 10l broken asm crap needs an external nameGravatar rfelker2005-10-25
* Mark modified imported files as such to comply with (L)GPL §2a.Gravatar diego2005-04-15
* avoid outoptimization of static variables patch by ismail dönmez <ismail.don...Gravatar faust32004-08-03
* ICC 8.0 compilation fixesGravatar atmos42004-08-02
* attribute_used for gcc3.4Gravatar alex2004-04-26
* fixing that f*cking linker 'bug' e.g. naming config with libmp3lameGravatar alex2002-12-24
* decode_i586.c version uses %ebp for its own use, so:Gravatar arpi2002-12-24
* mangling in mp3lib + stdcall undefined fix with cygwinGravatar atmos42002-01-19
* S->CGravatar nick2002-01-14