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 2a250222e6 CONFIG_ENCODERS cleanup 22 years ago
..
alpha the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad dot com>) 22 years ago
armv4l the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad dot com>) 22 years ago
i386 the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad dot com>) 22 years ago
liba52 Utility functions (CRC calc & float->int converters) 22 years ago
libpostproc Warning and compatibility fixes. 22 years ago
mlib the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad dot com>) 22 years ago
ppc altivec gcc-3 fixes by (Magnus Damm <damm at opensource dot se>) 22 years ago
ps2 the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad dot com>) 22 years ago
sh4 the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad dot com>) 22 years ago
.cvsignore
4xm.c fix 4xm yuv->rgb565 transform 22 years ago
Doxyfile
Makefile RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga 22 years ago
a52dec.c
ac3.h
ac3dec.c
ac3enc.c
ac3tab.h
adpcm.c 4xm adpcm 22 years ago
allcodecs.c lossless mjpeg encoding (planar yuv & RGB) and somerelated bugfixes 22 years ago
amr.c * 3gp patch by Joca 22 years ago
apiexample.c
asv1.c CONFIG_ENCODERS cleanup 22 years ago
avcodec.c
avcodec.h lossless mjpeg encoding (planar yuv & RGB) and somerelated bugfixes 22 years ago
bswap.h sh4 optimized idct & bswap patch by (BERO <bero at geocities dot co dot jp>) 22 years ago
cabac.c FFV1 codec (our very simple lossless intra only codec, compresses much better then huffyuv) 22 years ago
cabac.h 10l 22 years ago
common.c libmpeg2 style bitstream reader 17 vs 16 bit bugfix 22 years ago
common.h some benchmarking code 22 years ago
cyuv.c Warning and compatibility fixes. 22 years ago
dct-test.c
dsputil.c the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad dot com>) 22 years ago
dsputil.h the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad dot com>) 22 years ago
dv.c seems i guessed correctly (last 411 chroma block isnt scaled but cut and reordered) 22 years ago
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>) 22 years ago
error_resilience.c motion vector vissualization for mpeg1/2 22 years ago
eval.c
faad.c * support for AAC audio streams via libfaad 22 years ago
fastmemcpy.h
fdctref.c
fft-test.c
fft.c
ffv1.c CONFIG_ENCODERS cleanup 22 years ago
golomb.c optimizations 22 years ago
golomb.h golomb rice codes 22 years ago
h263.c truncated h263 decoding support / H263-ES "demuxer" 22 years ago
h263data.h
h263dec.c motion vector vissualization for mpeg1/2 22 years ago
h264.c some warning fixes 22 years ago
h264data.h 10l 22 years ago
huffyuv.c CONFIG_ENCODERS cleanup 22 years ago
imgconvert.c Warning and compatibility fixes. 22 years ago
imgconvert_template.h added img_get_alpha_info() 22 years ago
imgresample.c
indeo3.c Warning and compatibility fixes. 22 years ago
indeo3data.h native Indeo3 decoder implementation 22 years ago
jfdctfst.c
jfdctint.c
jrevdct.c
mace.c debug stuff only for DEBUG :) 22 years ago
mdct.c
mem.c
mjpeg.c CONFIG_ENCODERS cleanup 22 years ago
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 22 years ago
motion_est_template.c Warning fixes. 22 years ago
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 22 years ago
mpeg12.c CONFIG_ENCODERS cleanup 22 years ago
mpeg12data.h CONFIG_ENCODERS cleanup 22 years ago
mpegaudio.c
mpegaudio.h
mpegaudiodec.c merging a small amount of the changes from BroadQ, the rest is either not clean / doesnt apply / or is PS2 specific (someone with a PS2 should merge/send a patch for the later) 22 years ago
mpegaudiodectab.h
mpegaudiotab.h
mpegvideo.c make ff_emulated_edge_mc() independant of MpegEncContext 22 years ago
mpegvideo.h make ff_emulated_edge_mc() independant of MpegEncContext 22 years ago
msmpeg4.c CONFIG_ENCODERS cleanup 22 years ago
msmpeg4data.h
oggvorbis.c
oggvorbis.h
opts.c
os_support.h Changes for SPARC/Solaris compatibility. Now it should be possible to 22 years ago
pcm.c
ra144.c * removed redundant includes (they were even wrongly used) 22 years ago
ra288.c optimization: merge phases 0 and 1 22 years ago
ratecontrol.c cleanup 22 years ago
raw.c Warning fixes. 22 years ago
resample.c
rv10.c set pix_fmt in rv10 patch by (James Stembridge <jstembridge at users dot sourceforge dot net>) 22 years ago
simple_idct.c
simple_idct.h
svq1.c rework SVQ1 decoder to use more intuitive VLC tables as well as ffmpeg's 22 years ago
svq1_cb.h
svq1_vlc.h rework SVQ1 decoder to use more intuitive VLC tables as well as ffmpeg's 22 years ago
svq3.c don't step on the context 22 years ago
utils.c rgb15 & rgb16 fix 22 years ago
vp3.c revising and fixing motion vectors, squished block unpacking bug that 22 years ago
vp3data.h get those permutations straight 22 years ago
wmadata.h
wmadec.c works with old gcc versions too 22 years ago
wmv2.c fix identifier to fix compilation 22 years ago