| Commit message (Expand) | Author | Age |
* | Reduce size of needlessly large mp3lib bandInfoStruct | reimar | 2009-03-07 |
* | Make several constant mp3lib tables const | reimar | 2009-03-07 |
* | Move libavutil #includes below all others so that they do not override | diego | 2009-02-17 |
* | WORDS_BIGENDIAN is defined/undefined, not 0/1. | diego | 2009-01-26 |
* | some more HAVE_3DNOW --> HAVE_AMD3DNOW | diego | 2009-01-26 |
* | DECLARE_ALIGNED was moved in FFmpeg. | diego | 2009-01-25 |
* | Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg. | diego | 2009-01-25 |
* | HAVE_3DNOWEX --> HAVE_3DNOWEXT | diego | 2009-01-25 |
* | Lots and lots of #ifdef ARCH_... -> #if ARCH_... | reimar | 2009-01-16 |
* | Add missing 'void' keyword to parameterless function declarations. | diego | 2009-01-05 |
* | Consistently include config.h before mangle.h, fixes possible compilation | reimar | 2008-12-15 |
* | Add missing 'void' to parameterless function declaration. | diego | 2008-12-11 |
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 |
* | Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'. | diego | 2008-10-16 |
* | Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg. | diego | 2008-10-16 |
* | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 |
* | Remove AltiVec vector declaration compiler compatibility macros. | diego | 2008-07-26 |
* | Check for HAVE_ALTIVEC_VECTOR_BRACES instead of __APPLE_CC__. | diego | 2008-05-30 |
* | Merge mp3lib/Makefile into top-level Makefile. | diego | 2008-04-27 |
* | Revert accidentally committed changes. | diego | 2008-04-25 |
* | Only add loader to parts if WIN32DLL is enabled. | diego | 2008-04-25 |
* | Only compile decode_i586.c on x86_32. | diego | 2008-04-25 |
* | Remove useless comments with compilation commands. | diego | 2008-04-25 |
* | Fix test program linking. | diego | 2008-04-25 |
* | Add return statement, fixes the warning: | diego | 2008-04-25 |
* | Remove redundant declaration, fixes the warning: | diego | 2008-04-25 |
* | Add return statement, fixes the warning: | diego | 2008-04-25 |
* | Remove unused variable. | diego | 2008-04-25 |
* | Add missing #include, fixes the warning: | diego | 2008-04-25 |
* | Take name of getch file to link against from config.mak. | diego | 2008-04-25 |
* | Expand conditional addition of elements to variables with a form that permits | diego | 2008-04-24 |
* | Use directory name as library name template. | diego | 2008-04-22 |
* | #include config.h before all other headers. | diego | 2008-03-14 |
* | Refactor AltiVec macros as done for FFmpeg. | diego | 2008-02-18 |
* | Always use inline instead of _inline, the former is supported by all | reimar | 2008-01-27 |
* | Remove unnecessary <signal.h> includes | uau | 2008-01-09 |
* | cosmetics: Remove ugly and inconsistent uppercasing from filenames. | diego | 2007-12-12 |
* | cosmetics: Move public function declarations together. | diego | 2007-12-12 |
* | Add missing declaration for dct64_altivec, fixes the warning: | diego | 2007-12-12 |
* | Add missing #include <stdio.h>, fixes the warning: | diego | 2007-12-11 |
* | There is a check for altivec.h in configure so use the preprocessor directive | diego | 2007-12-11 |
* | Replace SYS_DARWIN conditional directive around gcc macros by __APPLE_CC__. | diego | 2007-12-11 |
* | Identifiers starting with __ are reserved for the system. | diego | 2007-12-11 |
* | Remove pointless HAVE_ALTIVEC around the whole file, it is only compiled when | diego | 2007-12-11 |
* | Fix warning: | diego | 2007-08-25 |
* | 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 |
* | Change some static temporary vars to automatic ones because mingw32 binutils | zuxy | 2007-06-06 |
* | Align output pointer so that we can use movaps instead of movups in dct64_sse; | zuxy | 2007-06-06 |