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.

Right now the only working filter is the demux_mpc.
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.