| Commit message (Expand) | Author | Age |
* | 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 |
* | 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 |