Home >> Media Group >> Research >> ViPER
Downloads -- Documentation -- Developers -- Discussion
LAMP     The Language and Media Processing Laboratory

Pure Java MPEG Decoder

  1. Requirements for the Pure Java MPEG decoder in ViPER
    1. The decoder must be pure java code, for portability and reliability
    2. The decoder must support the MPEG-1 standard.
    3. The decoder must support random-access with frame level accuracy.
    4. The decoder should be reusable as a component in any Java program.
    5. The decoder may support real-time decoding of MPEG-1. However, it must not sacrifice completeness of implementation or visual quality for speed.