Changeset
Sie müssen registriert sein, um Links zu sehen.
for
Sie müssen registriert sein, um Links zu sehen.
View differences inline side by side Show lines around each change
Show the changes in full context
Ignore: Blank lines
Case changes
White space changes
Timestamp:12/08/13 00:52:45 (
Sie müssen registriert sein, um Links zu sehen.
ago)Author:theparasolMessage:Just the next series of tested dvbapi improvements:
- Dynamical streampid registration (fixes streampid changes on same channel)
- Overhaul of dvbapi pmt handling (dm7025 pip -> fixed!)
- Improved once more controlword handling (tnx Deep Thought for patch!)
- Add zero pids to tunneled pid like in use on canaal digitaal and tv vlaanderen (tnx Deep Thought for patch!)
- Removal of reopenonzap feature (is now obsolete!)
- Removal of pmt hashing (is now obsolete!)
- Some minor changes to dvbapi emm handling
... and more minor stuff I even cant remember of right now ...
Tnx to community members for all the reports and endless testing!
[TABLE="class: trac-diff inline, width: 0"]
[TR="class: first"]
[TD="class: l, bgcolor: #FFDDDD"] cs_debug_mask(D_TRACE, "[DVBAPI] new events occurred on %d of %d handlers after %d ms inactivity", rc, pfdcount, comp_timeb(&end, &start));[/TD]
[/TR]
[TR]
[TH="bgcolor: #EEEEDD, align: right"][/TH]
[TH="bgcolor: #EEEEDD, align: right"]3538[/TH]
[TD="class: r, bgcolor: #DDFFDD"] int32_t timeout = comp_timeb(&end, &start);[/TD]
[/TR]
[TR]
[TH="bgcolor: #EEEEDD, align: right"][/TH]
[TH="bgcolor: #EEEEDD, align: right"]3539[/TH]
[TD="class: r, bgcolor: #DDFFDD"] if (timeout < 0) {[/TD]
[/TR]
[TR]
[TH="bgcolor: #EEEEDD, align: right"][/TH]
[TH="bgcolor: #EEEEDD, align: right"]3540[/TH]
[TD="class: r, bgcolor: #DDFFDD"] cs_log("*** WARNING: BAD TIME AFFECTING WHOLE OSCAM ECM HANDLING ****");[/TD]
[/TR]
[TR]
[TH="bgcolor: #EEEEDD, align: right"][/TH]
[TH="bgcolor: #EEEEDD, align: right"]3541[/TH]
[TD="class: r, bgcolor: #DDFFDD"] }[/TD]
[/TR]
[TR="class: last"]
[TH="bgcolor: #EEEEDD, align: right"][/TH]
[TH="bgcolor: #EEEEDD, align: right"]3542[/TH]
[TD="class: r, bgcolor: #DDFFDD"] cs_debug_mask(D_TRACE, "[DVBAPI] new events occurred on %d of %d handlers after %d ms inactivity", rc, pfdcount, timeout);[/TD]
[/TR]
[/TABLE]