aboutsummaryrefslogtreecommitdiffhomepage
path: root/mp3lib
Commit message (Collapse)AuthorAge
* mp3lib/dct64_sse.c: fix compilation with clangGravatar cehoyos2010-11-14
| | | | | | | | Use fist(p)s instead of fist(p), fixes compilation with clang. Patch by İsmail Dönmez, ismail namtrac org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32613 b3059339-0415-0410-9bf9-f77b7e298cf2
* 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
| |/ | | | | | | | | | | | | | | They are not compiled/enabled on 64 bit though, since they are vastly slower but would still be selected by default. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31281 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Use edi instead of ebx to avoid issues with PIC.Gravatar reimar2010-05-29
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31268 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Merge svn changes up to r31141Gravatar Uoti Urpala2010-05-07
|\|
| * Remove seemingly misplaced and commented-out liba52 #include.Gravatar diego2010-05-07
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31140 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Merge svn changes up to r31033Gravatar Uoti Urpala2010-04-26
|\|
| * the great MPlayer tab removal: part IGravatar diego2010-04-12
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31032 b3059339-0415-0410-9bf9-f77b7e298cf2
* | 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
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mplayer.c vidix/nvidia_vid.c
| | | | | | * unbreak compilation after cleanups in libavutil/common.hGravatar siretart2010-03-09
| | | | | |/ | | | | | | | | | | | | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30877 b3059339-0415-0410-9bf9-f77b7e298cf2
* | | | | | Merge svn changes up to r30494Gravatar Uoti Urpala2010-03-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libvo/vo_gl.c libvo/x11_common.c
| | | | | | * Do not cast the results of malloc/calloc/realloc.Gravatar diego2010-02-26
| | | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These functions return void*, which is compatible with any pointer, so there is no need for casts. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30744 b3059339-0415-0410-9bf9-f77b7e298cf2
| | | | | * Fix compilation: the dct64_MMX_func variable should be declared only once,Gravatar reimar2010-02-23
| | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not every time the header is included. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30724 b3059339-0415-0410-9bf9-f77b7e298cf2
| | | | * Declare all public mp3lib functions in mpg123.h.Gravatar diego2010-02-22
| | | |/ | | | | | | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30700 b3059339-0415-0410-9bf9-f77b7e298cf2
| | | * cosmetics: Remove pointless empty lines at EOF.Gravatar diego2010-02-20
| | |/ | | | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30675 b3059339-0415-0410-9bf9-f77b7e298cf2
| | * Add header file for mplayer_audio_read() instead of forward declaring it.Gravatar diego2010-02-16
| |/ | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30594 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Add missing license headers to test programs for external libraries.Gravatar diego2010-02-03
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30494 b3059339-0415-0410-9bf9-f77b7e298cf2
* | 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
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30209 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Add multiple inclusion guards to all mp3lib headers.Gravatar diego2010-01-04
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30205 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Merge svn changes up to r29912Gravatar Uoti Urpala2009-11-16
|\|
| * Fix 100l typo introduced in last commit.Gravatar diego2009-10-08
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29761 b3059339-0415-0410-9bf9-f77b7e298cf2
| * cosmetics: Remove some pointless parentheses from return calls.Gravatar diego2009-10-08
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29759 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Merge svn changes up to r29532Gravatar Uoti Urpala2009-08-18
|\|
| * Make sure it builds with -ftracerGravatar lu_zero2009-08-04
| | | | | | | | | | | | | | | | Use local labels to avoid clashes caused by -ftracer git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29476 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Merge svn changes up to r29455Gravatar Uoti Urpala2009-07-29
|\|
| * Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.Gravatar diego2009-07-26
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29443 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Remove unnecessary libavutil/internal.h includesGravatar Uoti Urpala2009-07-26
| | | | | | | | | | | | | | These includes were added earlier after the definition of the DECLARE_ALIGNED and DECLARE_ASM_CONST macros were moved to this header in FFmpeg. However now those macros are again in the public mem.h header, and there is no need to include internal.h.
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| |
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
|/ | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29305 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reduce size of needlessly large mp3lib bandInfoStructGravatar reimar2009-03-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28866 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make several constant mp3lib tables constGravatar reimar2009-03-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28865 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move libavutil #includes below all others so that they do not overrideGravatar diego2009-02-17
| | | | | | | | | system functions and cause the warning: In file included from mp3lib/sr1.c:27: /mp_msg.h:115: warning: 'please_use_av_log_instead_of_printf' is an unrecognized format function type git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28622 b3059339-0415-0410-9bf9-f77b7e298cf2
* WORDS_BIGENDIAN is defined/undefined, not 0/1.Gravatar diego2009-01-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28374 b3059339-0415-0410-9bf9-f77b7e298cf2
* some more HAVE_3DNOW --> HAVE_AMD3DNOWGravatar diego2009-01-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28373 b3059339-0415-0410-9bf9-f77b7e298cf2
* DECLARE_ALIGNED was moved in FFmpeg.Gravatar diego2009-01-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28363 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.Gravatar diego2009-01-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28362 b3059339-0415-0410-9bf9-f77b7e298cf2
* HAVE_3DNOWEX --> HAVE_3DNOWEXTGravatar diego2009-01-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28361 b3059339-0415-0410-9bf9-f77b7e298cf2
* Lots and lots of #ifdef ARCH_... -> #if ARCH_...Gravatar reimar2009-01-16
| | | | | | | | and #ifdef HAVE_MMX etc -> #if HAVE_MMX. There might be still more that need to be fixed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28325 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add missing 'void' keyword to parameterless function declarations.Gravatar diego2009-01-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28267 b3059339-0415-0410-9bf9-f77b7e298cf2
* Consistently include config.h before mangle.h, fixes possible compilationGravatar reimar2008-12-15
| | | | | | | issues due to r28151 (using EXTERN_PREFIX). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28152 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add missing 'void' to parameterless function declaration.Gravatar diego2008-12-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28129 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28085 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.Gravatar diego2008-10-16
| | | | | | | | We were using an inconsistent mix of the three variants and 'volatile' should be the most correct and portable variant. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27791 b3059339-0415-0410-9bf9-f77b7e298cf2