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