| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix warning: | diego | 2007-08-25 | 1 | -4/+0 |
* | 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 | 3 | -11/+13 |
* | Change some static temporary vars to automatic ones because mingw32 binutils | zuxy | 2007-06-06 | 2 | -4/+4 |
* | Align output pointer so that we can use movaps instead of movups in dct64_sse; | zuxy | 2007-06-06 | 4 | -19/+9 |
* | Replace implicit use of fast_memcpy via macro by explicit use to allow | reimar | 2007-06-05 | 1 | -1/+1 |
* | Change '%ld' to '%d' to remove warnings introduced by r23452 | zuxy | 2007-06-04 | 1 | -1/+1 |
* | Correct dct64 functions' declarations | zuxy | 2007-06-04 | 5 | -13/+10 |
* | Remove non-existing make_decode_tables_MMX() | zuxy | 2007-06-02 | 1 | -1/+0 |
* | Use int and uint32_t instead of long and unsigned long, when appropriate. | zuxy | 2007-06-02 | 6 | -26/+26 |
* | Record what was produced by make_decode_table_MMX() and used that data to | zuxy | 2007-05-25 | 4 | -164/+138 |
* | Remove hardcoded registers | zuxy | 2007-05-23 | 1 | -67/+67 |
* | Replace hardcoded 32-bit leal with equivalent add/sub so pointer arithmetic w... | zuxy | 2007-05-22 | 1 | -11/+10 |
* | Remove unused synth_1to1_mono() | zuxy | 2007-05-22 | 1 | -21/+0 |
* | Rewrite generic code in decode_MMX.c in C for easier AMD64 port. Slightly fas... | zuxy | 2007-05-21 | 2 | -55/+37 |
* | Fix bug in reference code | zuxy | 2007-05-19 | 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 |
* | Add missing registers to asm code in mp3lib | reimar | 2007-03-01 | 3 | -3/+3 |
* | Make sure buffer is aligned so no unaligned access happens. | reimar | 2007-02-05 | 1 | -5/+8 |
* | Hack around libavutil/bswap.h compilation problems due to always_inline undef... | reimar | 2006-12-07 | 1 | -1/+1 |
* | Remove bswap.h, use libavutil/bswap.h instead. | diego | 2006-11-29 | 1 | -1/+2 |
* | 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 |
* | Remove unnecessary header indirection. | diego | 2006-11-27 | 1 | -2/+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 | 3 | -18/+0 |
* | directly insert ffreep %%st(0) opcode for compatibility with old | reimar | 2006-11-19 | 1 | -8/+1 |
* | Use ASMALIGN macro for better compatibility and remove SYS_DARWIN | reimar | 2006-11-19 | 1 | -4/+2 |
* | Avoid code like "fstps %1+64(,%%ecx,4)\n\t", it might end up as | reimar | 2006-11-19 | 1 | -16/+16 |
* | fix mp3lib compilation on OSX | nplourde | 2006-11-19 | 5 | -1/+28 |
* | Fix clobber list, half of the modified registers were missing. | reimar | 2006-11-19 | 1 | -2/+2 |
* | mp3lib asm does not compile on AMD64. | reimar | 2006-11-01 | 2 | -2/+2 |
* | disable nonworking/broken code for now till I find out what it is supposed to... | reimar | 2006-10-29 | 2 | -0/+6 |
* | Simplify OBJS handling. | diego | 2006-10-19 | 1 | -9/+4 |
* | always use 3dnowext version of dct64 when supported by the CPU (K6-3+ and up). | gpoirier | 2006-08-23 | 1 | -1/+1 |
* | Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. | diego | 2006-08-18 | 2 | -2/+1 |
* | Clarify licensing situation. | diego | 2006-07-30 | 1 | -6/+10 |
* | 10l, i missed ifdefs around the calls | rfelker | 2006-07-19 | 2 | -1/+11 |
* | 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 |
* | fix sound distortion on K-6, patch by Zuxy Meng zuxy PP meng AHHH gmail PP com | gpoirier | 2006-07-08 | 1 | -4/+1 |
* | Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's ... | gpoirier | 2006-07-07 | 4 | -3/+447 |
* | Add missing license, as chosen by its author | gpoirier | 2006-06-29 | 1 | -0/+2 |
* | remove MMX2 dependency (replace pshufw $78 with pswapd) so it can | gpoirier | 2006-06-27 | 1 | -32/+32 |
* | fix conversion float to int to use saturated ops, | gpoirier | 2006-06-27 | 2 | -41/+52 |
* | CVS --> Subversion in copyright notices | diego | 2006-06-22 | 13 | -26/+26 |
* | Remove now obsolete .cvsignore files. | diego | 2006-06-02 | 1 | -4/+0 |
* | Make mp3lib say that it's using Altivec to decode instead of generic C | diego | 2006-04-15 | 1 | -0/+7 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 | 2 | -8/+8 |
* | Make clean/distclean behave uniformly in all directories. | diego | 2006-01-27 | 1 | -2/+2 |
* | Reverse commit 31 Dec 2005 18:56:35 -0000 1.34 | gpoirier | 2006-01-03 | 1 | -2/+1 |
* | "Currently mplayer looks for only one MP3 frame sync. The attached | gpoirier | 2005-12-31 | 1 | -1/+2 |
* | 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 |
* | |