You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> |
1 year ago | |
---|---|---|
.. | ||
CMakeLists.txt | 7 years ago | |
COPYRIGHT | 15 years ago | |
Makefile.am | 15 years ago | |
README | 15 years ago | |
configure.in.in | 15 years ago | |
copyFunctions.cpp | 15 years ago | |
copyFunctions.h | 15 years ago | |
copyFunctions_asm.cpp | 15 years ago | |
copyFunctions_asm.h | 15 years ago | |
copyFunctions_mmx.cpp | 15 years ago | |
copyFunctions_mmx.h | 15 years ago | |
decoderClass.cpp | 14 years ago | |
decoderClass.h | 15 years ago | |
decoderTables.cpp | 15 years ago | |
decoderTables.h | 15 years ago | |
globals.cpp | 15 years ago | |
gop.cpp | 15 years ago | |
gop.h | 15 years ago | |
jrevdct.cpp | 5 years ago | |
jrevdct.h | 14 years ago | |
macroBlock.cpp | 13 years ago | |
macroBlock.h | 15 years ago | |
mainMpegPlay.cpp | 15 years ago | |
mmxidct.cpp | 15 years ago | |
mmxidct.h | 15 years ago | |
mmxidct_asm.S | 15 years ago | |
motionVector.cpp | 15 years ago | |
motionVector.h | 15 years ago | |
mpegExtension.cpp | 14 years ago | |
mpegExtension.h | 14 years ago | |
mpegSystemHeader.cpp | 15 years ago | |
mpegSystemHeader.h | 13 years ago | |
mpegSystemStream.cpp | 11 years ago | |
mpegSystemStream.h | 15 years ago | |
mpegVideoBitWindow.cpp | 15 years ago | |
mpegVideoBitWindow.h | 14 years ago | |
mpegVideoHeader.cpp | 15 years ago | |
mpegVideoHeader.h | 15 years ago | |
mpegVideoLength.cpp | 15 years ago | |
mpegVideoLength.h | 15 years ago | |
mpegVideoStream.cpp | 7 years ago | |
mpegVideoStream.h | 15 years ago | |
pesSystemStream.cpp | 14 years ago | |
pesSystemStream.h | 15 years ago | |
picture.cpp | 13 years ago | |
picture.h | 15 years ago | |
proto.h | 15 years ago | |
psSystemStream.cpp | 15 years ago | |
psSystemStream.h | 15 years ago | |
recon.cpp | 13 years ago | |
recon.h | 15 years ago | |
slice.cpp | 15 years ago | |
slice.h | 1 year ago | |
startCodes.h | 11 years ago | |
tsSystemStream.cpp | 15 years ago | |
tsSystemStream.h | 15 years ago | |
videoDecoder.cpp | 11 years ago | |
videoDecoder.h | 13 years ago |
README
This directory contains a highly modified version of mpeg_play the Berkley mpeg video player. Please view the file COPYRIGHT for licence questions. mpeg_play is in its current state (2.4) old and ugly source. It's an old software package, which has been ported to too many architectures, without keeping the source clean. (No, #ifdef/#defines is not the way to write cross platform code!) This is a new approach of an mpeg1 video player. I think this library is much cleaner and is now really usable for mpeg1 video/audio playing. It needed a lot of work to even come to this (not optimal) source code. But if you knew the mpeg_play source, you obviously understand :-) For comments or bug reports you can write me an email: Martin Vogt <mvogt@rhrk.uni-kl.de>