summaryrefslogtreecommitdiff
path: root/channels.h
AgeCommit message (Collapse)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 ↵Klaus Schmidinger
Channels menu, in case a channel is moved to a higher number and into a numbered group
2017-06-10The option "Setup/Miscellaneous/Show channel names with source" can now be ↵Klaus Schmidinger
set to "type" or "full"
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
received from a different, but very close satellite position
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 ↵2.1.3Klaus Schmidinger
are now marked with the keyword OBSOLETE in their name and provider fields
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 ↵Klaus Schmidinger
used to turn on adding the source character to channel names whenever they are displayed
2012-03-11The channel name column in the "What's on now/next" menu now adjusts its ↵Klaus Schmidinger
width to display the full short name of each channel
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 ↵Klaus Schmidinger
syntax" and "ISO/IEC 13818-7 Audio with ADTS transport sytax"
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 ↵Klaus Schmidinger
the symbol rate in case of DVB-S and DVB-C
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 ↵Klaus Schmidinger
version
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 ↵1.5.0Klaus Schmidinger
selection
2006-05-28Removed all the compatibility '#if APIVERSNUM...' stuff and instead ↵Klaus Schmidinger
increased the API version number
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 ↵Klaus Schmidinger
timers
2006-02-19Added a comment to tChannelID::nid, explaining that is is actually the ↵1.3.43Klaus Schmidinger
"original" network id
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
2006-01-07The file 'ca.conf' is obsolete and has been removed; revised all ↵Klaus Schmidinger
descriptions regarding CICAM
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 ↵1.3.32Klaus Schmidinger
scanning thread
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-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 ↵Klaus Schmidinger
audio or dolby PID changes
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