.. |
alpha
|
MpegEncContext.(i)dct_* -> DspContext.(i)dct_*
|
22 years ago |
armv4l
|
MpegEncContext.(i)dct_* -> DspContext.(i)dct_*
|
22 years ago |
i386
|
10l (hadamard fix)
|
22 years ago |
liba52
|
* sync with main liba52 sources
|
22 years ago |
libpostproc
|
mangle on mingw32 patch by ("Sascha Sommer" <saschasommer at freenet dot de>)
|
22 years ago |
mlib
|
* UINTX -> uintx_t INTX -> intx_t
|
22 years ago |
ppc
|
altivec compilation fixes by (Magnus Damm <damm at opensource dot se>)
|
22 years ago |
ps2
|
new versions; put_pix's about 20% faster, get_pix 3.5x faster. patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
|
22 years ago |
.cvsignore
|
* cleanup
|
23 years ago |
Doxyfile
|
even more fixes
|
22 years ago |
Makefile
|
H264 decoder & demuxer
|
22 years ago |
a52dec.c
|
per file doxy
|
22 years ago |
ac3.h
|
per file doxy
|
22 years ago |
ac3dec.c
|
per file doxy
|
22 years ago |
ac3enc.c
|
per file doxy
|
22 years ago |
ac3tab.h
|
per file doxy
|
22 years ago |
adpcm.c
|
per file doxy
|
22 years ago |
allcodecs.c
|
H264 decoder & demuxer
|
22 years ago |
apiexample.c
|
per context frame_rate_base, this should finally fix frame_rate related av sync issues
|
22 years ago |
avcodec.c
|
per file doxy
|
22 years ago |
avcodec.h
|
fix pts type in avcodec.h for WIN32 patch by (Richard Hodges <rh at matriplex dot com>)
|
22 years ago |
bswap.h
|
per file doxy
|
22 years ago |
common.c
|
per context frame_rate_base, this should finally fix frame_rate related av sync issues
|
22 years ago |
common.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 |
cyuv.c
|
per file doxy
|
22 years ago |
dct-test.c
|
per file doxy
|
22 years ago |
dsputil.c
|
H264 decoder & demuxer
|
22 years ago |
dsputil.h
|
H264 decoder & demuxer
|
22 years ago |
dv.c
|
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 |
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
|
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 |
eval.c
|
per file doxy
|
22 years ago |
fastmemcpy.h
|
Adding fastmemcpy stuff to speedup mplayer project
|
24 years ago |
fdctref.c
|
per file doxy
|
22 years ago |
fft-test.c
|
per file doxy
|
22 years ago |
fft.c
|
per file doxy
|
22 years ago |
golomb.c
|
H264 decoder & demuxer
|
22 years ago |
golomb.h
|
multiple reference frames support
|
22 years ago |
h263.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 |
h263data.h
|
per file doxy
|
22 years ago |
h263dec.c
|
10l (use before malloc)
|
22 years ago |
h264.c
|
faster 8x8 & 16x16 plane prediction by skal (massimin at planet-d dot net)
|
22 years ago |
h264data.h
|
10l
|
22 years ago |
huffyuv.c
|
* added more options
|
22 years ago |
imgconvert.c
|
fixing mem corruption
|
22 years ago |
imgresample.c
|
per file doxy
|
22 years ago |
jfdctfst.c
|
per file doxy
|
22 years ago |
jfdctint.c
|
per file doxy
|
22 years ago |
jrevdct.c
|
per file doxy
|
22 years ago |
mace.c
|
debug stuff only for DEBUG :)
|
22 years ago |
mdct.c
|
per file doxy
|
22 years ago |
mem.c
|
per file doxy
|
22 years ago |
mjpeg.c
|
user setable quantizer bias
|
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
|
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_test.c
|
per file doxy
|
22 years ago |
mp3lameaudio.c
|
per file doxy
|
22 years ago |
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
|
some checks to avoid segfaults if the decoder is feeded with junk
|
22 years ago |
mpeg12data.h
|
100l (mpeg2 decoding fixed)
|
22 years ago |
mpegaudio.c
|
per file doxy
|
22 years ago |
mpegaudio.h
|
per file doxy
|
22 years ago |
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
|
per file doxy
|
22 years ago |
mpegaudiotab.h
|
per file doxy
|
22 years ago |
mpegvideo.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 |
mpegvideo.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 |
msmpeg4.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 |
msmpeg4data.h
|
per file doxy
|
22 years ago |
oggvorbis.c
|
per file doxy
|
22 years ago |
oggvorbis.h
|
per file doxy
|
22 years ago |
opts.c
|
* moved os_support.h into libavcodec
|
22 years ago |
os_support.h
|
#undef DATADIR before inclusion of windows.h patch by ("Sascha Sommer" <saschasommer at freenet dot de>)
|
22 years ago |
pcm.c
|
typos & cosmetics
|
22 years ago |
ratecontrol.c
|
10l (adaptve quant fix)
|
22 years ago |
raw.c
|
I420 patch by (Sebastien Bechet <s dot bechet at av7 dot net>)
|
22 years ago |
resample.c
|
* moved os_support.h into libavcodec
|
22 years ago |
rv10.c
|
per file doxy
|
22 years ago |
simple_idct.c
|
per file doxy
|
22 years ago |
simple_idct.h
|
per file doxy
|
22 years ago |
svq1.c
|
field pic decoding cleanup
|
22 years ago |
svq1_cb.h
|
per file doxy
|
22 years ago |
utils.c
|
10l
|
22 years ago |
wmadata.h
|
per file doxy
|
22 years ago |
wmadec.c
|
per file doxy
|
22 years ago |
wmv2.c
|
10l
|
22 years ago |