.. |
dct12.c
|
Initial revision
|
2001-02-24 20:28:24 +00:00 |
dct36_3dnow.c
|
Consistently include config.h before mangle.h, fixes possible compilation
|
2008-12-15 16:13:41 +00:00 |
dct36_k7.c
|
Identifiers starting with __ are reserved for the system.
|
2007-12-11 19:54:35 +00:00 |
dct36.c
|
CVS --> Subversion in copyright notices
|
2006-06-22 13:34:00 +00:00 |
dct64_3dnow.c
|
Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.
|
2008-10-16 20:17:56 +00:00 |
dct64_altivec.c
|
Remove AltiVec vector declaration compiler compatibility macros.
|
2008-07-26 12:26:04 +00:00 |
dct64_i386.c
|
CVS --> Subversion in copyright notices
|
2006-06-22 13:34:00 +00:00 |
dct64_k7.c
|
Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.
|
2008-10-16 20:17:56 +00:00 |
dct64_mmx.c
|
Consistently include config.h before mangle.h, fixes possible compilation
|
2008-12-15 16:13:41 +00:00 |
dct64_sse.c
|
DECLARE_ALIGNED was moved in FFmpeg.
|
2009-01-25 22:12:42 +00:00 |
dct64.c
|
CVS --> Subversion in copyright notices
|
2006-06-22 13:34:00 +00:00 |
decod386.c
|
Lots and lots of #ifdef ARCH_... -> #if ARCH_...
|
2009-01-16 09:21:21 +00:00 |
decode_i586.c
|
Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.
|
2008-10-16 20:17:56 +00:00 |
decode_mmx.c
|
Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.
|
2008-10-16 20:17:56 +00:00 |
equalizer.c
|
Initial revision
|
2001-02-24 20:28:24 +00:00 |
huffman.h
|
Initial revision
|
2001-02-24 20:28:24 +00:00 |
l2tables.h
|
CVS --> Subversion in copyright notices
|
2006-06-22 13:34:00 +00:00 |
layer1.c
|
Align output pointer so that we can use movaps instead of movups in dct64_sse;
|
2007-06-06 05:13:13 +00:00 |
layer2.c
|
Align output pointer so that we can use movaps instead of movups in dct64_sse;
|
2007-06-06 05:13:13 +00:00 |
layer3.c
|
Change some static temporary vars to automatic ones because mingw32 binutils
|
2007-06-06 05:16:08 +00:00 |
mp3.h
|
Add missing 'void' to parameterless function declaration.
|
2008-12-11 21:45:11 +00:00 |
mpg123.h
|
Get rid of pointless 'extern' keywords.
|
2008-12-03 23:01:03 +00:00 |
sr1.c
|
Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.
|
2009-01-25 21:59:08 +00:00 |
tabinit.c
|
Use int and uint32_t instead of long and unsigned long, when appropriate.
|
2007-06-02 16:25:18 +00:00 |
test2.c
|
Start unifying names of internal preprocessor directives.
|
2008-07-30 12:01:30 +00:00 |
test.c
|
Add missing 'void' keyword to parameterless function declarations.
|
2009-01-05 14:48:03 +00:00 |