aboutsummaryrefslogtreecommitdiffhomepage
path: root/mp3lib/Makefile
Commit message (Expand)AuthorAge
* Simplify OBJS handling.Gravatar diego2006-10-19
* do not compile mmx/sse/3dnow code if not availableGravatar rfelker2006-07-19
* OPTFLAGS already includes EXTRA_INC.Gravatar diego2006-07-12
* Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's ...Gravatar gpoirier2006-07-07
* Make clean/distclean behave uniformly in all directories.Gravatar diego2006-01-27
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.Gravatar diego2004-10-28
* ranlib cleanup by Dan ChristiansenGravatar alex2004-06-24
* 10l to me, noticed by Bjorn SandellGravatar alex2003-10-23
* removed obsoleted (or never ending) codeGravatar alex2003-10-22
* moved 3dnow and 3dnowex dct36 optimisations into gcc inline assemblyGravatar alex2003-06-22
* objfix has to be run on MINGW32, tooGravatar faust32003-03-31
* The two attached patches *should* allow for properGravatar arpi2003-01-27
* An altivec-optimized DCT64 for mp3libGravatar arpi2003-01-18
* decode_i586.c version uses %ebp for its own use, so:Gravatar arpi2002-12-24
* make test1 && make test2 fixedGravatar arpi2002-09-01
* use dir/libname.a instead of -Ldir -lnameGravatar arpi2002-08-29
* OpenBSD patch - by Björn Sandell <biorn@dce.chalmers.se>Gravatar arpi2002-04-29
* mp_image.h and img_format.h moved to libmpcodecsGravatar arpi2002-04-13
* Fixing compilation on non-MMX but x86 systemsGravatar nick2002-01-23
* remove TARGET lofaszGravatar pontscho2002-01-19
* Using cpudetect code instead of d_cpu.sGravatar nick2002-01-19
* rewrites symbols in d_cpu.s on cygwinGravatar atmos42002-01-19
* Fix "[MPlayer-dev-eng] mp3lib-mmx sig11 with mpeg1layer3 audio afterGravatar kmkaplan2002-01-15
* S->CGravatar nick2002-01-15
* S->CGravatar nick2002-01-14
* S->CGravatar nick2002-01-14
* S->CGravatar nick2002-01-13
* BugGravatar nick2002-01-13
* S->CGravatar nick2002-01-13
* Disable SSE code and reenable FPU dct for SSE cpus (fpu code is 0.3% faster a...Gravatar atmos42001-11-29
* MIPS support by oliver.schoenbrunner@jku.atGravatar arpi2001-10-24
* Fixed Makefile for test programs.Gravatar atmos42001-08-08
* Beginning sse optimization of dct code.Gravatar atmos42001-07-27
* Minor cleanupsGravatar nick2001-07-04
* Portability and old binutils supportGravatar nick2001-07-03
* Added newest MMX-optimized decore which speedups decoding at least on 13% for...Gravatar nick2001-06-29
* OPTFLAGS vs. INCLUDES cleanupGravatar arpi2001-06-26
* dependency stuff fixedGravatar arpi_esp2001-06-04
* using gcc -MM instead of makedepend, make OBJS from SRCS where possibleGravatar arpi_esp2001-05-24
* Added missing mathlib for linking.Gravatar atmosfear2001-05-17
* test2 added for playback test, testreanmed to test1 to make Atmosfear happy...Gravatar arpi_esp2001-05-13
* test.c added for benchmarkingGravatar arpi_esp2001-05-13
* New dependency systemGravatar arpi_esp2001-03-02
* Initial revisionGravatar arpi_esp2001-02-24