summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
AgeCommit message (Collapse)Author
2007-06-23Fonts can now be created with a width that overwrites the default widthKlaus Schmidinger
2007-06-23Fixed handling address masks in SVDRP host settingsKlaus Schmidinger
2007-06-17Implemented cOsd::SetOsdPosition() etc1.5.4Klaus Schmidinger
2007-06-17The info.vdr file now also stores the name of the channelKlaus Schmidinger
2007-06-17Fixed handling detached processes in SystemExec()Klaus Schmidinger
2007-06-17Changed the parameter "OSD font" to "Default font" in "Setup/OSD"Klaus Schmidinger
2007-06-17Now using 'fontconfig' to determine which fonts to useKlaus Schmidinger
2007-06-15More credits for 'Fixed a crash in i18n character set conversion'Klaus Schmidinger
2007-06-15Using nl_langinfo(CODESET) to determine the local codeset to use; libsi uses ↵Klaus Schmidinger
canonical codeset names
2007-06-15Fixed a crash in i18n character set conversionKlaus Schmidinger
2007-06-10Freetype font support; full UTF-8 support; dropped pixel fontsKlaus Schmidinger
2007-05-12Fixed getting the code setting from the localeKlaus Schmidinger
2007-04-30Implemented the SVDRP command REMOKlaus Schmidinger
2007-04-30Fixed handling ChannelUp/Down keys if there is currently a replay runningKlaus Schmidinger
2007-04-30Non-primary devices in Transfer mode are now also used for recordingKlaus Schmidinger
2007-04-30Fixed a race condition with signal handlers at program exitKlaus Schmidinger
2007-04-29Fixed handling frequencies in NitFilter::Process()Klaus Schmidinger
2007-04-28Fixed a busy loop in fast forward if the next video data file is missingKlaus Schmidinger
2007-04-28Fixed some spelling errors in 'newplugin'Klaus Schmidinger
2007-03-11Added Turkish language textsKlaus Schmidinger
2007-02-25Made "Channel entry timeout" a setup parameter1.5.1Klaus Schmidinger
2007-02-25Increased the maximum number of DVB devices to 8Klaus Schmidinger
2007-02-25Changed "Menu button closes" to "Menu key closes"; cleaned up "button" vs. ↵Klaus Schmidinger
"key" in MANUAL
2007-02-25Rewrite of shutdown handling; implemented cPlugin::WakeupTime(); SIGHUP ↵Klaus Schmidinger
forces reload; cThread::EmergencyExit() replaced by ShutdownHandler.RequestEmergencyExit()
2007-02-24Fixed handling error status in cDvbTuner::GetFrontendStatus()Klaus Schmidinger
2007-02-17Updated satellite names in 'sources.conf'Klaus Schmidinger
2007-02-17Fixed a possible crash when loading an invalid XPM fileKlaus Schmidinger
2007-02-03Adapted 'libsi' to DVB-S2Klaus Schmidinger
2007-02-03Removed 'assert(0)' from cDvbSpuDecoder::setTime()Klaus Schmidinger
2007-01-26Updated Hermann Gausterer's email addressKlaus Schmidinger
2007-01-26Now using cPipe instead of popen() in cCommand::Execute()Klaus Schmidinger
2007-01-26Fixed i18n characters for the Hungarian textsKlaus Schmidinger
2007-01-13Added cDevice::HasCi() so that devices with Common Interface can be avoided ↵Klaus Schmidinger
when tuning to an FTA channel
2007-01-04When entering text via the numeric keys, the characters are now checked ↵Klaus Schmidinger
against the allowed characters
2007-01-04Fixed the INSTALL section on retrying shutdown laterKlaus Schmidinger
2007-01-04Fixed a possible segfault if VDR gets terminated while a message is displayedKlaus Schmidinger
2006-12-03Added '#include <stdint.h>' to font.h; added a compatibility define for ↵Klaus Schmidinger
'uint64' to tools.h
2006-12-02Now calling cPluginManager::Active() only if VDR is really trying to shut ↵Klaus Schmidinger
down, and waiting for 5 minutes before calling it again
2006-12-01Added a missing 'const' to cRecordingInfo::ChannelID()Klaus Schmidinger
2006-12-01Fixed a typo in the change to the "Use small font" setup option in version ↵Klaus Schmidinger
1.3.47
2006-12-01Fixed a possible crash in remux.c on 64-bit machinesKlaus Schmidinger
2006-12-01Fixed a possible segfault in cSkins::Message()Klaus Schmidinger
2006-11-19Some improvements to the man pagesKlaus Schmidinger
2006-11-04Fixed displaying the replay mode symbol in case of "Multi speed mode"1.4.4Klaus Schmidinger
2006-10-20Fixed setting audio track descriptions after a replay has been stoppedKlaus Schmidinger
2006-10-14Fixed handling plugins from cRemote::PutMacro() and cRemote::CallPlugin()Klaus Schmidinger
2006-10-14cRemote::PutMacro() now sets a lock while it expands the macroKlaus Schmidinger
2006-10-14Keys from expanded key macros are now put into the front of the key queueKlaus Schmidinger
2006-10-14Fixed displaying the error log message in case an unknown plugin was ↵Klaus Schmidinger
requested in a key macro
2006-10-14Fixed a possible crash if cPluginManager::GetPlugin() is called with a NULL ↵Klaus Schmidinger
pointer