You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Reimar Döffinger c6bb50e002 Fix initialization of vc1_decoder (the same as wmv3_decoder). 19 years ago
..
alpha Change license header to LGPL for consistency. 19 years ago
armv4l
i386 missmatch control for mpeg2 intra dequantization if bitexact=1 19 years ago
liba52 libavcodec/libpostproc ---> libpostproc 19 years ago
mlib
ppc Make gcc-3 happy again, thanks to Olivier Castan <castan.o@free.fr> for pointing the issue 19 years ago
ps2
sh4
sparc
4xm.c sanity checks, some might have been exploitable ... 19 years ago
8bps.c
Makefile Rename VC9 to VC1 as there is no such thing as VC9 19 years ago
a52dec.c
aasc.c
ac3.h
ac3dec.c
ac3enc.c Revert bad ac3enc commit, the commited code was bigger and slower. 19 years ago
ac3tab.h Revert bad ac3enc commit, the commited code was bigger and slower. 19 years ago
adpcm.c ADPCM: trellis quantization 19 years ago
adx.c cleanup patch from Diego Pettenò <flameeyes@gentoo.org> 19 years ago
alac.c Add const to (mostly) char* and make some functions static, which aren't used 19 years ago
allcodecs.c Rename VC9 to VC1 as there is no such thing as VC9 19 years ago
amr.c
apiexample.c
asv1.c add assert to clarify that we know what we are doing 19 years ago
avcodec.h Rename VC9 to VC1 as there is no such thing as VC9 19 years ago
avs.c complete AVS playback system (from Creature Shock computer game), 19 years ago
beosthread.c
bitstream.c
bitstream.h MIPS doesn't like unaligned accesses 19 years ago
bmp.c
cabac.c
cabac.h don't force asserts in release builds. 2% faster h264. 19 years ago
cinepak.c
cljr.c
cook.c sanity checks, some might have been exploitable ... 19 years ago
cookdata.h
cscd.c
cyuv.c
dct-test.c
dpcm.c
dsputil.c Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in iterative motion estimation. 19 years ago
dsputil.h Remove unused and unsupported Cyrix's "Extended MMX", 19 years ago
dtsdec.c dtsdec.c copies one input packet at a time to a (static) buffer of size 19 years ago
dv.c I still don't think this should be here. Note: without this code DV encoder 19 years ago
dvbsub.c
dvbsubdec.c
dvdata.h DVCPRO50 support. 19 years ago
dvdsub.c
dvdsubenc.c
error_resilience.c
eval.c
faac.c create adts stream if CODEC_FLAG_GLOBAL_HEADER not set 19 years ago
faad.c Make faac_decode_frame return -1 on error and not 0 which avoids 19 years ago
faandct.c
faandct.h
fdctref.c
fft-test.c
fft.c 3DNow! & Extended 3DNow! versions of FFT 19 years ago
ffv1.c memory leak. 19 years ago
flac.c fix 24bit flac support, revised from Thibaut Mattern <thibaut.mattern@gmail.com> 19 years ago
flacenc.c flacenc - rice param search patch by (Justin Ruggles jruggle earthlink net 19 years ago
flashsv.c Flash Screen Video decoder (fourcc:FSV1) 19 years ago
flicvideo.c
fraps.c
g726.c
golomb.c
golomb.h first rudimentary version of (Justin Ruggles jruggle earthlink net) flac encoder 19 years ago
h261.c cbp must be >0 here or we are in troubble 19 years ago
h261data.h
h263.c add outcommented chunk of code to handle stuffing MBs at the end of slices (IMHO the standard doesnt allow this and there are no real world files which need it) 19 years ago
h263data.h out of array read fix 19 years ago
h263dec.c Fix initialization of vc1_decoder (the same as wmv3_decoder). 19 years ago
h264.c h264: accept rbsp_trailing longer than 1 byte 19 years ago
h264data.h h264: MBAFF interlaced decoding 19 years ago
h264idct.c h264: special case dc-only idct. ~1% faster overall 19 years ago
huffyuv.c ffv1 and ffvhuff havnt changed since a long time and noone proposed any 19 years ago
idcinvideo.c
imgconvert.c make "size" variable in avpicture_alloc signed, since avpicture_get_size 19 years ago
imgconvert_template.h
imgresample.c Introduce swscale interface in libavcodec 19 years ago
indeo2.c
indeo2data.h
indeo3.c
indeo3data.h
internal.h - Add new file internal.h for common internal-use-only functions. 19 years ago
interplayvideo.c
jfdctfst.c
jfdctint.c
jpeg_ls.c
jrevdct.c
kmvc.c Palette support for newer KMVC 19 years ago
lcl.c
libgsm.c
loco.c
lzo.c
lzo.h
mace.c
mdct.c
mdec.c
mem.c
mjpeg.c remove useless code 19 years ago
mmvideo.c complete American Laser Games MM playback system, courtesy of Peter Ross 19 years ago
motion_est.c asserts to check if assumed conditions really are true 19 years ago
motion_est_template.c make zero motion vector threshold user setable 19 years ago
motion_test.c
mp3lameaudio.c
mpeg4data.h
mpeg12.c MPEG-2 4:2:2 encoding support 19 years ago
mpeg12data.h
mpegaudio.c
mpegaudio.h
mpegaudiodec.c (f)printf --> av_log conversion 19 years ago
mpegaudiodectab.h
mpegaudiotab.h
mpegvideo.c Make B-frame reduction sensitivity by b_strategy/vb_strategy = 1 19 years ago
mpegvideo.h fix mbd bits bug, finally 19 years ago
msmpeg4.c Rename VC9 to VC1 as there is no such thing as VC9 19 years ago
msmpeg4data.h
msrle.c
msvideo1.c
nuv.c NuppelVideo/MythTVVideo support, including rtjpeg decoder 19 years ago
oggtheora.c
oggvorbis.c
opt.c Give a hint about what is the expected the data type of command line options. 19 years ago
opt.h
os2thread.c
parser.c The AAC frame header uses 13 bits for the frame size, so the buffer should 19 years ago
pcm.c
png.c Add const to (mostly) char* and make some functions static, which aren't used 19 years ago
pnm.c
pthread.c
qdm2.c Fixed a possible bug, checked against the assembly. 19 years ago
qdm2data.h
qdrw.c
qpeg.c
qtrle.c
ra144.c
ra144.h
ra288.c
ra288.h
rangecoder.c fixing out of array access (only cosmetic, this should never have had a end user vissible effect) 19 years ago
rangecoder.h
ratecontrol.c fabs is better then abs for floats ... 19 years ago
raw.c add quicktime uncompressed 8bit 4:2:2 support 19 years ago
resample.c
resample2.c Add const to (mostly) char* and make some functions static, which aren't used 19 years ago
roqvideo.c
rpza.c
rtjpeg.c NuppelVideo/MythTVVideo support, including rtjpeg decoder 19 years ago
rtjpeg.h NuppelVideo/MythTVVideo support, including rtjpeg decoder 19 years ago
rv10.c Fix SIGSEGV in rv10-null-pointer-500k.rm. 19 years ago
shorten.c sanity checks, some might have been exploitable ... 19 years ago
simple_idct.c
simple_idct.h
smacker.c Now MPlayer should understand Smacker audio and video codecs. 19 years ago
smc.c
snow.c support doing motion estimation and compensation without any residual transform or coding 19 years ago
snow.h Snow: cosmetics 19 years ago
sonic.c
sp5x.h
svq1.c
svq1_cb.h out of array read fix 19 years ago
svq1_vlc.h
svq3.c
swscale.h Introduce swscale interface in libavcodec 19 years ago
truemotion1.c
truemotion1data.h
truemotion2.c
truespeech.c Add const to (mostly) char* and make some functions static, which aren't used 19 years ago
truespeech_data.h
tscc.c make TSCC endian-safe, PPC testing courtesy of Diego B. 19 years ago
tta.c sanity checks, some might have been exploitable ... 19 years ago
ulti.c
ulti_cb.h
utils.c ADPCM: trellis quantization 19 years ago
vc1.c Some optimization and fixes - mostly reworked MC and bitplanes. 19 years ago
vc1acdata.h VC-1 decoder with I-frames support and partial P-frames decoding 19 years ago
vc1data.h VC-1 decoder with I-frames support and partial P-frames decoding 19 years ago
vcr1.c
vmdav.c 16-bit DPCM and stereo support for Sierra VMD 19 years ago
vorbis.c Cosmetics. Add the defines needed for debug output. 19 years ago
vorbis.h
vp3.c kill some warnings 19 years ago
vp3data.h
vp3dsp.c
vqavideo.c
w32thread.c
wmadata.h
wmadec.c Do not read full byte when less than 8 bits are still to be read. 19 years ago
wmv2.c
wnv1.c
ws-snd1.c
x264.c pass noise reduction option to x264 19 years ago
xan.c
xl.c
xvid_rc.c - Add new file internal.h for common internal-use-only functions. 19 years ago
xvidff.c 10l to whoever wrote this 19 years ago
xvmcvideo.c
zmbv.c ZMBV 15-/16-/32-bit decoding. 24-bit mode is disabled because it's not 19 years ago