aboutsummaryrefslogtreecommitdiffhomepage
path: root/mp3lib
Commit message (Expand)AuthorAge
* Fix bug in reference codeGravatar zuxy2007-05-19
* Move test program removal on distclean to mpcommon.mak.Gravatar diego2007-03-24
* Nuke MIPS-specific compiler bug workaround, it's unlikely to help anyway.Gravatar diego2007-03-17
* Simplify setting special CFLAGS for decode_i586.o.Gravatar diego2007-03-15
* Simplify conditional expression.Gravatar diego2007-03-15
* Remove Darwin AltiVec CFLAGS settings, configure handles this.Gravatar diego2007-03-15
* Remove addition of AltiVec flags to CFLAGS, configure takes care of this.Gravatar diego2007-03-15
* Fix test program compilation.Gravatar diego2007-03-13
* Rename mp3lib/libMP3.a to mp3lib/libmp3.a for consistency.Gravatar diego2007-03-13
* cosmetics: Fix indentation, reorder some lines for consistency.Gravatar diego2007-03-13
* Give more descriptive names to the source and library variables and splitGravatar diego2007-03-13
* Add missing registers to asm code in mp3libGravatar reimar2007-03-01
* Make sure buffer is aligned so no unaligned access happens.Gravatar reimar2007-02-05
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...Gravatar reimar2006-12-07
* Remove bswap.h, use libavutil/bswap.h instead.Gravatar diego2006-11-29
* FFmpeg-style dependency declarationGravatar diego2006-11-27
* Remove redundant ifeq ($(TARGET_ARCH_POWERPC),yes), AltiVec exists only on PPC.Gravatar diego2006-11-27
* Simplify test program generation.Gravatar diego2006-11-27
* Remove superfluous CFLAGS declaration (is in mpcommon.mak).Gravatar diego2006-11-27
* There are no .s files in mp3lib/, remove the corresponding suffix rule.Gravatar diego2006-11-27
* Remove unnecessary header indirection.Gravatar diego2006-11-27
* Merge common parts of all Makefiles into one file included by all.Gravatar diego2006-11-26
* 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