aboutsummaryrefslogtreecommitdiffhomepage
path: root/mp3lib
Commit message (Expand)AuthorAge
* Remove superfluous comment.Gravatar diego2006-11-25
* Unify dep/depend targets.Gravatar diego2006-11-20
* Remove (now hopefully unnecessary) workarounds added in r21056Gravatar reimar2006-11-19
* directly insert ffreep %%st(0) opcode for compatibility with oldGravatar reimar2006-11-19
* Use ASMALIGN macro for better compatibility and remove SYS_DARWINGravatar reimar2006-11-19
* Avoid code like "fstps %1+64(,%%ecx,4)\n\t", it might end up asGravatar reimar2006-11-19
* fix mp3lib compilation on OSXGravatar nplourde2006-11-19
* Fix clobber list, half of the modified registers were missing.Gravatar reimar2006-11-19
* mp3lib asm does not compile on AMD64.Gravatar reimar2006-11-01
* disable nonworking/broken code for now till I find out what it is supposed to...Gravatar reimar2006-10-29
* Simplify OBJS handling.Gravatar diego2006-10-19
* always use 3dnowext version of dct64 when supported by the CPU (K6-3+ and up).Gravatar gpoirier2006-08-23
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.Gravatar diego2006-08-18
* Clarify licensing situation.Gravatar diego2006-07-30
* 10l, i missed ifdefs around the callsGravatar rfelker2006-07-19
* do not compile mmx/sse/3dnow code if not availableGravatar rfelker2006-07-19
* OPTFLAGS already includes EXTRA_INC.Gravatar diego2006-07-12
* fix sound distortion on K-6, patch by Zuxy Meng zuxy PP meng AHHH gmail PP comGravatar gpoirier2006-07-08
* Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's ...Gravatar gpoirier2006-07-07
* Add missing license, as chosen by its authorGravatar gpoirier2006-06-29
* remove MMX2 dependency (replace pshufw $78 with pswapd) so it canGravatar gpoirier2006-06-27
* fix conversion float to int to use saturated ops,Gravatar gpoirier2006-06-27
* CVS --> Subversion in copyright noticesGravatar diego2006-06-22
* Remove now obsolete .cvsignore files.Gravatar diego2006-06-02
* Make mp3lib say that it's using Altivec to decode instead of generic CGravatar diego2006-04-15
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* Make clean/distclean behave uniformly in all directories.Gravatar diego2006-01-27
* Reverse commit 31 Dec 2005 18:56:35 -0000 1.34Gravatar gpoirier2006-01-03
* "Currently mplayer looks for only one MP3 frame sync. The attachedGravatar gpoirier2005-12-31
* Unify include paths, -I.. is in CFLAGS.Gravatar diego2005-11-15
* 10l broken asm crap needs an external nameGravatar rfelker2005-10-25
* do not export useless symbols! fixed compile bug with decode support in lameGravatar rfelker2005-10-25
* Mark modified imported files as such to comply with (L)GPL §2a.Gravatar diego2005-04-15
* Use proper parameter range in stereo testGravatar henry2005-04-10
* Reduce excessive verbosity.Gravatar diego2004-11-15
* compilation fix for gcc 3.4.2Gravatar reimar2004-11-11
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.Gravatar diego2004-10-28
* Index must be positive to prevent endless loop on bad dataGravatar rtognimp2004-09-14
* small gcc warning fixesGravatar rathann2004-08-28
* avoid outoptimization of static variables patch by ismail dönmez <ismail.don...Gravatar faust32004-08-03
* ICC 8.0 compilation fixesGravatar atmos42004-08-02
* ranlib cleanup by Dan ChristiansenGravatar alex2004-06-24
* attribute_used patch by (VMiklos <mamajom at axelero dot hu>)Gravatar michael2004-04-26
* attribute_used for gcc3.4Gravatar alex2004-04-26
* reorder funcs to avoid warnings/errors (gccs are nowadays are more pickier ab...Gravatar alex2004-04-26
* some more globalsGravatar alex2004-04-06
* removing more globalsGravatar alex2004-04-06
* fix symbol clashes when linking with libmp3lame including mp3 decoder, man, m...Gravatar alex2004-04-06
* copyright update by the authorGravatar diego2004-02-19
* reverting my last change as buggy gcc 3.x fails with it :(Gravatar alex2003-10-25