| Commit message (Expand) | Author | Age |
* | 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 |
* | Replace implicit use of fast_memcpy via macro by explicit use to allow | reimar | 2007-06-05 |
* | Change '%ld' to '%d' to remove warnings introduced by r23452 | zuxy | 2007-06-04 |
* | Correct dct64 functions' declarations | zuxy | 2007-06-04 |
* | Remove non-existing make_decode_tables_MMX() | zuxy | 2007-06-02 |
* | Use int and uint32_t instead of long and unsigned long, when appropriate. | zuxy | 2007-06-02 |
* | Record what was produced by make_decode_table_MMX() and used that data to | zuxy | 2007-05-25 |
* | Remove hardcoded registers | zuxy | 2007-05-23 |
* | Replace hardcoded 32-bit leal with equivalent add/sub so pointer arithmetic w... | zuxy | 2007-05-22 |
* | Remove unused synth_1to1_mono() | zuxy | 2007-05-22 |
* | Rewrite generic code in decode_MMX.c in C for easier AMD64 port. Slightly fas... | zuxy | 2007-05-21 |
* | Fix bug in reference code | zuxy | 2007-05-19 |
* | Move test program removal on distclean to mpcommon.mak. | diego | 2007-03-24 |
* | Nuke MIPS-specific compiler bug workaround, it's unlikely to help anyway. | diego | 2007-03-17 |
* | Simplify setting special CFLAGS for decode_i586.o. | diego | 2007-03-15 |
* | Simplify conditional expression. | diego | 2007-03-15 |
* | Remove Darwin AltiVec CFLAGS settings, configure handles this. | diego | 2007-03-15 |
* | Remove addition of AltiVec flags to CFLAGS, configure takes care of this. | diego | 2007-03-15 |
* | Fix test program compilation. | diego | 2007-03-13 |