ffmpeg/libavcodec
Michael Niedermayer 2a164b253c optimizing mpeg4_encode_dc
Originally committed as revision 361 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-03-25 15:36:16 +00:00
..
alpha Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de> 2002-01-20 14:48:02 +00:00
armv4l arm specific code 2001-08-13 21:38:25 +00:00
i386 - Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR until I'm 2002-02-26 22:14:27 +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 - Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek. 2002-03-10 14:51:20 +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 Initial revision 2001-07-22 14:18:56 +00:00
ac3tab.h Initial revision 2001-07-22 14:18:56 +00:00
apiexample.c changed opendivx to mpeg4 2001-08-15 13:12:23 +00:00
avcodec.h statistics for 2-pass encoding 2002-03-23 17:43:30 +00:00
common.c new motion estimation (epzs) not complete yet but allready pretty good :) 2002-03-22 02:21:17 +00:00
common.h resync marker support, needed for some mp4 files 2002-03-24 21:25:04 +00:00
dct-test.c updated dct-test to test IDCTs too 2001-08-07 22:42:45 +00:00
dsputil.c q-pel mc fixed 2002-03-09 14:22:21 +00:00
dsputil.h divx5-gmc support 2002-03-09 13:01:16 +00:00
fastmemcpy.h Adding fastmemcpy stuff to speedup mplayer project 2001-08-02 08:29:38 +00:00
fdctref.c added idct reference code 2001-08-07 22:43:37 +00:00
h263.c optimizing mpeg4_encode_dc 2002-03-25 15:36:16 +00:00
h263data.h - H.263+ decoder support for Advanded INTRA Coding (buggy) 2002-02-18 19:33:27 +00:00
h263dec.c mpeg4 aspect_ratio_info in AVCodecContext (requested by alex) 2002-03-22 23:22:08 +00:00
imgconvert.c win32 fixes 2001-08-13 21:48:05 +00:00
imgresample.c - removed #include ../config.h, because it's included from common.h 2001-08-02 18:46:26 +00:00
jfdctfst.c Initial revision 2001-07-22 14:18:56 +00:00
jrevdct.c permuted coefs in normal IDCT to avoid having different cases there 2001-08-07 22:45:35 +00:00
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 seems the old intra/inter decission is slightly better with a threshold, than the new one 2002-03-24 04:58:54 +00:00
motion_test.c motion test 2001-08-15 22:31:26 +00:00
mp3lameaudio.c - Fixes on MPEG demuxer to handle VOBs without System Header. 2002-03-17 17:44:45 +00:00
mpeg4data.h mpeg4 b-frames :) 2002-03-12 22:54:25 +00:00
mpeg12.c fcode_tables where too small, found by Klaas-Pieter Vlieg <vlieg@eurescom.de> 2002-03-24 23:45:13 +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 fcode_tables where too small, found by Klaas-Pieter Vlieg <vlieg@eurescom.de> 2002-03-24 23:45:13 +00:00
mpegvideo.h resync marker support, needed for some mp4 files 2002-03-24 21:25:04 +00:00
msmpeg4.c fixing msmpeg4 decoding if fps < 16 (i thought it was a indicator for the ext header, its the fps indeed) 2002-02-22 19:19:01 +00:00
msmpeg4data.h Initial revision 2001-07-22 14:18:56 +00:00
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 moved matrix init away from MPV_common_init() 2001-08-12 00:52:37 +00:00
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 - Bug fix MPEG-2 decoder to handle "repeat_first_field" (Telecine) 2002-03-16 02:41:00 +00:00