summaryrefslogtreecommitdiff
path: root/config.h
AgeCommit message (Collapse)Author
2006-05-28Removed all the compatibility '#if APIVERSNUM...' stuff and instead ↵Klaus Schmidinger
increased the API version number
2006-05-28Fixed the PremiereContentTransmissionDescriptor in 'libsi'Klaus Schmidinger
2006-05-19Modified the Makefile to copy additional libraries a plugin might provideKlaus Schmidinger
2006-05-07Now using the event's start time when checking against VPS marginKlaus Schmidinger
2006-04-29Fixed handling the "Power" key in case a recording is going on and no plugin ↵Klaus Schmidinger
is active
2006-04-28Fixed handling the cPluginManager::Active() result when pressing the "Power" keyKlaus Schmidinger
2006-04-24Fixed initializing 'noapiv' in the MakefileKlaus Schmidinger
2006-04-21Updated the GPL copiesKlaus Schmidinger
2006-04-16Implemented APIVERSION for the VDR plugin API version numberKlaus Schmidinger
2006-04-14Updated the Finnish OSD textsKlaus Schmidinger
2006-04-09The initial channel and volume can now be defined in the ↵Klaus Schmidinger
"Setup/Miscellaneous" menu
2006-03-31Fixed handling broken PMT recordsKlaus Schmidinger
2006-02-28Fixed updating the "Info" button in the "Timers" menuKlaus Schmidinger
2006-02-25The option "Setup/OSD/Sort timers" has been removedKlaus Schmidinger
2006-02-24Fixed setting the audio language codes in 'Transfer-Mode'Klaus Schmidinger
2006-02-12Removed an unnecessary toFile->SetReadAhead() from cutter.cKlaus Schmidinger
2006-01-29Removed leftover 'needsBufferReserve' variable from cTransferKlaus Schmidinger
2006-01-27EPG events from epg.data or SVDRP's PUTE command now have their Title set to ↵Klaus Schmidinger
"No Title" if none was set
2006-01-15Fixed a second place where a message should be given when an instant ↵Klaus Schmidinger
recording is started
2006-01-13Implemented the option "Setup/OSD/Menu button closes"Klaus Schmidinger
2006-01-08The SVDRP command LSTT now accepts the new option 'id'Klaus Schmidinger
2006-01-07The file 'ca.conf' is obsolete and has been removed; revised all ↵Klaus Schmidinger
descriptions regarding CICAM
2006-01-04Implemented "Setup/OSD/Timeout requested channel info"Klaus Schmidinger
2005-12-03Fixed handling second audio and Dolby Digital PIDs for encrypted channels ↵Klaus Schmidinger
(was broken in version 1.3.37)
2005-11-11Added compiler options "-fPIC -g" to all pluginsKlaus Schmidinger
2005-11-04cReadLine now dynamically allocates its buffer; changed cConfig::Load() to ↵Klaus Schmidinger
use cReadLine instead of a fixed buffer
2005-11-04Removed '\n' from several syslog() callsKlaus Schmidinger
2005-11-04Fixed a NULL pointer access with the cUnbufferedFile when a replay session ↵Klaus Schmidinger
runs all the way until the end of the recording
2005-10-08Updated 'sources.conf'Klaus Schmidinger
2005-10-01Fixed a crash in cConfig::Load() when compiling on the PPCKlaus Schmidinger
2005-09-26Fixed a leftover 'summary.vdr' in vdr.5Klaus Schmidinger
2005-09-14Fixed two errors in 'newplugin'Klaus 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-28Fixed appending sequence end code cDvbPlayer::Goto()Klaus Schmidinger
2005-08-26The Setup/CICAM menu now only contains the devices that actually have a CI ↵Klaus Schmidinger
and dynamically detects the number of slots a CI provides
2005-08-20Improved responsiveness inside CAM menusKlaus Schmidinger
2005-08-13Centralized 'thread active' handlingKlaus Schmidinger
2005-07-30Added a sleep in cDvbPlayer::Action() in case there is no data to send to ↵Klaus Schmidinger
the device
2005-06-18Implemented wrapping around in menu listsKlaus Schmidinger
2005-06-12Fixed displaying the last page of a menu full screenKlaus Schmidinger
2005-06-03Updated the Estonian OSD textsKlaus Schmidinger
2005-05-14Updated the Estonian OSD textsKlaus Schmidinger
2005-05-05Now including the optional user defined Make.config from the 'libsi' MakefileKlaus Schmidinger
2005-03-05The setup option "DVB/Video display format" is now only available if "Video ↵Klaus Schmidinger
format" is set to "4:3"
2005-02-20Implemented setup option "DVB/Video display format"Klaus Schmidinger
2005-02-19Removed some unneeded code and fixed access to unallocated memory in ↵Klaus Schmidinger
cEvent::FixEpgBugs()
2005-02-08Fixed cDvbDevice::SetAudioTrackDevice() to avoid a blank screen after ↵Klaus Schmidinger
switching back to live mode if a recording is currently active on the primary device
2005-02-05Implemented setup option "OSD/Channel info time"Klaus Schmidinger
2005-01-23Fixed displaying the "Audio" menu with the "Green" button from the "Main" ↵Klaus Schmidinger
menu in case there is only one audio track
2005-01-14Making sure at least the default skin is available at program startKlaus Schmidinger