aboutsummaryrefslogtreecommitdiffhomepage
path: root/mp3lib/sr1.c
Commit message (Expand)AuthorAge
* Merge svn changes up to r31141Gravatar Uoti Urpala2010-05-07
|\
| * Remove seemingly misplaced and commented-out liba52 #include.Gravatar diego2010-05-07
* | Merge svn changes up to r31033Gravatar Uoti Urpala2010-04-26
|\|
| * the great MPlayer tab removal: part IGravatar diego2010-04-12
* | Merge svn changes up to r30732Gravatar Uoti Urpala2010-03-10
|\|
* | Merge svn changes up to r30702Gravatar Uoti Urpala2010-03-10
|\ \
* \ \ Merge svn changes up to r30595Gravatar Uoti Urpala2010-03-09
|\ \ \
| | | * Fix compilation: the dct64_MMX_func variable should be declared only once,Gravatar reimar2010-02-23
| | |/
| | * Declare all public mp3lib functions in mpg123.h.Gravatar diego2010-02-22
| |/
| * Add header file for mplayer_audio_read() instead of forward declaring it.Gravatar diego2010-02-16
* | Merge svn changes up to r30216Gravatar Uoti Urpala2010-01-08
|\|
| * Refactor real --> float #define to a typedef in a common header.Gravatar diego2010-01-04
* | Merge svn changes up to r29912Gravatar Uoti Urpala2009-11-16
|\|
| * Fix 100l typo introduced in last commit.Gravatar diego2009-10-08
| * cosmetics: Remove some pointless parentheses from return calls.Gravatar diego2009-10-08
* | Remove unnecessary libavutil/internal.h includesGravatar Uoti Urpala2009-07-26
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
|/
* Move libavutil #includes below all others so that they do not overrideGravatar diego2009-02-17
* some more HAVE_3DNOW --> HAVE_AMD3DNOWGravatar diego2009-01-26
* Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.Gravatar diego2009-01-25
* HAVE_3DNOWEX --> HAVE_3DNOWEXTGravatar diego2009-01-25
* Lots and lots of #ifdef ARCH_... -> #if ARCH_...Gravatar reimar2009-01-16
* 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