summaryrefslogtreecommitdiffstats
path: root/mp3lib/sr1.c
Commit message (Expand)AuthorAgeFilesLines
* mp3lib: drop internal mp3lib treeUoti Urpala2011-04-021-605/+0
* Merge svn changes up to r31141Uoti Urpala2010-05-071-1/+0
|\
| * Remove seemingly misplaced and commented-out liba52 #include.diego2010-05-071-1/+0
* | Merge svn changes up to r31033Uoti Urpala2010-04-261-18/+18
|\|
| * the great MPlayer tab removal: part Idiego2010-04-121-18/+18
* | Merge svn changes up to r30732Uoti Urpala2010-03-101-0/+2
|\|
| * Fix compilation: the dct64_MMX_func variable should be declared only once,reimar2010-02-231-0/+2
* | Merge svn changes up to r30702Uoti Urpala2010-03-101-8/+0
|\|
| * Declare all public mp3lib functions in mpg123.h.diego2010-02-221-8/+0
* | Merge svn changes up to r30595Uoti Urpala2010-03-091-3/+1
|\|
| * Add header file for mplayer_audio_read() instead of forward declaring it.diego2010-02-161-3/+1
* | Merge svn changes up to r30216Uoti Urpala2010-01-081-3/+0
|\|
| * Refactor real --> float #define to a typedef in a common header.diego2010-01-041-3/+0
* | Merge svn changes up to r29912Uoti Urpala2009-11-161-5/+5
|\|
| * Fix 100l typo introduced in last commit.diego2009-10-081-1/+1
| * cosmetics: Remove some pointless parentheses from return calls.diego2009-10-081-5/+5
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-2/+2
* | Remove unnecessary libavutil/internal.h includesUoti Urpala2009-07-261-4/+0
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-2/+2
|/
* Move libavutil #includes below all others so that they do not overridediego2009-02-171-2/+3
* some more HAVE_3DNOW --> HAVE_AMD3DNOWdiego2009-01-261-6/+6
* Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.diego2009-01-251-0/+4
* HAVE_3DNOWEX --> HAVE_3DNOWEXTdiego2009-01-251-3/+3
* Lots and lots of #ifdef ARCH_... -> #if ARCH_...reimar2009-01-161-10/+12
* Add missing 'void' keyword to parameterless function declarations.diego2009-01-051-2/+2
* Add missing 'void' to parameterless function declaration.diego2008-12-111-1/+1
* Get rid of pointless 'extern' keywords.diego2008-12-031-7/+7
* Start unifying names of internal preprocessor directives.diego2008-07-301-2/+2
* Always use inline instead of _inline, the former is supported by allreimar2008-01-271-4/+0
* Remove unnecessary <signal.h> includesuau2008-01-091-1/+0
* cosmetics: Move public function declarations together.diego2007-12-121-6/+5
* Add missing declaration for dct64_altivec, fixes the warning:diego2007-12-121-0/+2
* Enable SIMD optmizations for mp3lib on AMD64zuxy2007-06-081-7/+8
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-1/+1
* Change '%ld' to '%d' to remove warnings introduced by r23452zuxy2007-06-041-1/+1
* Correct dct64 functions' declarationszuxy2007-06-041-5/+5
* Use int and uint32_t instead of long and unsigned long, when appropriate.zuxy2007-06-021-16/+16
* Record what was produced by make_decode_table_MMX() and used that data tozuxy2007-05-251-2/+0
* Make sure buffer is aligned so no unaligned access happens.reimar2007-02-051-5/+8
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...reimar2006-12-071-1/+1
* Remove bswap.h, use libavutil/bswap.h instead.diego2006-11-291-1/+2
* Remove (now hopefully unnecessary) workarounds added in r21056reimar2006-11-191-5/+0
* fix mp3lib compilation on OSXnplourde2006-11-191-0/+5
* mp3lib asm does not compile on AMD64.reimar2006-11-011-1/+1
* always use 3dnowext version of dct64 when supported by the CPU (K6-3+ and up).gpoirier2006-08-231-1/+1
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.diego2006-08-181-1/+1
* 10l, i missed ifdefs around the callsrfelker2006-07-191-0/+10
* Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's ...gpoirier2006-07-071-0/+7
* CVS --> Subversion in copyright noticesdiego2006-06-221-2/+2
* Make mp3lib say that it's using Altivec to decode instead of generic Cdiego2006-04-151-0/+7
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-091-1/+1
* Reverse commit 31 Dec 2005 18:56:35 -0000 1.34gpoirier2006-01-031-2/+1
* "Currently mplayer looks for only one MP3 frame sync. The attachedgpoirier2005-12-311-1/+2
* Unify include paths, -I.. is in CFLAGS.diego2005-11-151-4/+4
* Mark modified imported files as such to comply with (L)GPL ยง2a.diego2005-04-151-0/+6
* Reduce excessive verbosity.diego2004-11-151-1/+1
* fix symbol clashes when linking with libmp3lame including mp3 decoder, man, m...alex2004-04-061-3/+3
* removed obsoleted (or never ending) codealex2003-10-221-10/+0
* removed the stdcall conventionalex2003-10-221-5/+5
* remove debug messagenexus2003-08-091-1/+1
* layer-1 supportarpi2003-07-241-5/+5
* cleanup & fix cpu detection & init stuffarpi2002-12-241-53/+20
* layer-1 stream parsing (NOT decoding) supportarpi2002-09-281-0/+13
* pshufw is a mmx2 instruction, so don't use dct64_MMX_3dnowex on k6-3 whicharpi2002-09-211-1/+1
* Cygwin stdcall mismatch fix.atmos42002-05-241-5/+5
* big cosmetics patch, cleanup of messages printed by mplayer and libs.arpi2002-05-201-11/+14
* don't re-detect cpuarpi2002-04-281-1/+1
* Fixing compilation on non-MMX but x86 systemsnick2002-01-231-2/+2
* Using cpudetect code instead of d_cpu.snick2002-01-191-151/+29
* runtime cpudetect support #2 - still not working (i can't identify the proble...alex2002-01-141-90/+137
* fixedalex2001-11-301-2/+2
* Disable SSE code and reenable FPU dct for SSE cpus (fpu code is 0.3% faster a...atmos42001-11-291-6/+6
* changed to use cpudetect.c (to use change te #if 1 -> #if 0 :)alex2001-11-231-0/+83
* Beginning sse optimization of dct code.atmos42001-07-271-3/+4
* Add some preliminary support for non-x86 architectures to mplayerjkeil2001-07-121-0/+20
* One flaw is fixednick2001-07-041-2/+6
* Portability and old binutils supportnick2001-07-031-0/+10
* Minor fixesnick2001-07-021-2/+7
* Added newest MMX-optimized decore which speedups decoding at least on 13% for...nick2001-06-291-9/+72
* fr->sampling_frequency limitation (thanx to pl <p_l@tfz.net>)arpi_esp2001-06-191-0/+2
* Minor improvementsnickols_k2001-06-071-1/+2
* Minor optimizationnickols_k2001-06-061-14/+7
* K7 3dnow-dsp printingnickols_k2001-05-091-0/+3
* applied 'fakemono' patch by Bryan Chan scorpio@acm.orgarpi_esp2001-05-081-0/+13
* use _3dnow instead of a3dnow()szabii2001-03-101-1/+1
* Initial revisionarpi_esp2001-02-241-0/+489