CVS Commit: vls (adq)
[email protected] Thu, 14 Aug 2003 01:04:22 +0200 (CEST)
| Newsgroups | gmane.comp.video.videolan.vls.devel |
|---|---|
| Message-ID | <[email protected]> |
Update of /var/cvs/videolan/vls Modified Files: AUTHORS Update of /var/cvs/videolan/vls/src/modules/filereader Modified Files: filereader.cpp filereader.h Update of /var/cvs/videolan/vls/src/modules/ps2ts Modified Files: ps2ts.cpp Update of /var/cvs/videolan/vls/src/mpeg Modified Files: ps2ts.cpp ps2ts.h reader.cpp reader.h Update of /var/cvs/videolan/vls/src/server Modified Files: tsstreamer.cpp Log Message: Application of my ps2ts patch "the biggie" 1) Rewrite of mpeg/ps2ts.cpp This fixes loads of issues I found while trying to stream files. Too many to remember offhand or list here. 2) Added extra functions to cope with end of streams to reader interface (specifically for filereader.cpp) 3) Fixed a bug in tsstreamer where it always went into a massively long sleep on certain files At the very start of the stream, it compared the previous PCR to the current PCR. With the files I was using the current PCR was something like 5647535365876, and the previous PCR was 0 (as it was the start of the stream). 4) Fixed --loop so it works as expected. I'm not sure if this is in line with recent changes, tell me if not. -- adq -- This is the vls-devel mailing-list, see http://www.videolan.org/streaming/ To unsubscribe, please read http://developers.videolan.org/lists.html If you are in trouble, please contact <[email protected]>