aboutsummaryrefslogtreecommitdiffhomepage
path: root/mp3lib
Commit message (Expand)AuthorAge
* unbreak compilation after cleanups in libavutil/common.hGravatar siretart2010-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
* 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
* Fix 100l typo introduced in last commit.Gravatar diego2009-10-08
* cosmetics: Remove some pointless parentheses from return calls.Gravatar diego2009-10-08
* Make sure it builds with -ftracerGravatar lu_zero2009-08-04
* Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.Gravatar diego2009-07-26
* 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
* Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.Gravatar diego2008-10-16
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* Remove AltiVec vector declaration compiler compatibility macros.Gravatar diego2008-07-26
* Check for HAVE_ALTIVEC_VECTOR_BRACES instead of __APPLE_CC__.Gravatar diego2008-05-30
* Merge mp3lib/Makefile into top-level Makefile.Gravatar diego2008-04-27
* Revert accidentally committed changes.Gravatar diego2008-04-25
* Only add loader to parts if WIN32DLL is enabled.Gravatar diego2008-04-25
* Only compile decode_i586.c on x86_32.Gravatar diego2008-04-25
* Remove useless comments with compilation commands.Gravatar diego2008-04-25
* Fix test program linking.Gravatar diego2008-04-25
* Add return statement, fixes the warning:Gravatar diego2008-04-25
* Remove redundant declaration, fixes the warning:Gravatar diego2008-04-25
* Add return statement, fixes the warning:Gravatar diego2008-04-25
* Remove unused variable.Gravatar diego2008-04-25
* Add missing #include, fixes the warning:Gravatar diego2008-04-25
* Take name of getch file to link against from config.mak.Gravatar diego2008-04-25
* Expand conditional addition of elements to variables with a form that permitsGravatar diego2008-04-24
* Use directory name as library name template.Gravatar diego2008-04-22
* #include config.h before all other headers.Gravatar diego2008-03-14
* Refactor AltiVec macros as done for FFmpeg.Gravatar diego2008-02-18
* Always use inline instead of _inline, the former is supported by allGravatar reimar2008-01-27
* Remove unnecessary <signal.h> includesGravatar uau2008-01-09