summaryrefslogtreecommitdiff
path: root/eit.c
AgeCommit message (Collapse)Author
2010-05-16The EPG data now handles stream components 5 (H.264-video) and 6 (HEAAC-audio)Klaus Schmidinger
2010-01-08Changed the EVCONTENTMASK_* macros to enums and changed "mask" to "group"Klaus Schmidinger
2010-01-03After a CLRE command, no further EPG processing is now done for 10 secondsKlaus Schmidinger
2010-01-03Implemented handling the "Parental Rating Descriptor"Klaus Schmidinger
2010-01-03Implemented handling the "Content Descriptor"Klaus Schmidinger
2009-12-06Several code modifications to avoid compiler warningsKlaus Schmidinger
2009-06-21Changed the EIT filter setup to save a few handles on devices that do ↵Klaus Schmidinger
hardware filtering
2009-05-15EIT events are now only processed if a plausible system time is available, ↵Klaus Schmidinger
to avoid wrong handling of PDC descriptors
2009-05-10Fixed use of time_t in cEIT::cEIT()Klaus Schmidinger
2009-04-12Improved efficiency of cEIT::cEIT()1.7.5Klaus Schmidinger
2008-05-01Implemented handling the standard component descriptor for AC3Klaus Schmidinger
2008-04-13Improved logging system time changes to avoid problems on slow systems under ↵Klaus Schmidinger
heavy load
2007-10-12Implemented handling DVB subtitlesKlaus Schmidinger
2007-07-28Fixed a bug I introduced when simplifying the original patch for detecting ↵Klaus Schmidinger
Premiere NVOD channel links
2007-07-21Fixed detection of Premiere NVOD channel linksKlaus Schmidinger
2007-06-10Freetype font support; full UTF-8 support; dropped pixel fontsKlaus Schmidinger
2006-10-09Fixed clearing an event's Title, ShortText and Description in case the data ↵Klaus Schmidinger
comes from an external source
2006-10-07Now clearing an event's Title, ShortText and Description if there is no ↵Klaus Schmidinger
ShortEventDescriptor or ExtendedEventDescriptor, respectively
2006-08-05Fixed handling the running status of EPG events before the currently running ↵Klaus Schmidinger
one, in case they are added after the current event (cont'd from version 1.4.1-2)
2006-07-22cEIT::cEIT() now calls pSchedule->SetPresentSeen() even if OnlyRunningStatus ↵Klaus Schmidinger
is true
2006-05-25Fixed handling the running status of EPG events in case the "Schedule" menu ↵Klaus Schmidinger
is currently open
2006-04-29Fixed a memory leak in handling external EPG dataKlaus Schmidinger
2006-04-15The "Update channels" parameter in the "Setup/DVB" menu has been extended to ↵Klaus Schmidinger
allow updating only the PIDs
2006-02-19Externally provided EPG data (with table ID 0x00) now gets its component ↵Klaus Schmidinger
descriptors set from the broadcast data
2006-01-14Made the "What's on now/next?" menus a lot faster by storing a pointer to ↵Klaus Schmidinger
each channel's schedule in the cChannel data
2005-12-26EPG events that are no longer in the currently broadcasted data stream are ↵Klaus Schmidinger
now automatically deleted
2005-11-04Removed '\n' from several syslog() callsKlaus Schmidinger
2005-09-04Changed the audio PID language codes to hold up to two 3 letter codes; ↵Klaus Schmidinger
automatic audio channel setting for two channel audio
2005-08-13Fixed handling EPG data for time shifted eventsKlaus Schmidinger
2005-08-07Fixed setting system time to avoid time jumps in case of faulty dataKlaus Schmidinger
2005-06-11Fixed dropping EPG events that have a zero start time or duration, in case ↵Klaus Schmidinger
it's an NVOD event
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 ↵Klaus Schmidinger
the schedule it is in
2005-05-26Now dropping EPG events that have a zero start time or durationKlaus Schmidinger
2005-05-16Switched from 'summary.vdr' to 'info.vdr'Klaus Schmidinger
2005-03-20Improved falling back to normal recording if the VPS data hasn't been seen ↵Klaus Schmidinger
for more than 30 seconds
2005-01-02Implemented audio track menuKlaus Schmidinger
2004-12-26Made several functions threadsafe (cont'd)Klaus Schmidinger
2004-10-31Added the 'portal name' to cChannelsKlaus Schmidinger
2004-10-31Now handling the channel name, short name and provider separatelyKlaus Schmidinger
2004-10-24Implemented 'modified' and 'seen' for EPG schedules/events1.3.14Klaus Schmidinger
2004-10-16Fixed a possible crash with inconsistent SI dataKlaus Schmidinger
2004-07-18Experimental support for NVOD channelsKlaus Schmidinger
2004-06-06Modified 'libsi' to require callers to state the buffer sizes when getting ↵1.3.10Klaus Schmidinger
strings in order to avoid buffer overflows
2004-03-20Fixed handling text lengths for itemized EPG textsKlaus Schmidinger
2004-03-13Fixed detecting the running status in case an empty EPG event is broadcastKlaus Schmidinger
2004-03-07Fixed handling VPS times at year boundariesKlaus Schmidinger
2004-03-07Fixed handling itemized texts in EPG dataKlaus Schmidinger
2004-03-06Added log entries whenever the running status of an event changesKlaus Schmidinger
2004-02-22Implemented handling the VPS timestampsKlaus Schmidinger