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