| Commit message (Expand) | Author | Age |
* | Lots and lots of #ifdef ARCH_... -> #if ARCH_... | reimar | 2009-01-16 |
* | Add missing 'void' keyword to parameterless function declarations. | diego | 2009-01-05 |
* | Add missing 'void' to parameterless function declaration. | diego | 2008-12-11 |
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 |
* | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 |
* | 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: Move public function declarations together. | diego | 2007-12-12 |
* | Add missing declaration for dct64_altivec, fixes the warning: | diego | 2007-12-12 |
* | Enable SIMD optmizations for mp3lib on AMD64 | zuxy | 2007-06-08 |
* | 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 |
* | 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 |
* | 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 |
* | Remove (now hopefully unnecessary) workarounds added in r21056 | reimar | 2006-11-19 |
* | fix mp3lib compilation on OSX | nplourde | 2006-11-19 |
* | mp3lib asm does not compile on AMD64. | reimar | 2006-11-01 |
* | always use 3dnowext version of dct64 when supported by the CPU (K6-3+ and up). | gpoirier | 2006-08-23 |
* | Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. | diego | 2006-08-18 |
* | 10l, i missed ifdefs around the calls | rfelker | 2006-07-19 |
* | Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's ... | gpoirier | 2006-07-07 |
* | CVS --> Subversion in copyright notices | diego | 2006-06-22 |
* | Make mp3lib say that it's using Altivec to decode instead of generic C | diego | 2006-04-15 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 |
* | Reverse commit 31 Dec 2005 18:56:35 -0000 1.34 | gpoirier | 2006-01-03 |
* | "Currently mplayer looks for only one MP3 frame sync. The attached | gpoirier | 2005-12-31 |
* | Unify include paths, -I.. is in CFLAGS. | diego | 2005-11-15 |
* | Mark modified imported files as such to comply with (L)GPL ยง2a. | diego | 2005-04-15 |
* | Reduce excessive verbosity. | diego | 2004-11-15 |
* | fix symbol clashes when linking with libmp3lame including mp3 decoder, man, m... | alex | 2004-04-06 |
* | removed obsoleted (or never ending) code | alex | 2003-10-22 |
* | removed the stdcall convention | alex | 2003-10-22 |
* | remove debug message | nexus | 2003-08-09 |
* | layer-1 support | arpi | 2003-07-24 |
* | cleanup & fix cpu detection & init stuff | arpi | 2002-12-24 |
* | layer-1 stream parsing (NOT decoding) support | arpi | 2002-09-28 |
* | pshufw is a mmx2 instruction, so don't use dct64_MMX_3dnowex on k6-3 which | arpi | 2002-09-21 |
* | Cygwin stdcall mismatch fix. | atmos4 | 2002-05-24 |
* | big cosmetics patch, cleanup of messages printed by mplayer and libs. | arpi | 2002-05-20 |
* | don't re-detect cpu | arpi | 2002-04-28 |
* | Fixing compilation on non-MMX but x86 systems | nick | 2002-01-23 |
* | Using cpudetect code instead of d_cpu.s | nick | 2002-01-19 |
* | runtime cpudetect support #2 - still not working (i can't identify the proble... | alex | 2002-01-14 |
* | fixed | alex | 2001-11-30 |
* | Disable SSE code and reenable FPU dct for SSE cpus (fpu code is 0.3% faster a... | atmos4 | 2001-11-29 |
* | changed to use cpudetect.c (to use change te #if 1 -> #if 0 :) | alex | 2001-11-23 |