ffmpeg/libavcodec
Mike Melanson 4120a53a86 implemented Id Quake II CIN support
Originally committed as revision 2339 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-10-03 05:43:03 +00:00
..
alpha Use asms instead of builtins when compiling for generic Alpha. Less 2003-09-13 10:07:46 +00:00
armv4l
i386 another non const static, maybe its thread save now 2003-09-15 19:18:28 +00:00
liba52 when changing version, please keep my changes (win32 compile fix) 2003-08-24 13:57:42 +00:00
libpostproc Ministry of English Composition fixes (courtesy of Diego Biurrun 2003-09-14 16:52:34 +00:00
mlib
ppc namespace fix (triggered by gcc-alivec-bugfix + gentoo or so) by (Magnus Damm <damm at opensource dot se>) 2003-07-29 10:26:34 +00:00
ps2
sh4
.cvsignore
4xm.c Fix compilation with ccc 2003-09-22 20:29:58 +00:00
Doxyfile
Makefile implemented Id Quake II CIN support 2003-10-03 05:43:03 +00:00
a52dec.c
ac3.h
ac3dec.c
ac3enc.c AC3 encoding patch ba (Ross Martin <ffmpeg at ross dot interwrx dot com>) 2003-08-20 07:57:00 +00:00
ac3tab.h
adpcm.c New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE & 2003-10-01 04:39:38 +00:00
allcodecs.c implemented Id Quake II CIN support 2003-10-03 05:43:03 +00:00
amr.c AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>) 2003-09-28 20:34:11 +00:00
apiexample.c spelling fix 2003-08-28 13:30:03 +00:00
asv1.c asv2 encoding 2003-09-01 12:26:39 +00:00
avcodec.c
avcodec.h implemented Id Quake II CIN support 2003-10-03 05:43:03 +00:00
bswap.h warning fixes 2003-07-25 13:15:16 +00:00
cabac.c
cabac.h
cinepak.c New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE & 2003-10-01 04:39:38 +00:00
cljr.c removed unused variables 2003-08-24 22:08:22 +00:00
common.c using av_abort instead exit 2003-07-28 16:35:42 +00:00
common.h ctype.h is a common header 2003-09-08 19:58:34 +00:00
cyuv.c
dct-test.c
dpcm.c fix Interplay DPCM (frames are intracoded, predictors do not carry 2003-09-19 04:41:02 +00:00
dsputil.c
dsputil.h removed os_support.h 2003-09-08 21:05:43 +00:00
dv.c * preAlpha DV encoding support -- there's still a truckload 2003-10-01 23:34:46 +00:00
dvdata.h * DV handling was streamlined for both muxing/demuxing and 2003-09-29 17:54:07 +00:00
error_resilience.c avoid warning 2003-08-24 22:15:37 +00:00
eval.c
faad.c
fastmemcpy.h
fdctref.c
fft-test.c
fft.c
ffv1.c removed warnings 2003-09-09 22:50:44 +00:00
golomb.c
golomb.h
h263.c ac prediction cleanup 2003-10-01 15:41:36 +00:00
h263data.h h263 stuffing decode fix 2003-09-26 22:18:25 +00:00
h263dec.c AVI stream header FCC / more reliable detection of old xvid files 2003-09-10 23:40:55 +00:00
h264.c removed warnings 2003-09-09 22:50:44 +00:00
h264data.h
huffyuv.c default for slices is display order again 2003-07-20 14:48:05 +00:00
idcinvideo.c implemented Id Quake II CIN support 2003-10-03 05:43:03 +00:00
imgconvert.c avcodec const correctness patch by (Drew Hess <dhess at ilm dot com>) 2003-09-29 15:44:59 +00:00
imgconvert_template.h avcodec const correctness patch by (Drew Hess <dhess at ilm dot com>) 2003-09-29 15:44:59 +00:00
imgresample.c avcodec const correctness patch by (Drew Hess <dhess at ilm dot com>) 2003-09-29 15:44:59 +00:00
indeo3.c fixes levis.avi 2003-09-25 12:19:26 +00:00
indeo3data.h use const data - began to make code more portable 2003-09-09 22:56:25 +00:00
interplayvideo.c do away with all those naughty global variables 2003-09-19 01:13:53 +00:00
jfdctfst.c
jfdctint.c
jrevdct.c
mace.c
mdct.c
mdec.c 100l 2003-09-01 17:42:07 +00:00
mem.c
mjpeg.c removed warnings 2003-09-09 22:59:16 +00:00
motion_est.c optionally try to encode each MB with MV=<0,0> and choose the one with better RD 2003-10-02 00:24:34 +00:00
motion_est_template.c removed unused variable 2003-08-24 22:28:41 +00:00
motion_test.c
mp3lameaudio.c CODEC_ID_MP3LAME is obsolete 2003-09-08 22:04:29 +00:00
mpeg4data.h
mpeg12.c hurry_up fix? 2003-09-27 00:02:29 +00:00
mpeg12data.h
mpegaudio.c
mpegaudio.h
mpegaudiodec.c update sub_id in mpegaudio decoding (might need same method as MPEG2VIDEO too ?) 2003-09-08 22:49:26 +00:00
mpegaudiodectab.h
mpegaudiotab.h
mpegvideo.c rd cbp + single coeff elimination fix 2003-10-02 08:52:37 +00:00
mpegvideo.h rate distortion optimal cbp support (h263/mpeg4 non intra only) 2003-09-30 22:18:43 +00:00
msmpeg4.c skip ext header missing message for msmpeg4v2 2003-08-10 21:11:45 +00:00
msmpeg4data.h
msrle.c New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE & 2003-10-01 04:39:38 +00:00
msvideo1.c New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE & 2003-10-01 04:39:38 +00:00
oggvorbis.c
oggvorbis.h
opts.c removed os_support.h 2003-09-08 21:05:43 +00:00
pcm.c simpler 2003-09-28 20:27:56 +00:00
ra144.c removed unused variables 2003-08-24 22:08:22 +00:00
ra144.h
ra288.c removed unused variables 2003-08-24 22:08:22 +00:00
ra288.h
ratecontrol.c removed warnings 2003-09-09 22:59:16 +00:00
raw.c
resample.c removed os_support.h 2003-09-08 21:05:43 +00:00
roqvideo.c experimental half-pel motion compensation for C planes, courtesy of Dr. 2003-10-02 04:19:56 +00:00
rpza.c New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE & 2003-10-01 04:39:38 +00:00
rv10.c rate distortion mb decision support 2003-07-29 02:09:12 +00:00
simple_idct.c
simple_idct.h
svq1.c get_bits -> skip_bits 2003-07-25 13:36:08 +00:00
svq1_cb.h
svq1_vlc.h
svq3.c
utils.c detect avcodec_open() on an already opened AVCodecContext 2003-09-10 08:20:14 +00:00
vcr1.c removed unused variable 2003-08-24 22:28:41 +00:00
vp3.c * patch for compile problem by "Steven M. Schultz" sms at 2BSD dot COM 2003-09-12 18:25:04 +00:00
vp3data.h
vqavideo.c first pass at a VQA video decoder 2003-10-02 05:20:07 +00:00
wmadata.h
wmadec.c
wmv2.c avoid warning 2003-08-24 22:21:06 +00:00
xan.c MACRO-ize a bunch of redundant code blocks; fix 16-bit RGB modes (it's 2003-09-19 04:00:32 +00:00
xvmcvideo.c ctype.h is a common header 2003-09-08 19:58:34 +00:00