Winamp2 VQF decoder v1.0
(C) 2001 Peter Pawlowski
http://www.blorp.com/~peter/

This thing might get bundled with Winamp someday, but it depends on AOL.
Feel free to copy it around the way you like it; report any bugs you find.

changes since beta5:
* HTTP seeking 
changes since beta6:
* fixed problems with DirectSound output
changes since beta7:
* faster streaming
changes since beta8:
* misc fixes/tweaks
changes since beta11:
* made a few 'extensions' to VQF header specs - new fields : album, genre, date, track; busted stupid field length limit. use new 'compatibility mode' to disable new stuff and ensure that tagged files can be read by all other programs (everything has worked fine up to now)
* copied %%x abbreviation hack from in_vorbis - eg. "%%7" converts "Final Fantasy 6" to "FF6"
changes since beta13:
* added length and bitrate to title formatting
changes since beta14:
* fixed config window glitch with stream saving (it was working correctly, but it didn't show up after reopening config)
* separated compatibility settings
* fixed possible streaming problem with high cpu usage (from in_vorbis v1.05)
changes since beta15:
* missing files no longer display error messages
* some other fixes/tweaks