Since I know nothing about DVB, what is PES and how important is it? I
PES is acronym for packetized elementary stream, which is one of streams (video, audio 1, audio 2 ..., teletext, rds ...) defined one program stream, ie. TV or radio channel.
PES parsing is very important for me as it is main tool for retrieving payload data from PES.
Until I decide which way I go with it I removed PES parser code from DVB module.
see that you have removed DVB support from the changes file although the module is still in CVS (except for PES support). Is there "DVB support" or not?
Yes, there is a DVB support, as the rest of code is still working, so only retriving real data from stream is affected - basicly DVB.Stream object is dumb. Other objects (DVB.dvb for tuning and section data parsing and DVB.Audio for MP2 decoder control) are still usable.
I removed it from CHANGES because the main power of DVB module was cut off, so there is nothing happy to inform about (from my private point of view).
/ Honza (hop) Petrous
Previous text:
2002-10-08 21:17: Subject: Split
Since I know nothing about DVB, what is PES and how important is it? I see that you have removed DVB support from the changes file although the module is still in CVS (except for PES support). Is there "DVB support" or not?
/ Martin Nilsson (Fake Build Master)