| Commit message (Expand) | Author | Age | Files | Lines |
* | unbreak compilation after cleanups in libavutil/common.h | siretart | 2010-03-09 | 1 | -0/+1 |
* | Do not cast the results of malloc/calloc/realloc. | diego | 2010-02-26 | 1 | -1/+1 |
* | Fix compilation: the dct64_MMX_func variable should be declared only once, | reimar | 2010-02-23 | 2 | -1/+3 |
* | Declare all public mp3lib functions in mpg123.h. | diego | 2010-02-22 | 3 | -9/+9 |
* | cosmetics: Remove pointless empty lines at EOF. | diego | 2010-02-20 | 7 | -10/+0 |
* | Add header file for mplayer_audio_read() instead of forward declaring it. | diego | 2010-02-16 | 1 | -3/+1 |
* | Add missing license headers to test programs for external libraries. | diego | 2010-02-03 | 2 | -0/+35 |
* | Refactor real --> float #define to a typedef in a common header. | diego | 2010-01-04 | 15 | -16/+17 |
* | Add multiple inclusion guards to all mp3lib headers. | diego | 2010-01-04 | 4 | -1/+17 |
* | Fix 100l typo introduced in last commit. | diego | 2009-10-08 | 1 | -1/+1 |
* | cosmetics: Remove some pointless parentheses from return calls. | diego | 2009-10-08 | 2 | -6/+6 |
* | Make sure it builds with -ftracer | lu_zero | 2009-08-04 | 1 | -4/+4 |
* | Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code. | diego | 2009-07-26 | 1 | -2/+2 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 12 | -110/+110 |
* | Reduce size of needlessly large mp3lib bandInfoStruct | reimar | 2009-03-07 | 1 | -5/+5 |
* | Make several constant mp3lib tables const | reimar | 2009-03-07 | 2 | -11/+11 |
* | Move libavutil #includes below all others so that they do not override | diego | 2009-02-17 | 1 | -2/+3 |
* | WORDS_BIGENDIAN is defined/undefined, not 0/1. | diego | 2009-01-26 | 1 | -1/+1 |
* | some more HAVE_3DNOW --> HAVE_AMD3DNOW | diego | 2009-01-26 | 1 | -6/+6 |
* | DECLARE_ALIGNED was moved in FFmpeg. | diego | 2009-01-25 | 1 | -1/+1 |
* | Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg. | diego | 2009-01-25 | 1 | -0/+4 |
* | HAVE_3DNOWEX --> HAVE_3DNOWEXT | diego | 2009-01-25 | 1 | -3/+3 |
* | Lots and lots of #ifdef ARCH_... -> #if ARCH_... | reimar | 2009-01-16 | 2 | -12/+14 |
* | Add missing 'void' keyword to parameterless function declarations. | diego | 2009-01-05 | 2 | -3/+3 |
* | Consistently include config.h before mangle.h, fixes possible compilation | reimar | 2008-12-15 | 2 | -0/+2 |
* | Add missing 'void' to parameterless function declaration. | diego | 2008-12-11 | 2 | -2/+2 |
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 3 | -27/+27 |
* | Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'. | diego | 2008-10-16 | 6 | -6/+6 |
* | Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg. | diego | 2008-10-16 | 6 | -15/+15 |
* | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 5 | -6/+6 |
* | Remove AltiVec vector declaration compiler compatibility macros. | diego | 2008-07-26 | 1 | -9/+3 |
* | Check for HAVE_ALTIVEC_VECTOR_BRACES instead of __APPLE_CC__. | diego | 2008-05-30 | 1 | -3/+3 |
* | Merge mp3lib/Makefile into top-level Makefile. | diego | 2008-04-27 | 1 | -19/+0 |
* | Revert accidentally committed changes. | diego | 2008-04-25 | 1 | -1/+1 |
* | Only add loader to parts if WIN32DLL is enabled. | diego | 2008-04-25 | 1 | -1/+1 |
* | Only compile decode_i586.c on x86_32. | diego | 2008-04-25 | 1 | -1/+1 |
* | Remove useless comments with compilation commands. | diego | 2008-04-25 | 2 | -5/+0 |
* | Fix test program linking. | diego | 2008-04-25 | 1 | -1/+1 |
* | Add return statement, fixes the warning: | diego | 2008-04-25 | 1 | -1/+1 |
* | Remove redundant declaration, fixes the warning: | diego | 2008-04-25 | 1 | -1/+0 |
* | Add return statement, fixes the warning: | diego | 2008-04-25 | 1 | -1/+1 |
* | Remove unused variable. | diego | 2008-04-25 | 1 | -1/+0 |
* | Add missing #include, fixes the warning: | diego | 2008-04-25 | 1 | -0/+1 |
* | Take name of getch file to link against from config.mak. | diego | 2008-04-25 | 1 | -1/+1 |
* | Expand conditional addition of elements to variables with a form that permits | diego | 2008-04-24 | 1 | -5/+3 |
* | Use directory name as library name template. | diego | 2008-04-22 | 1 | -1/+1 |
* | #include config.h before all other headers. | diego | 2008-03-14 | 2 | -3/+2 |
* | Refactor AltiVec macros as done for FFmpeg. | diego | 2008-02-18 | 1 | -14/+7 |
* | Always use inline instead of _inline, the former is supported by all | reimar | 2008-01-27 | 1 | -4/+0 |
* | Remove unnecessary <signal.h> includes | uau | 2008-01-09 | 1 | -1/+0 |
* | cosmetics: Remove ugly and inconsistent uppercasing from filenames. | diego | 2007-12-12 | 4 | -3/+3 |
* | cosmetics: Move public function declarations together. | diego | 2007-12-12 | 1 | -6/+5 |
* | Add missing declaration for dct64_altivec, fixes the warning: | diego | 2007-12-12 | 1 | -0/+2 |
* | Add missing #include <stdio.h>, fixes the warning: | diego | 2007-12-11 | 1 | -0/+1 |
* | There is a check for altivec.h in configure so use the preprocessor directive | diego | 2007-12-11 | 1 | -1/+1 |
* | Replace SYS_DARWIN conditional directive around gcc macros by __APPLE_CC__. | diego | 2007-12-11 | 1 | -3/+3 |
* | Identifiers starting with __ are reserved for the system. | diego | 2007-12-11 | 2 | -3/+3 |
* | Remove pointless HAVE_ALTIVEC around the whole file, it is only compiled when | diego | 2007-12-11 | 1 | -5/+0 |
* | 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 |
* | remo |