aboutsummaryrefslogtreecommitdiffhomepage
path: root/mp3lib
Commit message (Expand)AuthorAge
* mp3lib/dct64_sse.c: fix compilation with clangGravatar cehoyos2010-11-14
* mp3lib: use ffmpeg_files/x86_cpu.hGravatar Uoti Urpala2010-06-03
* Merge svn changes up to r31284Gravatar Uoti Urpala2010-06-02
|\
* \ Merge svn changes up to r31275Gravatar Uoti Urpala2010-06-02
|\ \
| | * Make 3dnow and MMX code compile for 64 bit (just stupid search-and-replace).Gravatar reimar2010-05-30
| |/
| * Use edi instead of ebx to avoid issues with PIC.Gravatar reimar2010-05-29
* | 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 r30748Gravatar Uoti Urpala2010-03-10
|\ \
* \ \ 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 r30675Gravatar Uoti Urpala2010-03-10
|\ \ \ \ \
* \ \ \ \ \ Merge svn changes up to r30595Gravatar Uoti Urpala2010-03-09
|\ \ \ \ \ \
| | | | | | * unbreak compilation after cleanups in libavutil/common.hGravatar siretart2010-03-09
| | | | | |/
* | | | | | Merge svn changes up to r30494Gravatar Uoti Urpala2010-03-09
|\ \ \ \ \ \
| | | | | | * Do not cast the results of malloc/calloc/realloc.Gravatar diego2010-02-26
| | | | | |/
| | | | | * 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
| | | |/
| | | * cosmetics: Remove pointless empty lines at EOF.Gravatar diego2010-02-20
| | |/
| | * Add header file for mplayer_audio_read() instead of forward declaring it.Gravatar diego2010-02-16
| |/
| * Add missing license headers to test programs for external libraries.Gravatar diego2010-02-03
* | 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
| * Add multiple inclusion guards to all mp3lib headers.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
* | Merge svn changes up to r29532Gravatar Uoti Urpala2009-08-18
|\|
| * Make sure it builds with -ftracerGravatar lu_zero2009-08-04
* | Merge svn changes up to r29455Gravatar Uoti Urpala2009-07-29
|\|
| * Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.Gravatar diego2009-07-26
* | 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
|/
* Reduce size of needlessly large mp3lib bandInfoStructGravatar reimar2009-03-07
* Make several constant mp3lib tables constGravatar reimar2009-03-07
* Move libavutil #includes below all others so that they do not overrideGravatar diego2009-02-17
* WORDS_BIGENDIAN is defined/undefined, not 0/1.Gravatar diego2009-01-26
* some more HAVE_3DNOW --> HAVE_AMD3DNOWGravatar diego2009-01-26
* DECLARE_ALIGNED was moved in FFmpeg.Gravatar diego2009-01-25
* 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
* Consistently include config.h before mangle.h, fixes possible compilationGravatar reimar2008-12-15
* Add missing 'void' to parameterless function declaration.Gravatar diego2008-12-11
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.Gravatar diego2008-10-16