summaryrefslogtreecommitdiff
path: root/eitscan.c
AgeCommit message (Collapse)Author
2005-08-26Fixed the EPG scan, so that it doesn't use the primary device if that is ↵Klaus Schmidinger
currently in Transfer-Mode from itself
2005-08-07Modified cEITScanner::Process() to use the primary device if replaying, and ↵Klaus Schmidinger
do a forced scan even if timeout is 0
2005-06-12Modified cEITScanner::Process() so that it works on systems with only budget ↵Klaus Schmidinger
cards or a mix of DVB-S, DVB-C or DVB-T cards
2005-06-05Fixed the call to Channels.Unlock() in cEITScanner::Process()Klaus Schmidinger
2005-05-05Added missing text internationalization for "Starting EPG scan"Klaus Schmidinger
2004-11-01Now using qsort() to sort cListBase listsKlaus Schmidinger
2004-05-16Implemented 'skins' and 'themes'Klaus Schmidinger
2004-02-15Adapted the 'sky' plugin to use the actual channel IDs, and to fetch EPG ↵Klaus Schmidinger
data from www.bleb.org
2004-01-17The "Red" button in the "Setup/EPG" menu can now be used to force an EPG ↵Klaus Schmidinger
scan on a single DVB card system
2004-01-17The EPG scan now scans newly found transponders together with already ↵Klaus Schmidinger
existing ones
2004-01-11The actual transponder data is now taken from the NIT1.3.1Klaus Schmidinger
2004-01-10Fixed a possible NULL pointer access in cEITScanner::Process()Klaus Schmidinger
2004-01-05Fixed a lockup in the EPG scanner when no non-primary device was availableKlaus Schmidinger
2004-01-04Implemented automatic PID switching and channel detectionKlaus Schmidinger
2003-09-06The DVB devices no longer send CA descriptors to the CAM while the EPG ↵Klaus Schmidinger
scanner is active
2003-05-24Fixed channel switching in the EPG scanner on single device systemsKlaus Schmidinger
2003-03-16Modified the EPG scanner to avoid CPU load peaksKlaus Schmidinger
2003-01-26Fixed skipping unavailable channels in the EPG scanner1.1.22Klaus Schmidinger
2002-11-01Fixed the EPG scanner, which broke 'Transfer Mode' as soon as it kicked inKlaus Schmidinger
2002-10-19Implemented gaps in channel numberingKlaus Schmidinger
2002-10-06Modified channel handling; full DiSEqC supportKlaus Schmidinger
2002-09-08Skipping unavailable channels when switching with 'Up' and 'Down' keysKlaus Schmidinger
2002-09-04Implemented recording and replaying with a single DVB cardKlaus Schmidinger
2002-08-11Consistently using malloc/free and new/deleteKlaus Schmidinger
2002-08-04Changed the cDevice class to allow plugins to implement their own devicesKlaus Schmidinger
2002-06-22Activated transfer modeKlaus Schmidinger
2002-06-16Totally rearranged device/player/recorder structuresKlaus Schmidinger
2002-05-20Moved the cEITScanner out of dvbapi.h/.c, into the new eitscan.h/.cKlaus Schmidinger