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
*
mp3lib/dct64_sse.c: fix compilation with clang
cehoyos
2010-11-14
*
mp3lib: use ffmpeg_files/x86_cpu.h
Uoti Urpala
2010-06-03
*
Merge svn changes up to r31284
Uoti Urpala
2010-06-02
|
\
*
\
Merge svn changes up to r31275
Uoti Urpala
2010-06-02
|
\
\
|
|
*
Make 3dnow and MMX code compile for 64 bit (just stupid search-and-replace).
reimar
2010-05-30
|
|
/
|
*
Use edi instead of ebx to avoid issues with PIC.
reimar
2010-05-29
*
|
Merge svn changes up to r31141
Uoti Urpala
2010-05-07
|
\
|
|
*
Remove seemingly misplaced and commented-out liba52 #include.
diego
2010-05-07
*
|
Merge svn changes up to r31033
Uoti Urpala
2010-04-26
|
\
|
|
*
the great MPlayer tab removal: part I
diego
2010-04-12
*
|
Merge svn changes up to r30748
Uoti Urpala
2010-03-10
|
\
\
*
\
\
Merge svn changes up to r30732
Uoti Urpala
2010-03-10
|
\
\
\
*
\
\
\
Merge svn changes up to r30702
Uoti Urpala
2010-03-10
|
\
\
\
\
*
\
\
\
\
Merge svn changes up to r30675
Uoti Urpala
2010-03-10
|
\
\
\
\
\
*
\
\
\
\
\
Merge svn changes up to r30595
Uoti Urpala
2010-03-09
|
\
\
\
\
\
\
|
|
|
|
|
|
*
unbreak compilation after cleanups in libavutil/common.h
siretart
2010-03-09
|
|
|
|
|
|
/
*
|
|
|
|
|
Merge svn changes up to r30494
Uoti Urpala
2010-03-09
|
\
\
\
\
\
\
|
|
|
|
|
|
*
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
*
|
Merge svn changes up to r30216
Uoti Urpala
2010-01-08
|
\
|
|
*
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
*
|
Merge svn changes up to r29912
Uoti Urpala
2009-11-16
|
\
|
|
*
Fix 100l typo introduced in last commit.
diego
2009-10-08
|
*
cosmetics: Remove some pointless parentheses from return calls.
diego
2009-10-08
*
|
Merge svn changes up to r29532
Uoti Urpala
2009-08-18
|
\
|
|
*
Make sure it builds with -ftracer
lu_zero
2009-08-04
*
|
Merge svn changes up to r29455
Uoti Urpala
2009-07-29
|
\
|
|
*
Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
diego
2009-07-26
*
|
Remove unnecessary libavutil/internal.h includes
Uoti Urpala
2009-07-26
*
|
Remove trailing whitespace from most files
Uoti Urpala
2009-07-07
|
*
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
[next]