| Commit message (Expand) | Author | Age |
* | 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 |
* | Rename mp3lib/libMP3.a to mp3lib/libmp3.a for consistency. | diego | 2007-03-13 |
* | cosmetics: Fix indentation, reorder some lines for consistency. | diego | 2007-03-13 |
* | Give more descriptive names to the source and library variables and split | diego | 2007-03-13 |
* | Add missing registers to asm code in mp3lib | reimar | 2007-03-01 |
* | Make sure buffer is aligned so no unaligned access happens. | reimar | 2007-02-05 |
* | Hack around libavutil/bswap.h compilation problems due to always_inline undef... | reimar | 2006-12-07 |
* | Remove bswap.h, use libavutil/bswap.h instead. | diego | 2006-11-29 |
* | FFmpeg-style dependency declaration | diego | 2006-11-27 |
* | Remove redundant ifeq ($(TARGET_ARCH_POWERPC),yes), AltiVec exists only on PPC. | diego | 2006-11-27 |
* | Simplify test program generation. | diego | 2006-11-27 |
* | Remove superfluous CFLAGS declaration (is in mpcommon.mak). | diego | 2006-11-27 |
* | There are no .s files in mp3lib/, remove the corresponding suffix rule. | diego | 2006-11-27 |
* | Remove unnecessary header indirection. | diego | 2006-11-27 |
* | Merge common parts of all Makefiles into one file included by all. | diego | 2006-11-26 |
* | Remove superfluous comment. | diego | 2006-11-25 |
* | Unify dep/depend targets. | diego | 2006-11-20 |
* | Remove (now hopefully unnecessary) workarounds added in r21056 | reimar | 2006-11-19 |
* | directly insert ffreep %%st(0) opcode for compatibility with old | reimar | 2006-11-19 |
* | Use ASMALIGN macro for better compatibility and remove SYS_DARWIN | reimar | 2006-11-19 |
* | Avoid code like "fstps %1+64(,%%ecx,4)\n\t", it might end up as | reimar | 2006-11-19 |
* | fix mp3lib compilation on OSX | nplourde | 2006-11-19 |
* | Fix clobber list, half of the modified registers were missing. | reimar | 2006-11-19 |
* | mp3lib asm does not compile on AMD64. | reimar | 2006-11-01 |
* | disable nonworking/broken code for now till I find out what it is supposed to... | reimar | 2006-10-29 |
* | Simplify OBJS handling. | diego | 2006-10-19 |
* | always use 3dnowext version of dct64 when supported by the CPU (K6-3+ and up). | gpoirier | 2006-08-23 |