index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mp3lib
Commit message (
Expand
)
Author
Age
*
Do not cast the results of malloc/calloc/realloc.
diego
2010-02-26
*
Fix compilation: the dct64_MMX_func variable should be declared only once,
reimar
2010-02-23
*
Declare all public mp3lib functions in mpg123.h.
diego
2010-02-22
*
cosmetics: Remove pointless empty lines at EOF.
diego
2010-02-20
*
Add header file for mplayer_audio_read() instead of forward declaring it.
diego
2010-02-16
*
Add missing license headers to test programs for external libraries.
diego
2010-02-03
*
Refactor real --> float #define to a typedef in a common header.
diego
2010-01-04
*
Add multiple inclusion guards to all mp3lib headers.
diego
2010-01-04
*
Fix 100l typo introduced in last commit.
diego
2009-10-08
*
cosmetics: Remove some pointless parentheses from return calls.
diego
2009-10-08
*
Make sure it builds with -ftracer
lu_zero
2009-08-04
*
Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
diego
2009-07-26
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
*
Reduce size of needlessly large mp3lib bandInfoStruct
reimar
2009-03-07
*
Make several constant mp3lib tables const
reimar
2009-03-07
*
Move libavutil #includes below all others so that they do not override
diego
2009-02-17
*
WORDS_BIGENDIAN is defined/undefined, not 0/1.
diego
2009-01-26
*
some more HAVE_3DNOW --> HAVE_AMD3DNOW
diego
2009-01-26
*
DECLARE_ALIGNED was moved in FFmpeg.
diego
2009-01-25
*
Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.
diego
2009-01-25
*
HAVE_3DNOWEX --> HAVE_3DNOWEXT
diego
2009-01-25
*
Lots and lots of #ifdef ARCH_... -> #if ARCH_...
reimar
2009-01-16
*
Add missing 'void' keyword to parameterless function declarations.
diego
2009-01-05
*
Consistently include config.h before mangle.h, fixes possible compilation
reimar
2008-12-15
*
Add missing 'void' to parameterless function declaration.
diego
2008-12-11
*
Get rid of pointless 'extern' keywords.
diego
2008-12-03
*
Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.
diego
2008-10-16
*
Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
diego
2008-10-16
*
Start unifying names of internal preprocessor directives.
diego
2008-07-30
*
Remove AltiVec vector declaration compiler compatibility macros.
diego
2008-07-26
*
Check for HAVE_ALTIVEC_VECTOR_BRACES instead of __APPLE_CC__.
diego
2008-05-30
*
Merge mp3lib/Makefile into top-level Makefile.
diego
2008-04-27
*
Revert accidentally committed changes.
diego
2008-04-25
*
Only add loader to parts if WIN32DLL is enabled.
diego
2008-04-25
*
Only compile decode_i586.c on x86_32.
diego
2008-04-25
*
Remove useless comments with compilation commands.
diego
2008-04-25
*
Fix test program linking.
diego
2008-04-25
*
Add return statement, fixes the warning:
diego
2008-04-25
*
Remove redundant declaration, fixes the warning:
diego
2008-04-25
*
Add return statement, fixes the warning:
diego
2008-04-25
*
Remove unused variable.
diego
2008-04-25
*
Add missing #include, fixes the warning:
diego
2008-04-25
*
Take name of getch file to link against from config.mak.
diego
2008-04-25
*
Expand conditional addition of elements to variables with a form that permits
diego
2008-04-24
*
Use directory name as library name template.
diego
2008-04-22
*
#include config.h before all other headers.
diego
2008-03-14
*
Refactor AltiVec macros as done for FFmpeg.
diego
2008-02-18
*
Always use inline instead of _inline, the former is supported by all
reimar
2008-01-27
*
Remove unnecessary <signal.h> includes
uau
2008-01-09
*
cosmetics: Remove ugly and inconsistent uppercasing from filenames.
diego
2007-12-12
[next]