-----------------------------------------------------------------------------------------------------------------------
EVRPlay - A simple media player which plays using the Enhanced Video Renderer
Copyright (C) 2008 andy vt
http://babvant.com
-----------------------------------------------------------------------------------------------------------------------
EVRPlay is a modifcation of the PlayWnd sample included in DirectShowLib.
It is a simple media player application with a minimal user interface that uses the EVR Renderer for playback.

Some features include:
- commerical skipping if an edl is found
- MCE Remote integration
- two configurable skip intervals fwd and rev
- full screen mode
- clickable progress bar
- file bookmarking
- ext based filter preferences
- ext based filter blocking
Commands (items in "" are on the remote):
- Enter, double click, "OK": toggle full screen
- F, "Skip Forward": skip forward 1 (60 sec)
- R, "Skip Back": skip back 1 (30 sec)
- G, "FFWD": skip forward 2 (30 sec)
- T, "RWD": skip back 2 (10 sec)
- P, "Play, Pause": toogle pause/play
- S, "Stop": stop playback
- M: toogle mute
- C, "2": toggle commercial skipping
- Left: skip back commercial span
- Right: skip forward commercial span
- Z, "9": toggle zoom mode
- U, "7": toggle subtitles in video_ts mode
1.0.0.1
- added basic pls support (Sage Webserver)
- added settings form
- added replace paths functionality
- added video_ts support
1.0.0.2
- added file history
- fixed interface cleanup issue