log mp3lib/sr1.c @ 30490:c1d375bca9e1

age author description
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