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