| Commit message (Expand) | Author | Age | Files | Lines |
* | Unify include paths, -I.. is in CFLAGS. | diego | 2005-11-15 | 11 | -19/+19 |
* | 10l broken asm crap needs an external name | rfelker | 2005-10-25 | 2 | -1/+7 |
* | do not export useless symbols! fixed compile bug with decode support in lame | rfelker | 2005-10-25 | 2 | -2/+1 |
* | Mark modified imported files as such to comply with (L)GPL §2a. | diego | 2005-04-15 | 13 | -0/+74 |
* | Use proper parameter range in stereo test | henry | 2005-04-10 | 1 | -2/+2 |
* | Reduce excessive verbosity. | diego | 2004-11-15 | 1 | -1/+1 |
* | compilation fix for gcc 3.4.2 | reimar | 2004-11-11 | 2 | -2/+2 |
* | Handle "xxx.h" vs "../xxx.h" include paths in a consistent way. | diego | 2004-10-28 | 1 | -1/+1 |
* | Index must be positive to prevent endless loop on bad data | rtognimp | 2004-09-14 | 1 | -6/+6 |
* | small gcc warning fixes | rathann | 2004-08-28 | 1 | -1/+3 |
* | avoid outoptimization of static variables patch by ismail dönmez <ismail.don... | faust3 | 2004-08-03 | 1 | -2/+2 |
* | ICC 8.0 compilation fixes | atmos4 | 2004-08-02 | 1 | -2/+2 |
* | ranlib cleanup by Dan Christiansen | alex | 2004-06-24 | 1 | -0/+2 |
* | attribute_used patch by (VMiklos <mamajom at axelero dot hu>) | michael | 2004-04-26 | 1 | -1/+1 |
* | attribute_used for gcc3.4 | alex | 2004-04-26 | 5 | -6/+11 |
* | reorder funcs to avoid warnings/errors (gccs are nowadays are more pickier ab... | alex | 2004-04-26 | 1 | -34/+31 |
* | some more globals | alex | 2004-04-06 | 2 | -3/+3 |
* | removing more globals | alex | 2004-04-06 | 1 | -1/+2 |
* | fix symbol clashes when linking with libmp3lame including mp3 decoder, man, m... | alex | 2004-04-06 | 9 | -45/+38 |
* | copyright update by the author | diego | 2004-02-19 | 1 | -5/+3 |
* | reverting my last change as buggy gcc 3.x fails with it :( | alex | 2003-10-25 | 1 | -1/+1 |
* | 10l to me, noticed by Bjorn Sandell | alex | 2003-10-23 | 1 | -9/+0 |
* | 100l to Nick | alex | 2003-10-23 | 1 | -1/+2 |
* | removed obsoleted (or never ending) code | alex | 2003-10-22 | 4 | -2255/+1 |
* | removed the stdcall convention | alex | 2003-10-22 | 5 | -10/+11 |
* | remove debug message | nexus | 2003-08-09 | 1 | -1/+1 |
* | layer-1 support | arpi | 2003-07-24 | 2 | -5/+162 |
* | 100l | arpi | 2003-07-06 | 1 | -1/+3 |
* | getcpucaps support | alex | 2003-07-04 | 1 | -1/+6 |
* | disable L3: BigValues too large message | faust3 | 2003-06-30 | 1 | -2/+2 |
* | merged with mpg123 0.59s-pre | arpi | 2003-06-28 | 3 | -787/+422 |
* | moved 3dnow and 3dnowex dct36 optimisations into gcc inline assembly | alex | 2003-06-22 | 5 | -1012/+533 |
* | fixed bandInfo name clash with libmp3lame v3.93.1 (longLimit and shortLimit a... | alex | 2003-06-21 | 1 | -3/+3 |
* | objfix has to be run on MINGW32, too | faust3 | 2003-03-31 | 1 | -0/+3 |
* | 10l | arpi | 2003-01-29 | 1 | -1/+1 |
* | In mp3lib/sr1.c, look at the line 226: | arpi | 2003-01-28 | 1 | -7/+22 |
* | The two attached patches *should* allow for proper | arpi | 2003-01-27 | 2 | -2/+24 |
* | Propolice catches an overflow in dct64_k7.c: | arpi | 2003-01-19 | 1 | -1/+1 |
* | An altivec-optimized DCT64 for mp3lib | arpi | 2003-01-18 | 3 | -2/+541 |
* | fixing that f*cking linker 'bug' e.g. naming config with libmp3lame | alex | 2002-12-24 | 6 | -12/+12 |
* | cleanup & fix cpu detection & init stuff | arpi | 2002-12-24 | 1 | -53/+20 |
* | don't redefine decwin as static | arpi | 2002-12-24 | 1 | -1/+4 |
* | decode_i586.c version uses %ebp for its own use, so: | arpi | 2002-12-24 | 3 | -9/+15 |
* | removing very ugly esp games / fixes the propolice problem on OpenBSD (patch ... | michael | 2002-12-15 | 1 | -5/+1 |
* | forgotten mangle patch by (Björn Sandell <biorn at dce dot chalmers dot se>) | michael | 2002-11-19 | 2 | -2/+2 |
* | layer-1 stream parsing (NOT decoding) support | arpi | 2002-09-28 | 1 | -0/+13 |
* | pshufw is a mmx2 instruction, so don't use dct64_MMX_3dnowex on k6-3 which | arpi | 2002-09-21 | 1 | -1/+1 |
* | Minor speedup by nick kurshev. | atmos4 | 2002-09-07 | 1 | -64/+32 |
* | - GCC 3.x (SPARC) is too clever for the double->int conversion trick used in | jkeil | 2002-09-06 | 1 | -10/+3 |
* | 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 |
* | Cygwin stdcall mismatch fix. | atmos4 | 2002-05-24 | 4 | -20/+5 |
* | big cosmetics patch, cleanup of messages printed by mplayer and libs. | arpi | 2002-05-20 | 1 | -11/+14 |
* | OpenBSD patch - by Björn Sandell <biorn@dce.chalmers.se> | arpi | 2002-04-29 | 1 | -1/+3 |
* | don't re-detect cpu | arpi | 2002-04-28 | 1 | -1/+1 |
* | Avoid stdcall on cygwin, it causes undefined ref, code needs testing as I hav... | atmos4 | 2002-04-26 | 2 | -2/+12 |
* | mp_image.h and img_format.h moved to libmpcodecs | arpi | 2002-04-13 | 1 | -1/+1 |
* | MANGLE() the 3dnow code | arpi | 2002-03-23 | 2 | -4/+8 |
* | use .balign instead of .align | arpi | 2002-03-23 | 1 | -2/+2 |
* | more ugly hack | arpi | 2002-03-23 | 1 | -1/+6 |
* | Fix according to strange bugreport | nick | 2002-02-09 | 1 | -8/+8 |
* | Fixing compilation on non-MMX but x86 systems | nick | 2002-01-23 | 2 | -13/+6 |
* | Fixing compilation on non-MMX but x86 systems | nick | 2002-01-23 | 2 | -4/+11 |
* | remove TARGET lofasz | pontscho | 2002-01-19 | 1 | -7/+7 |
* | Using cpudetect code instead of d_cpu.s | nick | 2002-01-19 | 4 | -330/+31 |
* | mangling in mp3lib + stdcall undefined fix with cygwin | atmos4 | 2002-01-19 | 4 | -14/+23 |
* | rewrites symbols in d_cpu.s on cygwin | atmos4 | 2002-01-19 | 2 | -0/+17 |
* | Fix "[MPlayer-dev-eng] mp3lib-mmx sig11 with mpeg1layer3 audio after | kmkaplan | 2002-01-15 | 1 | -0/+1 |
* | S->C | nick | 2002-01-15 | 3 | -993/+989 |
* | runtime cpudetect support #2 - still not working (i can't identify the proble... | alex | 2002-01-14 | 1 | -90/+137 |
* | runtime cpudetect suppport | alex | 2002-01-14 | 1 | -2/+3 |
* | S->C | nick | 2002-01-14 | 5 | -1723/+1708 |
* | S->C | nick | 2002-01-14 | 3 | -322/+308 |
* | S->C | nick | 2002-01-13 | 3 | -253/+245 |
* | Bug | nick | 2002-01-13 | 2 | -3/+4 |
* | S->C | nick | 2002-01-13 | 3 | -162/+155 |
* | Add sample bins. | atmos4 | 2001-12-08 | 1 | -0/+2 |
* | fixed | alex | 2001-11-30 | 1 | -2/+2 |
* | Disable SSE code and reenable FPU dct for SSE cpus (fpu code is 0.3% faster a... | atmos4 | 2001-11-29 | 3 | -16/+20 |
* | changed to use cpudetect.c (to use change te #if 1 -> #if 0 :) | alex | 2001-11-23 | 1 | -0/+83 |
* | Move ignores in subdirs to their respective .cvsignore files. | atmos4 | 2001-11-17 | 1 | -0/+1 |
* | MIPS support by oliver.schoenbrunner@jku.at | arpi | 2001-10-24 | 1 | -0/+3 |
* | Eeeh I need some sleep, accidently commited a wrong version of the files that... | atmos4 | 2001-09-23 | 1 | -6/+4 |
* | Fix for mp3 decoding on alpha/64bit platforms wupposed by Bob McElrath. | atmos4 | 2001-09-23 | 1 | -5/+7 |
* | Applied cpu detection fix by Kjetil Torgrim Homme <kjetilho at linpro dot no>. | atmos4 | 2001-09-15 | 1 | -2/+5 |
* | Fixed Makefile for test programs. | atmos4 | 2001-08-08 | 1 | -2/+2 |
* | Furter compatibility with new ffmpeg stuff. | nick | 2001-07-30 | 1 | -1/+1 |
* | First development version of dct64, mixed with 3dnow/k7 and fpu code. | atmos4 | 2001-07-27 | 1 | -0/+2217 |
* | Beginning sse optimization of dct code. | atmos4 | 2001-07-27 | 2 | -3/+8 |
* | mp3 audio decoding didn't work on big-endian architectures | jkeil | 2001-07-14 | 1 | -2/+44 |
* | Add some preliminary support for non-x86 architectures to mplayer | jkeil | 2001-07-12 | 1 | -0/+20 |
* | My 2.10.1 gnu assembler doesn't like C comment syntax in assembler files. Use | jkeil | 2001-07-06 | 1 | -4/+4 |
* | Minor optimization | nick | 2001-07-06 | 2 | -18/+14 |
* | Ignore generated config.mak files in CVS | jkeil | 2001-07-06 | 1 | -0/+1 |
* | Slight otimization | nick | 2001-07-05 | 4 | -306/+316 |
* | One flaw is fixed | nick | 2001-07-04 | 1 | -2/+6 |
* | Finished 3dnow optimization (in scalar mode) and minor improvements | nick | 2001-07-04 | 4 | -857/+833 |
* | Minor cleanups | nick | 2001-07-04 | 1 | -4/+4 |
* | Partial loops unrolling | nick | 2001-07-03 | 1 | -13/+115 |
* | Portability and old binutils support | nick | 2001-07-03 | 3 | -9/+34 |
* | #ifndef M_PI and M_SQRT2 added while fearing from redefining :) | alex | 2001-07-02 | 1 | -4/+8 |
* | Minor fixes | nick | 2001-07-02 | 2 | -8/+13 |
* | Added newest MMX-optimized decore which speedups decoding at least on 13% for... | nick | 2001-06-29 | 19 | -2314/+3210 |
* | OPTFLAGS vs. INCLUDES cleanup | arpi | 2001-06-26 | 1 | -1/+1 |
* | Better 3dnow! optimization | nickols_k | 2001-06-20 | 1 | -14/+17 |
* | fr->sampling_frequency limitation (thanx to pl <p_l@tfz.net>) | arpi_esp | 2001-06-19 | 1 | -0/+2 |
* | loops alignment | nickols_k | 2001-06-16 | 1 | -2/+3 |
* | Minor improvements | nickols_k | 2001-06-09 | 3 | -4/+5 |
* | Last minute improvements before release. Added banchmark | nickols_k | 2001-06-08 | 1 | -2/+7 |
* | Last minute improvements before release | nickols_k | 2001-06-08 | 1 | -40/+140 |
* | Minor improvements | nickols_k | 2001-06-07 | 3 | -4/+10 |
* | Minor optimization | nickols_k | 2001-06-06 | 2 | -14/+9 |
* | dependency stuff fixed | arpi_esp | 2001-06-04 | 1 | -3/+2 |
* | Replaced wrond direction floating -> integer conversion. | atmosfear | 2001-05-25 | 1 | -3/+10 |
* | using gcc -MM instead of makedepend, make OBJS from SRCS where possible | arpi_esp | 2001-05-24 | 1 | -1/+2 |
* | This version is slightly better then previous, hard to decide. | atmosfear | 2001-05-24 | 1 | -65/+62 |
* | Better working version, no silence, but distorted. | atmosfear | 2001-05-24 | 1 | -30/+26 |
* | Better insns scheduling | nickols_k | 2001-05-24 | 1 | -70/+70 |
* | Added missing mathlib for linking. | atmosfear | 2001-05-17 | 3 | -4/+4 |
* | dump to file | arpi_esp | 2001-05-16 | 1 | -1/+10 |
* | test2 added for playback test, testreanmed to test1 to make Atmosfear happy... | arpi_esp | 2001-05-13 | 2 | -2/+73 |
* | test.c added for benchmarking | arpi_esp | 2001-05-13 | 2 | -0/+65 |
* | mp3lib sse support - disabled by default | arpi_esp | 2001-05-13 | 3 | -0/+216 |
* | improvements. | nickols_k | 2001-05-13 | 2 | -132/+122 |
* | slight improvements. k7 vs 3dnow already win 12 prcnts | nickols_k | 2001-05-12 | 1 | -6/+6 |
* | improvements | nickols_k | 2001-05-11 | 1 | -48/+27 |
* | ize ... sorry ;) | pontscho | 2001-05-09 | 1 | -2/+0 |
* | cpuid bug fixed. remelem. | pontscho | 2001-05-09 | 1 | -1/+19 |
* | K7 3dnow-dsp support | nickols_k | 2001-05-09 | 5 | -0/+1487 |
* | K7 3dnow-dsp printing | nickols_k | 2001-05-09 | 1 | -0/+3 |
* | K7 3dnow-dsp detection | nickols_k | 2001-05-09 | 1 | -11/+16 |
* | applied 'fakemono' patch by Bryan Chan scorpio@acm.org | arpi_esp | 2001-05-08 | 3 | -0/+51 |
* | segfault fixed - maybe | arpi_esp | 2001-05-07 | 1 | -4/+4 |
* | gcc 3.0 patch by Felix von Leitner | arpi_esp | 2001-04-07 | 1 | -1/+2 |
* | use _3dnow instead of a3dnow() | szabii | 2001-03-10 | 1 | -1/+1 |
* | removed auto-generated files | arpi_esp | 2001-03-02 | 1 | -6/+0 |
* | New dependency system | arpi_esp | 2001-03-02 | 1 | -7/+13 |
* | Initial revision | arpi_esp | 2001-02-24 | 22 | -0/+6463 |