ffmpeg/libavcodec
Fabrice Bellard fab219971e new YUV formats for correct JPEG YUV support - added automatic pixel format conversion guessing (minimize loss and size)
Originally committed as revision 1798 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-04-20 16:15:43 +00:00
..
alpha
armv4l
i386 10l (hadamard fix) 2003-04-14 09:58:16 +00:00
liba52 Utility functions (CRC calc & float->int converters) 2003-04-16 20:03:07 +00:00
libpostproc better? default thresholds, if this is worse for any files, then tell us ASAP 2003-04-18 12:50:00 +00:00
mlib
ppc
ps2
.cvsignore
Doxyfile
Makefile Compile a52 util functions too 2003-04-16 20:04:20 +00:00
a52dec.c
ac3.h
ac3dec.c
ac3enc.c
ac3tab.h
adpcm.c
allcodecs.c native Indeo3 decoder implementation 2003-04-15 10:12:38 +00:00
apiexample.c
avcodec.c
avcodec.h new YUV formats for correct JPEG YUV support - added automatic pixel format conversion guessing (minimize loss and size) 2003-04-20 16:15:43 +00:00
bswap.h
common.c
common.h simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture 2003-04-10 13:18:38 +00:00
cyuv.c
dct-test.c
dsputil.c H264 decoder & demuxer 2003-04-04 14:42:28 +00:00
dsputil.h H264 decoder & demuxer 2003-04-04 14:42:28 +00:00
dv.c support for DV aspect ratio and erroneous audio patch by (Dan Dennedy (dan at dennedy dot org) and Roman Shaposhnick <rvs at sun dot com>) 2003-04-04 13:45:45 +00:00
dvdata.h support for DV aspect ratio and erroneous audio patch by (Dan Dennedy (dan at dennedy dot org) and Roman Shaposhnick <rvs at sun dot com>) 2003-04-04 13:45:45 +00:00
error_resilience.c simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture 2003-04-10 13:18:38 +00:00
eval.c
fastmemcpy.h
fdctref.c
fft-test.c
fft.c
golomb.c H264 decoder & demuxer 2003-04-04 14:42:28 +00:00
golomb.h multiple reference frames support 2003-04-04 20:59:50 +00:00
h263.c simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture 2003-04-10 13:18:38 +00:00
h263data.h
h263dec.c 10l (use before malloc) 2003-04-12 15:00:32 +00:00
h264.c minor cleanup / some warning fixes 2003-04-14 13:44:38 +00:00
h264data.h 10l 2003-04-10 14:07:18 +00:00
huffyuv.c
imgconvert.c rgba32 convert 2003-04-19 16:21:25 +00:00
imgresample.c
indeo3.c code redundancy reduction, courtesy of suxen_drol -at- hotmail.com 2003-04-19 13:30:09 +00:00
indeo3data.h native Indeo3 decoder implementation 2003-04-15 10:12:38 +00:00
jfdctfst.c
jfdctint.c
jrevdct.c
mace.c debug stuff only for DEBUG :) 2003-03-26 16:46:20 +00:00
mdct.c
mem.c
mjpeg.c user setable quantizer bias 2003-03-22 12:09:02 +00:00
motion_est.c simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture 2003-04-10 13:18:38 +00:00
motion_est_template.c simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture 2003-04-10 13:18:38 +00:00
motion_test.c
mp3lameaudio.c
mpeg4data.h simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture 2003-04-10 13:18:38 +00:00
mpeg12.c mpeg2 qscale flag 2003-04-18 12:45:34 +00:00
mpeg12data.h 100l (mpeg2 decoding fixed) 2003-04-11 21:15:17 +00:00
mpegaudio.c
mpegaudio.h
mpegaudiodec.c
mpegaudiodectab.h
mpegaudiotab.h
mpegvideo.c 10l 2003-04-14 20:02:12 +00:00
mpegvideo.h simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture 2003-04-10 13:18:38 +00:00
msmpeg4.c simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture 2003-04-10 13:18:38 +00:00
msmpeg4data.h
oggvorbis.c
oggvorbis.h
opts.c
os_support.h Changes for SPARC/Solaris compatibility. Now it should be possible to 2003-04-15 22:29:37 +00:00
pcm.c
ratecontrol.c 10l (adaptve quant fix) 2003-04-11 09:20:45 +00:00
raw.c segfault fix 2003-04-17 19:53:36 +00:00
resample.c
rv10.c
simple_idct.c
simple_idct.h
svq1.c
svq1_cb.h
utils.c 10l 2003-04-02 10:18:29 +00:00
wmadata.h
wmadec.c
wmv2.c 10l 2003-04-12 22:53:26 +00:00