For some of the work I am doing, i needed a way to seek to a msec position in a VLM stream (not just percentage). i have added a new control command to allow me to do that, called msecseek. The code changes are minor, isolated to /src/misc/vlm.c. i have tested this for both 0.8.6 and 0.9.0 on my Windows machine and they seem pretty solid (the code basically does what seek does but changing the time instead of the position.) It also works both from the http & telnet interfaces.
Is this a feature that would be useful to anyone else (i saw defect 465, which may be this functionality). If so, is this something that can get into 0.8.6 or is there a code-freeze for that branch already?
If this is useful to people, I'll send a patch to the mailing list.