<FONT face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size=2><DIV>Apologies in advance if multiple copies of this end up on the list. I've been trying to email this in for a few days now, and it never seems to come up in the list.</DIV><DIV><BR><FONT size=2>This patch follows on to an earlier one I made that displayed USF subtitles in styled text. This one adds support for SubViewer (excluding the metadata header information for which I can't find a specification), MicroDVD, SubRip and VPlayer - ie. all the generics subtitle formats except SAMI.</FONT><BR><FONT size=2>SAMI isn't straightforward, and the existing demux code strips out any tags which might have once been present in its context. It isn't a trivial job to pass the stylesheet information which can be contained in that format. A major hurdle in passing it lies in the fact that its XML is not well-formed.</FONT><BR><FONT size=2>Because I couldn't find specs for any of these formats except SAMI (and ASS and USF) I made an executive decision to restrict the list of supported tags to the same ones used by Matroska in the USF DTD -- as explained in the comments in the code. If anyone has any corrections to apply to this assumption I'd like to hear from them, though.</FONT><BR><FONT size=2>SSA/ASS is not included in this patch, but only because I haven't gotten around to it yet.</FONT><BR><BR><FONT size=2>This also contains some bugfixes on the earlier submission.</FONT><BR><FONT size=2>Hopefully this time the patch will come out as ASCII instead of BINARY for Jean-Baptiste.</FONT><FONT size=2> :-)</FONT><BR><BR></DIV></FONT>