ffmpeg/libavcodec
Diego Biurrun 9933dc7168 Fix imgresample-test compilation.
Originally committed as revision 6560 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-05 01:28:25 +00:00
..
alpha
armv4l
bfin
i386 Switch idct_mmx_xvid.c from GPL to LGPL as permitted by the 2006-10-05 00:23:24 +00:00
liba52
mlib
ppc
ps2
sh4
sparc
4xm.c
8bps.c
Makefile Fix imgresample-test compilation. 2006-10-05 01:28:25 +00:00
a52dec.c
aasc.c
ac3.h
ac3dec.c
ac3enc.c
ac3tab.h
adpcm.c
adx.c
alac.c
allcodecs.c Add vorbis encoder to ffmpeg 2006-10-02 06:18:02 +00:00
amr.c
apiexample.c
asv1.c
audioconvert.c
avcodec.h change extradata type to uint8_t * 2006-10-04 13:13:07 +00:00
avs.c
beosthread.c
bitstream.c
bitstream.h
bitstream_filter.c
bmp.c
cabac.c
cabac.h don't try to inline cabac functions. gcc ignored the hint anyway, and forcing it would make h264 slower. 2006-10-04 07:16:10 +00:00
cavs.c
cavsdata.h
cavsdsp.c
cinepak.c
cljr.c
cook.c
cookdata.h
cscd.c
cyuv.c
dct-test.c
dpcm.c
dsputil.c approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast. 2006-10-01 21:25:17 +00:00
dsputil.h approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast. 2006-10-01 21:25:17 +00:00
dtsdec.c
dv.c Fix compilation with --disable-encoders. 2006-10-01 18:19:49 +00:00
dvbsub.c
dvbsubdec.c
dvdata.h
dvdsub.c
dvdsubenc.c
error_resilience.c
eval.c Remove unused variables and the corresponding warnings along with them. 2006-10-03 17:12:48 +00:00
eval.h Add forgotten eval.h... 2006-09-29 19:48:27 +00:00
faac.c
faad.c
faandct.c
faandct.h
fdctref.c
fft-test.c
fft.c
ffv1.c
flac.c
flacenc.c
flashsv.c
flicvideo.c
fraps.c
g726.c
golomb.c
golomb.h
h261.c
h261data.h
h263.c fix rv20 b frames (broke since r5264 Mon Apr 3 07:52:24 2006 UTC 2x faster ff_mpeg4_set_direct_mv) 2006-09-29 23:34:42 +00:00
h263data.h
h263dec.c 10l in r6412 2006-10-04 02:57:43 +00:00
h264.c simplify write_back_motion for skip mbs 2006-10-04 07:08:26 +00:00
h264data.h
h264idct.c
huffyuv.c
idcinvideo.c
imgconvert.c
imgconvert_template.h
imgresample.c
indeo2.c
indeo2data.h
indeo3.c
indeo3data.h
internal.h
interplayvideo.c
jfdctfst.c
jfdctint.c
jpeg_ls.c
jrevdct.c
kmvc.c
lcl.c
libgsm.c
loco.c
lzo.c
lzo.h
mace.c
mathops.h
mdct.c
mdec.c
mjpeg.c mjpeg 4:2:2 encoding support 2006-10-04 12:49:52 +00:00
mmvideo.c
motion_est.c
motion_est_template.c
motion_test.c
mp3lameaudio.c
mpeg4data.h
mpeg12.c
mpeg12data.h
mpegaudio.c
mpegaudio.h
mpegaudiodec.c
mpegaudiodectab.h
mpegaudiotab.h
mpegvideo.c mjpeg 4:2:2 encoding support 2006-10-04 12:49:52 +00:00
mpegvideo.h Move the ratecontrol related code from mpegvideo.h to a separate header file. 2006-09-29 19:39:19 +00:00
msmpeg4.c
msmpeg4data.h
msrle.c
msvideo1.c
nuv.c
oggvorbis.c
opt.c Reformat the output of the list of available AVOptions, by indenting the 2006-09-29 19:36:12 +00:00
opt.h
os2thread.c
parser.c
pcm.c
png.c
pnm.c
pthread.c
qdm2.c
qdm2data.h
qdrw.c 1l: correct argument order in avcodec_check_dimensions 2006-10-01 05:09:20 +00:00
qpeg.c
qtrle.c
ra144.c
ra144.h
ra288.c
ra288.h
rangecoder.c
rangecoder.h
ratecontrol.c Move the ratecontrol related code from mpegvideo.h to a separate header file. 2006-09-29 19:39:19 +00:00
ratecontrol.h Move the ratecontrol related code from mpegvideo.h to a separate header file. 2006-09-29 19:39:19 +00:00
raw.c
resample.c
resample2.c
roqvideo.c
rpza.c
rtjpeg.c
rtjpeg.h
rv10.c seems only 3 bits are used for the number of resolutions, some rv30 files have this set to 10 even though there are just 2 resolutions in the extradata 2006-09-30 16:00:27 +00:00
shorten.c
simple_idct.c
simple_idct.h
smacker.c 1l: correct argument order in avcodec_check_dimensions 2006-10-01 05:09:20 +00:00
smc.c
snow.c Remove unused variables and the corresponding warnings along with them. 2006-10-03 17:12:48 +00:00
snow.h
sonic.c
sp5x.h
svq1.c
svq1_cb.h
svq1_vlc.h
svq3.c
swscale.h
truemotion1.c
truemotion1data.h
truemotion2.c 1l: correct argument order in avcodec_check_dimensions 2006-10-01 05:09:20 +00:00
truespeech.c
truespeech_data.h
tscc.c 1l: correct argument order in avcodec_check_dimensions 2006-10-01 05:09:20 +00:00
tta.c
ulti.c
ulti_cb.h
utils.c Fix quantiSer --> quantiZer typo. 2006-10-02 10:23:59 +00:00
vc1.c Remove unused variables and the corresponding warnings along with them. 2006-10-03 17:12:48 +00:00
vc1acdata.h
vc1data.h
vc1dsp.c
vcr1.c
vmdav.c
vmnc.c Remove unused variables and the corresponding warnings along with them. 2006-10-03 17:12:48 +00:00
vorbis.c remove render_line from vorbis.h, add ff_vorbis_floor1_render_list instead 2006-10-01 17:38:07 +00:00
vorbis.h remove render_line from vorbis.h, add ff_vorbis_floor1_render_list instead 2006-10-01 17:38:07 +00:00
vorbis_data.c vorbis.h -> vorbis_data.c 2006-09-30 18:47:15 +00:00
vorbis_enc.c more forgotten free's. 2006-10-02 11:55:24 +00:00
vorbis_enc_data.h add vorbis_enc_data.h, remove codebook data from vorbis_enc.c 2006-10-02 06:56:39 +00:00
vp3.c Remove unused variables and the corresponding warnings along with them. 2006-10-03 17:12:48 +00:00
vp3data.h
vp3dsp.c
vp5.c
vp5data.h
vp6.c
vp6data.h
vp56.c
vp56.h
vp56data.c
vp56data.h
vqavideo.c palette (if we memcpy it into AVFrame) must be uint32_t 2006-09-30 23:49:09 +00:00
w32thread.c
wavpack.c Handle case of get_bits(0) 2006-09-28 05:01:02 +00:00
wmadata.h
wmadec.c
wmv2.c
wnv1.c
ws-snd1.c
x264.c
xan.c
xl.c
xvid_rc.c
xvidff.c
xvmcvideo.c
zmbv.c 1l: correct argument order in avcodec_check_dimensions 2006-10-01 05:09:20 +00:00