.. |
alpha
|
Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
|
2002-01-20 14:48:02 +00:00 |
armv4l
|
|
|
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
|
|
|
mlib
|
copyright change
|
2001-09-17 21:19:35 +00:00 |
ac3dec.c
|
|
|
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
|
|
|
avcodec.h
|
- Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek.
|
2002-03-10 14:58:53 +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
|
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
|
|
|
fdctref.c
|
|
|
h263.c
|
mpeg4 b-frames :)
|
2002-03-12 22:54:25 +00:00 |
h263data.h
|
- H.263+ decoder support for Advanded INTRA Coding (buggy)
|
2002-02-18 19:33:27 +00:00 |
h263dec.c
|
mpeg4 b-frames :)
|
2002-03-12 22:54:25 +00:00 |
imgconvert.c
|
|
|
imgresample.c
|
|
|
jfdctfst.c
|
|
|
jrevdct.c
|
|
|
libavcodec.dsp
|
|
|
Makefile
|
- Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek.
|
2002-03-10 14:51:20 +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
|
|
|
mp3lameaudio.c
|
- Bug fix on output sample rate for lame MP3 encoding.
|
2002-03-10 15:16:41 +00:00 |
mpeg4data.h
|
mpeg4 b-frames :)
|
2002-03-12 22:54:25 +00:00 |
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
|
|
|
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
|
|
|
mpegaudiotab.h
|
|
|
mpegvideo.c
|
mpeg4 b-frames :)
|
2002-03-12 22:54:25 +00:00 |
mpegvideo.h
|
mpeg4 b-frames :)
|
2002-03-12 22:54:25 +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
|
|
|
pcm.c
|
added pcm codecs
|
2001-09-23 17:16:51 +00:00 |
resample.c
|
|
|
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
|
- Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek.
|
2002-03-10 14:58:53 +00:00 |