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.
 
 
 
 
 
Fabrice Bellard b9ecd1ee74 fixed mpeg1 last block bug (mb stuffing code was not included in vlc table...) 23 years ago
..
i386 Portability and testing issues 23 years ago
libac3 Initial revision 24 years ago
Makefile Portability and testing issues 23 years ago
ac3dec.c added CONFIG_AC3, CONFIG_MPGLIB, CONFIG_DECODERS and CONFIG_ENCODERS (Arpi: don't forget to put CONFIG_DECODERS in mplayer) 24 years ago
ac3enc.c types fix 23 years ago
ac3enc.h Initial revision 24 years ago
ac3tab.h Initial revision 24 years ago
apiexample.c Initial revision 24 years ago
avcodec.h added 422P and 444P formats (need to patch ffmpeg.c so that it is handled in all the program) 23 years ago
common.c added MJPEG decoder + comments 23 years ago
common.h get_bits() specialization, gives 4\speedup 23 years ago
dct-test.c updated dct-test to test IDCTs too 23 years ago
dsputil.c added block permutation functions 23 years ago
dsputil.h added block permutation functions 23 years ago
fastmemcpy.h Adding fastmemcpy stuff to speedup mplayer project 23 years ago
fdctref.c added idct reference code 23 years ago
h263.c get_bits() specialization, gives 4\speedup 23 years ago
h263data.h Initial revision 24 years ago
h263dec.c use block[] in structure to have it aligned on 8 bytes for mmx optimizations 24 years ago
imgconvert.c - removed #include ../config.h, because it's included from common.h 23 years ago
imgresample.c - removed #include ../config.h, because it's included from common.h 23 years ago
jfdctfst.c Initial revision 24 years ago
jrevdct.c permuted coefs in normal IDCT to avoid having different cases there 23 years ago
mjpeg.c added forgotten emms() - fix various segmentation faults when using mjpeg 23 years ago
motion_est.c added emms_c() macro which should can used in c code in both mmx/non mmx cases 24 years ago
mpeg4data.h updated scans 23 years ago
mpeg12.c fixed mpeg1 last block bug (mb stuffing code was not included in vlc table...) 23 years ago
mpeg12data.h updated scans 23 years ago
mpegaudio.c Initial revision 24 years ago
mpegaudio.h Initial revision 24 years ago
mpegaudiodec.c Initial revision 24 years ago
mpegaudiotab.h Initial revision 24 years ago
mpegvideo.c fixed block permutation in encoder (not optimal - should move it in forward DCT code) 23 years ago
mpegvideo.h fixed scan protos 23 years ago
msmpeg4.c types fix 23 years ago
msmpeg4data.h Initial revision 24 years ago
resample.c Initial revision 24 years ago
rv10.c Initial revision 24 years ago
utils.c added MJPEG decoder + comments 23 years ago