ffmpeg/libavcodec
Fabrice Bellard 0725406c94 added cpuid.s
Originally committed as revision 24 to svn://svn.ffmpeg.org/ffmpeg/trunk
2001-07-30 23:50:04 +00:00
..
i386 renamed - use of s->dct_unquantize function pointer - SHOULD add faster h263 mmx specific unquantization stuff 2001-07-30 23:28:35 +00:00
libac3 Initial revision 2001-07-22 14:18:56 +00:00
Makefile added cpuid.s 2001-07-30 23:50:04 +00:00
ac3dec.c added CONFIG_AC3, CONFIG_MPGLIB, CONFIG_DECODERS and CONFIG_ENCODERS (Arpi: don't forget to put CONFIG_DECODERS in mplayer) 2001-07-23 20:58:31 +00:00
ac3enc.c Initial revision 2001-07-22 14:18:56 +00:00
ac3enc.h Initial revision 2001-07-22 14:18:56 +00:00
ac3tab.h Initial revision 2001-07-22 14:18:56 +00:00
apiexample.c Initial revision 2001-07-22 14:18:56 +00:00
avcodec.h added CONFIG_AC3, CONFIG_MPGLIB, CONFIG_DECODERS and CONFIG_ENCODERS (Arpi: don't forget to put CONFIG_DECODERS in mplayer) 2001-07-23 20:58:31 +00:00
common.c Sync with mplayer's stuff 2001-07-30 09:04:34 +00:00
common.h added HAVE_AV_CONFIG_H 2001-07-30 23:22:07 +00:00
dct-test.c Initial revision 2001-07-22 14:18:56 +00:00
dsputil.c added emms_c() macro which should can used in c code in both mmx/non mmx cases 2001-07-24 20:42:03 +00:00
dsputil.h added emms_c() macro which should can used in c code in both mmx/non mmx cases 2001-07-24 20:42:03 +00:00
fdctref.c comments 2001-07-30 23:23:11 +00:00
h263.c added skip macroblock optimization (big perf win on black regions for example) 2001-07-24 20:43:41 +00:00
h263data.h Initial revision 2001-07-22 14:18:56 +00:00
h263dec.c use block[] in structure to have it aligned on 8 bytes for mmx optimizations 2001-07-30 23:24:58 +00:00
imgconvert.c Initial revision 2001-07-22 14:18:56 +00:00
imgresample.c fixed config for direct mplayer build compatibility 2001-07-23 20:06:54 +00:00
jfdctfst.c Initial revision 2001-07-22 14:18:56 +00:00
jrevdct.c Initial revision 2001-07-22 14:18:56 +00:00
mjpegenc.c Initial revision 2001-07-22 14:18:56 +00:00
motion_est.c added emms_c() macro which should can used in c code in both mmx/non mmx cases 2001-07-24 20:42:03 +00:00
mpeg4data.h Initial revision 2001-07-22 14:18:56 +00:00
mpeg12.c use block[] in structure to have it aligned on 8 bytes for mmx optimizations 2001-07-30 23:24:58 +00:00
mpeg12data.h Initial revision 2001-07-22 14:18:56 +00:00
mpegaudio.c Initial revision 2001-07-22 14:18:56 +00:00
mpegaudio.h Initial revision 2001-07-22 14:18:56 +00:00
mpegaudiodec.c Initial revision 2001-07-22 14:18:56 +00:00
mpegaudiotab.h Initial revision 2001-07-22 14:18:56 +00:00
mpegvideo.c use block[] in structure to have it aligned on 8 bytes for mmx optimizations - dct_unquantize is always a function pointer - added specialized dct_unquantize_h263 2001-07-30 23:26:26 +00:00
mpegvideo.h use block[] in structure to have it aligned on 8 bytes for mmx optimizations - dct_unquantize is always a function pointer - added specialized dct_unquantize_h263 2001-07-30 23:26:26 +00:00
msmpeg4.c added skip macroblock optimization (big perf win on black regions for example) 2001-07-24 20:43:41 +00:00
msmpeg4data.h Initial revision 2001-07-22 14:18:56 +00:00
resample.c Initial revision 2001-07-22 14:18:56 +00:00
rv10.c Initial revision 2001-07-22 14:18:56 +00:00
utils.c added CONFIG_AC3, CONFIG_MPGLIB, CONFIG_DECODERS and CONFIG_ENCODERS (Arpi: don't forget to put CONFIG_DECODERS in mplayer) 2001-07-23 20:58:31 +00:00