This package is developed with Visual Studio 2005.
If you get an error like

"Application cannot start" 

or similar, go to microsoft.com
and download Visual C++ 2005 SP1 Redistributable Package.
It's about 2.6 MB large and contains required DLLs.
In time I'll try to get a VC++ 2003 and build.


Recently I've added basic stuff for decoder filter.
Right now it can not even be created so don't even
try to register it or you'll get errors.
I'll update it soon.

Demux MPC works quite fine.
It parses input file, extracts decoder specific information
and outputs AP packets with proper timestamps. 
Seeking is implemented using seeking tables.
Right now there is no way to seek files without seeking table.
It also contains internal buffering mechanism that should allow network 
playback in the future.

stay tuned.

Igor.