| Commit message (Expand) | Author | Age | Files | Lines |
* | Always use inline instead of _inline, the former is supported by all | reimar | 2008-01-27 | 1 | -4/+0 |
* | Remove unnecessary <signal.h> includes | uau | 2008-01-09 | 1 | -1/+0 |
* | cosmetics: Move public function declarations together. | diego | 2007-12-12 | 1 | -6/+5 |
* | Add missing declaration for dct64_altivec, fixes the warning: | diego | 2007-12-12 | 1 | -0/+2 |
* | Enable SIMD optmizations for mp3lib on AMD64 | zuxy | 2007-06-08 | 1 | -7/+8 |
* | Replace implicit use of fast_memcpy via macro by explicit use to allow | reimar | 2007-06-05 | 1 | -1/+1 |
* | Change '%ld' to '%d' to remove warnings introduced by r23452 | zuxy | 2007-06-04 | 1 | -1/+1 |
* | Correct dct64 functions' declarations | zuxy | 2007-06-04 | 1 | -5/+5 |
* | Use int and uint32_t instead of long and unsigned long, when appropriate. | zuxy | 2007-06-02 | 1 | -16/+16 |
* | Record what was produced by make_decode_table_MMX() and used that data to | zuxy | 2007-05-25 | 1 | -2/+0 |
* | Make sure buffer is aligned so no unaligned access happens. | reimar | 2007-02-05 | 1 | -5/+8 |
* | Hack around libavutil/bswap.h compilation problems due to always_inline undef... | reimar | 2006-12-07 | 1 | -1/+1 |
* | Remove bswap.h, use libavutil/bswap.h instead. | diego | 2006-11-29 | 1 | -1/+2 |
* | Remove (now hopefully unnecessary) workarounds added in r21056 | reimar | 2006-11-19 | 1 | -5/+0 |
* | fix mp3lib compilation on OSX | nplourde | 2006-11-19 | 1 | -0/+5 |
* | mp3lib asm does not compile on AMD64. | reimar | 2006-11-01 | 1 | -1/+1 |
* | always use 3dnowext version of dct64 when supported by the CPU (K6-3+ and up). | gpoirier | 2006-08-23 | 1 | -1/+1 |
* | Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. | diego | 2006-08-18 | 1 | -1/+1 |
* | 10l, i missed ifdefs around the calls | rfelker | 2006-07-19 | 1 | -0/+10 |
* | Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's ... | gpoirier | 2006-07-07 | 1 | -0/+7 |
* | CVS --> Subversion in copyright notices | diego | 2006-06-22 | 1 | -2/+2 |
* | Make mp3lib say that it's using Altivec to decode instead of generic C | diego | 2006-04-15 | 1 | -0/+7 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 | 1 | -1/+1 |
* | Reverse commit 31 Dec 2005 18:56:35 -0000 1.34 | gpoirier | 2006-01-03 | 1 | -2/+1 |
* | "Currently mplayer looks for only one MP3 frame sync. The attached | gpoirier | 2005-12-31 | 1 | -1/+2 |
* | Unify include paths, -I.. is in CFLAGS. | diego | 2005-11-15 | 1 | -4/+4 |
* | Mark modified imported files as such to comply with (L)GPL ยง2a. | diego | 2005-04-15 | 1 | -0/+6 |
* | Reduce excessive verbosity. | diego | 2004-11-15 | 1 | -1/+1 |
* | fix symbol clashes when linking with libmp3lame including mp3 decoder, man, m... | alex | 2004-04-06 | 1 | -3/+3 |
* | removed obsoleted (or never ending) code | alex | 2003-10-22 | 1 | -10/+0 |
* | removed the stdcall convention | alex | 2003-10-22 | 1 | -5/+5 |
* | remove debug message | nexus | 2003-08-09 | 1 | -1/+1 |
* | layer-1 support | arpi | 2003-07-24 | 1 | -5/+5 |
* | cleanup & fix cpu detection & init stuff | arpi | 2002-12-24 | 1 | -53/+20 |
* | layer-1 stream parsing (NOT decoding) support | arpi | 2002-09-28 | 1 | -0/+13 |
* | pshufw is a mmx2 instruction, so don't use dct64_MMX_3dnowex on k6-3 which | arpi | 2002-09-21 | 1 | -1/+1 |
* | Cygwin stdcall mismatch fix. | atmos4 | 2002-05-24 | 1 | -5/+5 |
* | big cosmetics patch, cleanup of messages printed by mplayer and libs. | arpi | 2002-05-20 | 1 | -11/+14 |
* | don't re-detect cpu | arpi | 2002-04-28 | 1 | -1/+1 |
* | Fixing compilation on non-MMX but x86 systems | nick | 2002-01-23 | 1 | -2/+2 |
* | Using cpudetect code instead of d_cpu.s | nick | 2002-01-19 | 1 | -151/+29 |
* | runtime cpudetect support #2 - still not working (i can't identify the proble... | alex | 2002-01-14 | 1 | -90/+137 |
* | fixed | alex | 2001-11-30 | 1 | -2/+2 |
* | Disable SSE code and reenable FPU dct for SSE cpus (fpu code is 0.3% faster a... | atmos4 | 2001-11-29 | 1 | -6/+6 |
* | changed to use cpudetect.c (to use change te #if 1 -> #if 0 :) | alex | 2001-11-23 | 1 | -0/+83 |
* | Beginning sse optimization of dct code. | atmos4 | 2001-07-27 | 1 | -3/+4 |
* | Add some preliminary support for non-x86 architectures to mplayer | jkeil | 2001-07-12 | 1 | -0/+20 |
* | One flaw is fixed | nick | 2001-07-04 | 1 | -2/+6 |
* | Portability and old binutils support | nick | 2001-07-03 | 1 | -0/+10 |
* | Minor fixes | nick | 2001-07-02 | 1 | -2/+7 |
* | Added newest MMX-optimized decore which speedups decoding at least on 13% for... | nick | 2001-06-29 | 1 | -9/+72 |
* | fr->sampling_frequency limitation (thanx to pl <p_l@tfz.net>) | arpi_esp | 2001-06-19 | 1 | -0/+2 |
* | Minor improvements | nickols_k | 2001-06-07 | 1 | -1/+2 |
* | Minor optimization | nickols_k | 2001-06-06 | 1 | -14/+7 |
* | K7 3dnow-dsp printing | nickols_k | 2001-05-09 | 1 | -0/+3 |
* | applied 'fakemono' patch by Bryan Chan scorpio@acm.org | arpi_esp | 2001-05-08 | 1 | -0/+13 |
* | use _3dnow instead of a3dnow() | szabii | 2001-03-10 | 1 | -1/+1 |
* | Initial revision | arpi_esp | 2001-02-24 | 1 | -0/+489 |