| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of duplicate processor feature variables. | diego | 2007-06-27 | 1 | -6/+6 |
* | Follow ffmpeg TARGET_ARCH_* -> ARCH_* change. | reimar | 2007-06-16 | 1 | -1/+1 |
* | Enable SIMD optmizations for mp3lib on AMD64 | zuxy | 2007-06-08 | 1 | -2/+3 |
* | Record what was produced by make_decode_table_MMX() and used that data to | zuxy | 2007-05-25 | 1 | -1/+1 |
* | Move test program removal on distclean to mpcommon.mak. | diego | 2007-03-24 | 1 | -3/+0 |
* | Nuke MIPS-specific compiler bug workaround, it's unlikely to help anyway. | diego | 2007-03-17 | 1 | -4/+0 |
* | Simplify setting special CFLAGS for decode_i586.o. | diego | 2007-03-15 | 1 | -2/+1 |
* | Simplify conditional expression. | diego | 2007-03-15 | 1 | -3/+1 |
* | Remove Darwin AltiVec CFLAGS settings, configure handles this. | diego | 2007-03-15 | 1 | -3/+0 |
* | Remove addition of AltiVec flags to CFLAGS, configure takes care of this. | diego | 2007-03-15 | 1 | -2/+0 |
* | Fix test program compilation. | diego | 2007-03-13 | 1 | -2/+2 |
* | Rename mp3lib/libMP3.a to mp3lib/libmp3.a for consistency. | diego | 2007-03-13 | 1 | -1/+1 |
* | cosmetics: Fix indentation, reorder some lines for consistency. | diego | 2007-03-13 | 1 | -2/+1 |
* | Give more descriptive names to the source and library variables and split | diego | 2007-03-13 | 1 | -9/+9 |
* | FFmpeg-style dependency declaration | diego | 2006-11-27 | 1 | -12/+4 |
* | Remove redundant ifeq ($(TARGET_ARCH_POWERPC),yes), AltiVec exists only on PPC. | diego | 2006-11-27 | 1 | -2/+0 |
* | Simplify test program generation. | diego | 2006-11-27 | 1 | -6/+3 |
* | Remove superfluous CFLAGS declaration (is in mpcommon.mak). | diego | 2006-11-27 | 1 | -1/+0 |
* | There are no .s files in mp3lib/, remove the corresponding suffix rule. | diego | 2006-11-27 | 1 | -3/+0 |
* | Merge common parts of all Makefiles into one file included by all. | diego | 2006-11-26 | 1 | -26/+5 |
* | Remove superfluous comment. | diego | 2006-11-25 | 1 | -3/+0 |
* | Unify dep/depend targets. | diego | 2006-11-20 | 1 | -3/+1 |
* | Remove (now hopefully unnecessary) workarounds added in r21056 | reimar | 2006-11-19 | 1 | -8/+0 |
* | fix mp3lib compilation on OSX | nplourde | 2006-11-19 | 1 | -0/+8 |
* | mp3lib asm does not compile on AMD64. | reimar | 2006-11-01 | 1 | -1/+1 |
* | Simplify OBJS handling. | diego | 2006-10-19 | 1 | -9/+4 |
* | do not compile mmx/sse/3dnow code if not available | rfelker | 2006-07-19 | 1 | -2/+12 |
* | OPTFLAGS already includes EXTRA_INC. | diego | 2006-07-12 | 1 | -1/+1 |
* | Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's ... | gpoirier | 2006-07-07 | 1 | -2/+2 |
* | Make clean/distclean behave uniformly in all directories. | diego | 2006-01-27 | 1 | -2/+2 |
* | Handle "xxx.h" vs "../xxx.h" include paths in a consistent way. | diego | 2004-10-28 | 1 | -1/+1 |
* | ranlib cleanup by Dan Christiansen | alex | 2004-06-24 | 1 | -0/+2 |
* | 10l to me, noticed by Bjorn Sandell | alex | 2003-10-23 | 1 | -9/+0 |
* | removed obsoleted (or never ending) code | alex | 2003-10-22 | 1 | -5/+1 |
* | moved 3dnow and 3dnowex dct36 optimisations into gcc inline assembly | alex | 2003-06-22 | 1 | -2/+2 |
* | objfix has to be run on MINGW32, too | faust3 | 2003-03-31 | 1 | -0/+3 |
* | The two attached patches *should* allow for proper | arpi | 2003-01-27 | 1 | -0/+4 |
* | An altivec-optimized DCT64 for mp3lib | arpi | 2003-01-18 | 1 | -0/+7 |
* | decode_i586.c version uses %ebp for its own use, so: | arpi | 2002-12-24 | 1 | -2/+5 |
* | make test1 && make test2 fixed | arpi | 2002-09-01 | 1 | -2/+2 |
* | use dir/libname.a instead of -Ldir -lname | arpi | 2002-08-29 | 1 | -2/+2 |
* | OpenBSD patch - by Björn Sandell <biorn@dce.chalmers.se> | arpi | 2002-04-29 | 1 | -1/+3 |
* | mp_image.h and img_format.h moved to libmpcodecs | arpi | 2002-04-13 | 1 | -1/+1 |
* | Fixing compilation on non-MMX but x86 systems | nick | 2002-01-23 | 1 | -7/+0 |
* | remove TARGET lofasz | pontscho | 2002-01-19 | 1 | -7/+7 |
* | Using cpudetect code instead of d_cpu.s | nick | 2002-01-19 | 1 | -2/+2 |
* | rewrites symbols in d_cpu.s on cygwin | atmos4 | 2002-01-19 | 1 | -0/+3 |
* | Fix "[MPlayer-dev-eng] mp3lib-mmx sig11 with mpeg1layer3 audio after | kmkaplan | 2002-01-15 | 1 | -0/+1 |
* | S->C | nick | 2002-01-15 | 1 | -1/+1 |
* | S->C | nick | 2002-01-14 | 1 | -2/+2 |
* | S->C | nick | 2002-01-14 | 1 | -1/+1 |
* | S->C | nick | 2002-01-13 | 1 | -1/+1 |
* | Bug | nick | 2002-01-13 | 1 | -1/+1 |
* | S->C | nick | 2002-01-13 | 1 | -1/+1 |
* | Disable SSE code and reenable FPU dct for SSE cpus (fpu code is 0.3% faster a... | atmos4 | 2001-11-29 | 1 | -4/+4 |
* | MIPS support by oliver.schoenbrunner@jku.at | arpi | 2001-10-24 | 1 | -0/+3 |
* | Fixed Makefile for test programs. | atmos4 | 2001-08-08 | 1 | -2/+2 |
* | Beginning sse optimization of dct code. | atmos4 | 2001-07-27 | 1 | -0/+4 |
* | Minor cleanups | nick | 2001-07-04 | 1 | -4/+4 |
* | Portability and old binutils support | nick | 2001-07-03 | 1 | -5/+19 |
* | Added newest MMX-optimized decore which speedups decoding at least on 13% for... | nick | 2001-06-29 | 1 | -2/+4 |
* | OPTFLAGS vs. INCLUDES cleanup | arpi | 2001-06-26 | 1 | -1/+1 |
* | dependency stuff fixed | arpi_esp | 2001-06-04 | 1 | -3/+2 |
* | using gcc -MM instead of makedepend, make OBJS from SRCS where possible | arpi_esp | 2001-05-24 | 1 | -1/+2 |
* | Added missing mathlib for linking. | atmosfear | 2001-05-17 | 1 | -2/+2 |
* | test2 added for playback test, testreanmed to test1 to make Atmosfear happy... | arpi_esp | 2001-05-13 | 1 | -2/+5 |
* | test.c added for benchmarking | arpi_esp | 2001-05-13 | 1 | -0/+3 |
* | New dependency system | arpi_esp | 2001-03-02 | 1 | -7/+13 |
* | Initial revision | arpi_esp | 2001-02-24 | 1 | -0/+34 |