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.
 
 
 
 
 
Michael Niedermayer d9cf32d920 avoid 4 + 18 years ago
..
alpha Change license header to LGPL for consistency. 19 years ago
armv4l
i386 disable the vp3 mmx and sse2 idcts, their output doesnt match the c idct (tested with -f crc) and the theora spec does not allow different idcts not to mention the difference is quite vissible ... 18 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 Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil 18 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 make the adx adpcm codec available 18 years ago
adx.c make the adx adpcm codec available 18 years ago
alac.c Add const to (mostly) char* and make some functions static, which aren't used 19 years ago
allcodecs.c rename AMR config variables to CONFIG_AMR* 18 years ago
amr.c rename AMR config variables to CONFIG_AMR* 18 years ago
apiexample.c
asv1.c add assert to clarify that we know what we are doing 19 years ago
avcodec.h Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil 18 years ago
avs.c complete AVS playback system (from Creature Shock computer game), 19 years ago
beosthread.c
bitstream.c
bitstream.h remove STATS code (probably hasnt been used for years ..., and its not completely clear what it was good for anyway) 18 years ago
bitstream_filter.c noise bitstream filter 19 years ago
bmp.c
cabac.c
cabac.h don't force asserts in release builds. 2% faster h264. 19 years ago
cavs.c avoid double copying of left border in luma prediction 18 years ago
cavsdata.h replace run by run+1 in VLC tables 18 years ago
cavsdsp.c add rounding bias earlier in the idct, avoids many adds 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 Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.h 19 years ago
dpcm.c Mark some read-only datastructures as const. 19 years ago
dsputil.c Fix compilation with --disable-decoders. 18 years ago
dsputil.h CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de) 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 ff_fft_init now double checks that the system has mm3dnow.h before 19 years ago
ffv1.c memory leak. 19 years ago
flac.c moving utf8 reading function to libavutil 18 years ago
flacenc.c cosmetic change to adjust alignment. 18 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 --enable/disable parsers. Warning: some combinations are broken. 18 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 --enable/disable parsers. Warning: some combinations are broken. 18 years ago
h264.c slightly faster h264 fill_caches() 18 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 Mark some read-only datastructures as const. 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 MSVC-compatible __align8/__align16 declaration 19 years ago
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 staric frame_rate_tab -> non static ff_frame_rate_tab part of the cavs patch by (Stefan Gehrer stefan.gehrer gmx de) 19 years ago
mpeg12data.h staric frame_rate_tab -> non static ff_frame_rate_tab part of the cavs patch by (Stefan Gehrer stefan.gehrer gmx de) 19 years ago
mpegaudio.c
mpegaudio.h
mpegaudiodec.c table contains vlc with 19 bits and 8*2 < 19 18 years ago
mpegaudiodectab.h
mpegaudiotab.h
mpegvideo.c remove STATS code (probably hasnt been used for years ..., and its not completely clear what it was good for anyway) 18 years ago
mpegvideo.h fix mbd bits bug, finally 19 years ago
msmpeg4.c remove STATS code (probably hasnt been used for years ..., and its not completely clear what it was good for anyway) 18 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 make some tables const 18 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 --enable/disable parsers. Warning: some combinations are broken. 18 years ago
pthread.c
qdm2.c Fixed a possible bug, checked against the assembly. 19 years ago
qdm2data.h Mark read-only data as const. Patch by stefan huehner org. 19 years ago
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 Move av_log() & friends to libavutil 18 years ago
vc1.c Don't pass block[6][64] parameter to decode_p_mb as we always use s->block 18 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 Correct the relation between floors of type 0 and block sizes. 19 years ago
vp3.c simplify 18 years ago
vp3data.h
vp3dsp.c avoid 4 + 18 years ago
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 remove STATS code (probably hasnt been used for years ..., and its not completely clear what it was good for anyway) 18 years ago
wnv1.c
ws-snd1.c
x264.c sync to x264 r537 18 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