DsLav: Demo DirectShow Player with embedded LAV Filters

DsLav demonstrates:
- DirectShow media playback in an MFC application.
- Embedded LAV Filters - no codec installation or filter registration required.
- WinXP or above compatible.
- Plays and streams most media files as supported by LAV.
- Code for using existing DS filters.
- DialogBar player controls.
From the Downloads Tab:
- DsLav_0.1.3_Source.zip - VS2005 source code.
- DsLav_0.1.3_Setup.zip - Msi application installer. Use for minimalist player or testing.
Background:
This code was writen to replace an embedded VLC player for mp4 playback in an open source app I wrote. VLC adds about 20 MB to the download - this code is about half that and displays better.
Uses LAV Filters from: http://code.google.com/p/lavfilters/
All feedback is appreciated. See the Discussions page.