Sun, 01 Aug 2010 21:06:51 +0000 |
diego |
Remove unnecessary #undef (f)printf.
|
Sun, 01 Aug 2010 21:04:20 +0000 |
diego |
Remove unnecessary libavutil/internal.h #includes.
|
Fri, 07 May 2010 18:24:41 +0000 |
diego |
Remove seemingly misplaced and commented-out liba52 #include.
|
Mon, 12 Apr 2010 10:56:17 +0000 |
diego |
the great MPlayer tab removal: part I
|
Tue, 23 Feb 2010 22:29:57 +0000 |
reimar |
Fix compilation: the dct64_MMX_func variable should be declared only once,
|
Mon, 22 Feb 2010 13:52:59 +0000 |
diego |
Declare all public mp3lib functions in mpg123.h.
|
Tue, 16 Feb 2010 13:16:17 +0000 |
diego |
Add header file for mplayer_audio_read() instead of forward declaring it.
|
Mon, 04 Jan 2010 19:36:18 +0000 |
diego |
Refactor real --> float #define to a typedef in a common header.
|
Thu, 08 Oct 2009 11:32:17 +0000 |
diego |
Fix 100l typo introduced in last commit.
|
Thu, 08 Oct 2009 11:25:01 +0000 |
diego |
cosmetics: Remove some pointless parentheses from return calls.
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Tue, 17 Feb 2009 03:08:56 +0000 |
diego |
Move libavutil #includes below all others so that they do not override
|
Mon, 26 Jan 2009 09:55:59 +0000 |
diego |
some more HAVE_3DNOW --> HAVE_AMD3DNOW
|
Sun, 25 Jan 2009 21:59:08 +0000 |
diego |
Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.
|
Sun, 25 Jan 2009 21:03:02 +0000 |
diego |
HAVE_3DNOWEX --> HAVE_3DNOWEXT
|
Fri, 16 Jan 2009 09:21:21 +0000 |
reimar |
Lots and lots of #ifdef ARCH_... -> #if ARCH_...
|
Mon, 05 Jan 2009 14:48:03 +0000 |
diego |
Add missing 'void' keyword to parameterless function declarations.
|
Thu, 11 Dec 2008 21:45:11 +0000 |
diego |
Add missing 'void' to parameterless function declaration.
|
Wed, 03 Dec 2008 23:01:03 +0000 |
diego |
Get rid of pointless 'extern' keywords.
|
Wed, 30 Jul 2008 12:01:30 +0000 |
diego |
Start unifying names of internal preprocessor directives.
|
Sun, 27 Jan 2008 11:28:13 +0000 |
reimar |
Always use inline instead of _inline, the former is supported by all
|
Wed, 09 Jan 2008 01:17:49 +0000 |
uau |
Remove unnecessary <signal.h> includes
|
Wed, 12 Dec 2007 08:45:05 +0000 |
diego |
cosmetics: Move public function declarations together.
|
Wed, 12 Dec 2007 08:29:55 +0000 |
diego |
Add missing declaration for dct64_altivec, fixes the warning:
|
Fri, 08 Jun 2007 14:38:25 +0000 |
zuxy |
Enable SIMD optmizations for mp3lib on AMD64
|
Tue, 05 Jun 2007 14:27:54 +0000 |
reimar |
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
Mon, 04 Jun 2007 09:20:00 +0000 |
zuxy |
Change '%ld' to '%d' to remove warnings introduced by r23452
|
Mon, 04 Jun 2007 03:05:16 +0000 |
zuxy |
Correct dct64 functions' declarations
|
Sat, 02 Jun 2007 16:25:18 +0000 |
zuxy |
Use int and uint32_t instead of long and unsigned long, when appropriate.
|
Fri, 25 May 2007 02:52:35 +0000 |
zuxy |
Record what was produced by make_decode_table_MMX() and used that data to
|
Mon, 05 Feb 2007 19:24:03 +0000 |
reimar |
Make sure buffer is aligned so no unaligned access happens.
|
Thu, 07 Dec 2006 11:58:07 +0000 |
reimar |
Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
|
Wed, 29 Nov 2006 15:02:45 +0000 |
diego |
Remove bswap.h, use libavutil/bswap.h instead.
|
Sun, 19 Nov 2006 16:54:06 +0000 |
reimar |
Remove (now hopefully unnecessary) workarounds added in r21056
|
Sun, 19 Nov 2006 15:21:50 +0000 |
nplourde |
fix mp3lib compilation on OSX
|
Wed, 01 Nov 2006 18:19:02 +0000 |
reimar |
mp3lib asm does not compile on AMD64.
|
Wed, 23 Aug 2006 08:16:30 +0000 |
gpoirier |
always use 3dnowext version of dct64 when supported by the CPU (K6-3+ and up).
|
Fri, 18 Aug 2006 13:58:03 +0000 |
diego |
Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
|
Wed, 19 Jul 2006 05:42:38 +0000 |
rfelker |
10l, i missed ifdefs around the calls
|
Fri, 07 Jul 2006 14:04:07 +0000 |
gpoirier |
Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's Pentium III
|
Thu, 22 Jun 2006 13:34:00 +0000 |
diego |
CVS --> Subversion in copyright notices
|
Sat, 15 Apr 2006 14:33:19 +0000 |
diego |
Make mp3lib say that it's using Altivec to decode instead of generic C
|
Thu, 09 Feb 2006 14:08:03 +0000 |
rathann |
Patch by Stefan Huehner / stefan % huehner ! org \
|
Tue, 03 Jan 2006 22:06:12 +0000 |
gpoirier |
Reverse commit 31 Dec 2005 18:56:35 -0000 1.34
|
Sat, 31 Dec 2005 18:56:35 +0000 |
gpoirier |
"Currently mplayer looks for only one MP3 frame sync. The attached
|
Tue, 15 Nov 2005 18:14:07 +0000 |
diego |
Unify include paths, -I.. is in CFLAGS.
|
Fri, 15 Apr 2005 22:21:35 +0000 |
diego |
Mark modified imported files as such to comply with (L)GPL ¡ø2a.
|
Mon, 15 Nov 2004 09:09:29 +0000 |
diego |
Reduce excessive verbosity.
|
Tue, 06 Apr 2004 01:06:21 +0000 |
alex |
fix symbol clashes when linking with libmp3lame including mp3 decoder, man, mp3lib is so much bloated
|
Wed, 22 Oct 2003 21:08:46 +0000 |
alex |
removed obsoleted (or never ending) code
|
Wed, 22 Oct 2003 20:58:46 +0000 |
alex |
removed the stdcall convention
|
Sat, 09 Aug 2003 19:15:40 +0000 |
nexus |
remove debug message
|
Thu, 24 Jul 2003 22:12:59 +0000 |
arpi |
layer-1 support
|
Tue, 24 Dec 2002 00:06:55 +0000 |
arpi |
cleanup & fix cpu detection & init stuff
|
Sat, 28 Sep 2002 02:03:09 +0000 |
arpi |
layer-1 stream parsing (NOT decoding) support
|
Sat, 21 Sep 2002 20:23:49 +0000 |
arpi |
pshufw is a mmx2 instruction, so don't use dct64_MMX_3dnowex on k6-3 which
|
Fri, 24 May 2002 01:56:01 +0000 |
atmos4 |
Cygwin stdcall mismatch fix.
|
Mon, 20 May 2002 03:25:26 +0000 |
arpi |
big cosmetics patch, cleanup of messages printed by mplayer and libs.
|
Sun, 28 Apr 2002 17:46:15 +0000 |
arpi |
don't re-detect cpu
|
Wed, 23 Jan 2002 17:09:58 +0000 |
nick |
Fixing compilation on non-MMX but x86 systems
|