summaryrefslogtreecommitdiff
path: root/channels.h
AgeCommit message (Expand)Author
2021-05-21The transponder value of channels is now cachedKlaus Schmidinger
2021-01-14Now explicitly triggering respawning of pattern timersKlaus Schmidinger
2020-06-10Fixed the size of cChannel::dtypes[]Klaus Schmidinger
2020-04-11Fixed moving channels between number groups in SVDRP's MOVC command and the C...Klaus Schmidinger
2017-06-10The option "Setup/Miscellaneous/Show channel names with source" can now be se...Klaus Schmidinger
2015-09-01Implemented strict locking of global listsKlaus Schmidinger
2015-03-13Fixed setting the source value of newly created channels, in case the NIT is ...Klaus Schmidinger
2015-02-01Added support for LCN (Logical Channel Numbers)2.1.8Klaus Schmidinger
2014-01-05Channels that are no longer contained in the current SDT of a transponder are...2.1.3Klaus Schmidinger
2013-11-04Changes in the teletext PID no longer cause retuningKlaus Schmidinger
2012-06-17The new setup option "Miscellaneous/Show channel names with source" can be us...Klaus Schmidinger
2012-03-11The channel name column in the "What's on now/next" menu now adjusts its widt...Klaus Schmidinger
2011-08-06Increased MAXCAIDS to 12Klaus Schmidinger
2011-06-21Added some missing 'const' to tChannelIDKlaus Schmidinger
2010-06-05Added full handling of the stream types of Dolby Digital pidsKlaus Schmidinger
2010-05-16Added handling MPEG audio types "ISO/IEC 14496-3 Audio with LATM transport sy...Klaus Schmidinger
2010-03-07Added cChannel::IsSourceType() to test if a channel's source is of a given typeKlaus Schmidinger
2010-03-06Added support for ATSC devicesKlaus Schmidinger
2010-02-28Added plugin-defined sourcesKlaus Schmidinger
2009-12-06Several code modifications to avoid compiler warningsKlaus Schmidinger
2009-08-30Fixed wrong bracketing in cChannel::SubtitlingType() etcKlaus Schmidinger
2009-08-16Implemented full handling of subtitling descriptorsKlaus Schmidinger
2008-12-13Switched to the new S2API driver API; cDvbTuner::IsTunedTo()now also checks t...Klaus Schmidinger
2008-08-15First step towards switching to TS (Transport Stream) as recording formatKlaus Schmidinger
2008-04-12Fixed displaying transponder data when it is modifiedKlaus Schmidinger
2008-04-12Re-implemented handling of DVB-S2Klaus Schmidinger
2008-02-08Revoked the switch to the "multiproto" driver in order to make a new stable v...Klaus Schmidinger
2008-01-27Implemented handling of DVB-S2Klaus Schmidinger
2007-10-12Implemented handling DVB subtitlesKlaus Schmidinger
2007-07-21Fixed detection of Premiere NVOD channel linksKlaus Schmidinger
2007-01-07CAM handling refactored; multiple recordings with one CAM; automatic CAM sele...1.5.0Klaus Schmidinger
2006-05-28Removed all the compatibility '#if APIVERSNUM...' stuff and instead increased...Klaus Schmidinger
2006-05-28Fixed deleting channels in case the current channel's number changes1.4.0-2Klaus Schmidinger
2006-02-28The status changes of EPG events are now logged for all channels that have ti...Klaus Schmidinger
2006-02-19Added a comment to tChannelID::nid, explaining that is is actually the "origi...1.3.43Klaus Schmidinger
2006-01-14Made the "What's on now/next?" menus a lot faster by storing a pointer to eac...Klaus Schmidinger
2006-01-07The file 'ca.conf' is obsolete and has been removed; revised all descriptions...Klaus Schmidinger
2005-09-17Added cChannel::LinkChannels() and cChannel::RefChannel()Klaus Schmidinger
2005-09-11Implemented a hash for the channels to reduce the system load in the EIT scan...1.3.32Klaus Schmidinger
2005-09-04Changed the audio PID language codes to hold up to two 3 letter codes; automa...Klaus Schmidinger
2005-08-06Fixed the cChannel copy constructorKlaus Schmidinger
2005-05-28Made cChannel::GetChannelID() inlineKlaus Schmidinger
2005-05-28cRecordingInfo stores channelID itself (preparation for change in cEvent)Klaus Schmidinger
2005-05-26Made tChannelID::operator==() inline for better performanceKlaus Schmidinger
2005-05-14Using '>' as separator for short channel names on cable channelsKlaus Schmidinger
2005-05-07No longer retuning or restarting a recording if only the language code of a a...Klaus Schmidinger
2005-05-06Automatically deleting duplicate channels when reading channels.confKlaus Schmidinger
2005-02-20Changed MAXDPIDS to 16 (8xAC3 + 8xDTS)Klaus Schmidinger
2005-01-16Recording and Transfer Mode now handle more than 2 audio PIDsKlaus Schmidinger
2004-12-26Made several functions threadsafe (cont'd)Klaus Schmidinger