summaryrefslogtreecommitdiff
path: root/epg.c
AgeCommit message (Expand)Author
2005-12-27Improved cSchedule::DropOutdated()Klaus Schmidinger
2005-12-26Schedules are now cleaned up once every hour (not only at 05:00)Klaus Schmidinger
2005-12-26Modified cSchedule::Cleanup() (events are always sorted by time)Klaus Schmidinger
2005-12-26Removed an invalid access to Event->schedule in cSchedule::DelEvent()Klaus Schmidinger
2005-12-26EPG events that are no longer in the currently broadcasted data stream are no...Klaus Schmidinger
2005-12-25The version number of EPG events is now also stored in the epg.data fileKlaus Schmidinger
2005-11-11No longer removing superfluous hyphens in EPG dataKlaus Schmidinger
2005-11-06Removed EPG bugfix #0, because it removed actually important data1.3.36Klaus Schmidinger
2005-10-09Added more error messages and line numbers when reading EPG data and info.vdrKlaus Schmidinger
2005-09-09Fixed some typosKlaus Schmidinger
2005-07-30Avoiding duplicate components in EPG events when reading epg.data or in the P...Klaus Schmidinger
2005-06-05EPG events without a title now display "No title" instead of "(null)"Klaus Schmidinger
2005-05-29Not hashing events with StartTime < 0Klaus Schmidinger
2005-05-28Now using hash tables to speed up cSchedule::GetEvent()Klaus Schmidinger
2005-05-28cEvent no longer stores the channelID directly, but rather has a pointer to t...Klaus Schmidinger
2005-05-28cRecordingInfo stores channelID itself (preparation for change in cEvent)Klaus Schmidinger
2005-05-16Switched from 'summary.vdr' to 'info.vdr'Klaus Schmidinger
2005-05-05Now also considering the "EPG linger time" when saving the EPG data to file o...Klaus Schmidinger
2005-05-05Fixed a memory leak in tComponentKlaus Schmidinger
2005-03-20Improved falling back to normal recording if the VPS data hasn't been seen fo...Klaus Schmidinger
2005-03-13The running status of a VPS event is now only taken seriously if that event h...Klaus Schmidinger
2005-02-19Removed some unneeded code and fixed access to unallocated memory in cEvent::...Klaus Schmidinger
2005-01-02Implemented audio track menuKlaus Schmidinger
2004-12-26Made several functions threadsafe (cont'd)Klaus Schmidinger
2004-11-07Added missing initialization of cEvent::seenKlaus Schmidinger
2004-11-01Now using qsort() to sort cListBase listsKlaus Schmidinger
2004-10-24Implemented 'modified' and 'seen' for EPG schedules/events1.3.14Klaus Schmidinger
2004-05-22Single shot timers and events now show the day of weekKlaus Schmidinger
2004-03-13Fixed detecting the running status in case an empty EPG event is broadcastKlaus Schmidinger
2004-03-13Any newline characters in the 'description' of EPG events are now preservedKlaus Schmidinger
2004-03-06Added log entries whenever the running status of an event changesKlaus Schmidinger
2004-03-06Fixed assigning events to timers (they no longer get "stuck")Klaus Schmidinger
2004-02-29Implemented VPS controlled timers1.3.5Klaus Schmidinger
2004-02-22Extended the SVDRP command LSTE to allow limiting the listed dataKlaus Schmidinger
2004-02-22Added 'CheckRunningStatus' when getting present/following eventKlaus Schmidinger
2004-02-22Implemented handling the VPS timestampsKlaus Schmidinger
2004-02-21Implemented an "EPG linger time"Klaus Schmidinger
2004-02-21Now using the 'running status' in the channel displayKlaus Schmidinger
2004-02-21The EPG data is now always kept sorted chronologically in the internal data s...Klaus Schmidinger
2004-02-21Removed the obsolete 'present' and 'following' handling from the EPG dataKlaus Schmidinger
2004-02-21Added the 'running status' to the EPG eventsKlaus Schmidinger
2004-02-14Replacing control characters with blanks in EPG; deleting duplicate text in E...Klaus Schmidinger
2004-01-09Added support for selecting preferred EPG languagesKlaus Schmidinger
2004-01-04Limited the line length in the EPG bugfix report1.3.0Klaus Schmidinger
2003-12-25Now using the 'version number' of EPG events to avoid unnecessary workKlaus Schmidinger
2003-12-22Changed section handling; replaced 'libdtv' with 'libsi'Klaus Schmidinger