aboutsummaryrefslogtreecommitdiffhomepage
path: root/mp3lib/sr1.c
Commit message (Expand)AuthorAge
* Add missing 'void' keyword to parameterless function declarations.Gravatar diego2009-01-05
* Add missing 'void' to parameterless function declaration.Gravatar diego2008-12-11
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* Always use inline instead of _inline, the former is supported by allGravatar reimar2008-01-27
* Remove unnecessary <signal.h> includesGravatar uau2008-01-09
* cosmetics: Move public function declarations together.Gravatar diego2007-12-12
* Add missing declaration for dct64_altivec, fixes the warning:Gravatar diego2007-12-12
* Enable SIMD optmizations for mp3lib on AMD64Gravatar zuxy2007-06-08
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* Change '%ld' to '%d' to remove warnings introduced by r23452Gravatar zuxy2007-06-04
* Correct dct64 functions' declarationsGravatar zuxy2007-06-04
* Use int and uint32_t instead of long and unsigned long, when appropriate.Gravatar zuxy2007-06-02
* Record what was produced by make_decode_table_MMX() and used that data toGravatar zuxy2007-05-25
* Make sure buffer is aligned so no unaligned access happens.Gravatar reimar2007-02-05
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...Gravatar reimar2006-12-07
* Remove bswap.h, use libavutil/bswap.h instead.Gravatar diego2006-11-29
* Remove (now hopefully unnecessary) workarounds added in r21056Gravatar reimar2006-11-19
* fix mp3lib compilation on OSXGravatar nplourde2006-11-19
* mp3lib asm does not compile on AMD64.Gravatar reimar2006-11-01
* always use 3dnowext version of dct64 when supported by the CPU (K6-3+ and up).Gravatar gpoirier2006-08-23
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.Gravatar diego2006-08-18
* 10l, i missed ifdefs around the callsGravatar rfelker2006-07-19
* Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's ...Gravatar gpoirier2006-07-07
* CVS --> Subversion in copyright noticesGravatar diego2006-06-22
* Make mp3lib say that it's using Altivec to decode instead of generic CGravatar diego2006-04-15
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* Reverse commit 31 Dec 2005 18:56:35 -0000 1.34Gravatar gpoirier2006-01-03
* "Currently mplayer looks for only one MP3 frame sync. The attachedGravatar gpoirier2005-12-31
* Unify include paths, -I.. is in CFLAGS.Gravatar diego2005-11-15
* Mark modified imported files as such to comply with (L)GPL ยง2a.Gravatar diego2005-04-15
* Reduce excessive verbosity.Gravatar diego2004-11-15
* fix symbol clashes when linking with libmp3lame including mp3 decoder, man, m...Gravatar alex2004-04-06
* removed obsoleted (or never ending) codeGravatar alex2003-10-22
* removed the stdcall conventionGravatar alex2003-10-22
* remove debug messageGravatar nexus2003-08-09
* layer-1 supportGravatar arpi2003-07-24
* cleanup & fix cpu detection & init stuffGravatar arpi2002-12-24
* layer-1 stream parsing (NOT decoding) supportGravatar arpi2002-09-28
* pshufw is a mmx2 instruction, so don't use dct64_MMX_3dnowex on k6-3 whichGravatar arpi2002-09-21
* Cygwin stdcall mismatch fix.Gravatar atmos42002-05-24
* big cosmetics patch, cleanup of messages printed by mplayer and libs.Gravatar arpi2002-05-20
* don't re-detect cpuGravatar arpi2002-04-28
* Fixing compilation on non-MMX but x86 systemsGravatar nick2002-01-23
* Using cpudetect code instead of d_cpu.sGravatar nick2002-01-19
* runtime cpudetect support #2 - still not working (i can't identify the proble...Gravatar alex2002-01-14
* fixedGravatar alex2001-11-30
* Disable SSE code and reenable FPU dct for SSE cpus (fpu code is 0.3% faster a...Gravatar atmos42001-11-29
* changed to use cpudetect.c (to use change te #if 1 -> #if 0 :)Gravatar alex2001-11-23
* Beginning sse optimization of dct code.Gravatar atmos42001-07-27