ffmpeg/libavcodec
Zdenek Kabelac d6a4c0b111 * some modifications to allow gcc to compile same code for -fPIC
- introduced MOVQ_WONE, MOVQ_WTWO
* unrolled put_pixels_clamped_mmx
* added .baling where the jump address would be compiled on odd address
* added some testing code to disable all these routines (for time measurement)

Originally committed as revision 308 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-02-18 09:40:05 +00:00
..
alpha Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de> 2002-01-20 14:48:02 +00:00
armv4l
i386 * some modifications to allow gcc to compile same code for -fPIC 2002-02-18 09:40:05 +00:00
libac3 win32 fixes 2001-08-13 21:48:05 +00:00
mlib copyright change 2001-09-17 21:19:35 +00:00
Makefile Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de> 2002-01-20 14:48:02 +00:00
ac3dec.c win32 fixes 2001-08-13 21:48:05 +00:00
ac3enc.c alternative bitstream writer (disabled by default, uncomment #define ALT_BISTREAM_WRITER in common.h if u want to try it) 2002-02-12 15:43:16 +00:00
ac3enc.h
ac3tab.h
apiexample.c changed opendivx to mpeg4 2001-08-15 13:12:23 +00:00
avcodec.h - Fixes on RTP and GOB headers for H.263. 2002-02-09 16:59:56 +00:00
common.c optimized the normal bitstream writer, its faster than the alternative one on p3 now ... lets hope its at least not slower on p4 & k7 2002-02-15 00:14:01 +00:00
common.h optimized the normal bitstream writer, its faster than the alternative one on p3 now ... lets hope its at least not slower on p4 & k7 2002-02-15 00:14:01 +00:00
dct-test.c
dsputil.c (commit by michael) 2002-01-27 13:30:18 +00:00
dsputil.h Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de> 2002-01-20 14:48:02 +00:00
fastmemcpy.h
fdctref.c
h263.c * simplified indexing 2002-02-18 09:32:11 +00:00
h263data.h - Added support to Inter4V+Q MBs to H.263 decoder. 2001-11-17 21:14:54 +00:00
h263dec.c * continue after error in msmpeg4_decode_mb - helps for some movie samples 2002-02-18 09:28:05 +00:00
imgconvert.c win32 fixes 2001-08-13 21:48:05 +00:00
imgresample.c
jfdctfst.c
jrevdct.c
libavcodec.dsp win32 fixes 2001-08-13 21:48:05 +00:00
mangle.h Cygwin's mangling by Felix Buenemann <atmosfear@users.sourceforge.net> 2002-01-20 14:30:34 +00:00
mjpeg.c alternative bitstream writer (disabled by default, uncomment #define ALT_BISTREAM_WRITER in common.h if u want to try it) 2002-02-12 15:43:16 +00:00
motion_est.c - Minor changes on bitrate control 2002-02-15 20:46:37 +00:00
motion_test.c motion test 2001-08-15 22:31:26 +00:00
mpeg4data.h
mpeg12.c avoid overflow of picturenumber*fps*10000 2002-02-18 01:58:00 +00:00
mpeg12data.h optimized encode_dc() (+2% speed on P3 for mpeg1 intra only encodings) 2002-02-13 15:26:28 +00:00
mpegaudio.c alternative bitstream writer (disabled by default, uncomment #define ALT_BISTREAM_WRITER in common.h if u want to try it) 2002-02-12 15:43:16 +00:00
mpegaudio.h merged code and tables between encoder and decoder 2001-09-15 22:42:25 +00:00
mpegaudiodec.c another bitstream reader code (faster on intel cpus) - patch by Michael Niedermayer <michaelni@gmx.at> 2002-01-10 00:56:05 +00:00
mpegaudiodectab.h added mpeg audio decoder tables 2001-09-15 22:41:10 +00:00
mpegaudiotab.h merged code and tables between encoder and decoder 2001-09-15 22:42:25 +00:00
mpegvideo.c * eliminating duplicated code from MPV_common_end 2002-02-18 09:31:37 +00:00
mpegvideo.h * using static instead of extern 2002-02-18 09:29:32 +00:00
msmpeg4.c * simplified indexing 2002-02-18 09:34:54 +00:00
msmpeg4data.h
pcm.c added pcm codecs 2001-09-23 17:16:51 +00:00
resample.c win32 fixes 2001-08-13 21:48:05 +00:00
rv10.c
simple_idct.c Small simple idct improvement for Alpha by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de> 2002-01-21 17:46:42 +00:00
simple_idct.h new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT to enable 2001-12-09 12:39:54 +00:00
utils.c avcodec_find_encoder_by_name() patch by Alex 2001-12-23 22:25:18 +00:00