summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
AgeCommit message (Collapse)Author
2005-12-25The version number of EPG events is now also stored in the epg.data fileKlaus Schmidinger
2005-12-18Fixed handling OSD areas that have invalid sizesKlaus Schmidinger
2005-12-18Fixed a possible crash when displaying the "Low disk space!" message from a ↵Klaus Schmidinger
background thread
2005-12-18Now avoiding unnecessary disk access when checking if there are deleted ↵Klaus Schmidinger
recordings that need to be removed; fixed handling the DELETEDLIFETIME
2005-12-18When displaying the amount of free disk space, the space consumed by ↵Klaus Schmidinger
"deleted" recordings is now taken into account
2005-12-16Fixed the RCU remote control handling to avoid problems with NPTLKlaus Schmidinger
2005-12-11Now using the gettid() syscall to get a thread's pid, so that we get a ↵Klaus Schmidinger
useful value on NPTL systems
2005-12-03Improved TS/PES conversion to better handle lost TS packetsKlaus Schmidinger
2005-11-26Added a copy constructor to cString and fixed its assignment operatorKlaus Schmidinger
2005-11-26Fixed SetProgress() in the 'skincurses' plugin in case Total is 0Klaus Schmidinger
2005-11-26Implemented handling of the "CA PMT Reply" for CAMs; some preparations for ↵Klaus Schmidinger
being able to record several encrypted channels from the same transponder
2005-11-11Modified switching to Dolby Digital audio in live modeKlaus Schmidinger
2005-11-11Fixed initializing the day index when editing the weekday parameter of a ↵Klaus Schmidinger
repeating timer
2005-11-11Added compiler options "-fPIC -g" to all pluginsKlaus Schmidinger
2005-11-05The EPG scan no longer disturbs players that have also set live PIDsKlaus Schmidinger
2005-11-05Fixed a race condition in the SPU decoderKlaus Schmidinger
2005-11-04cReadLine now dynamically allocates its buffer; changed cConfig::Load() to ↵Klaus Schmidinger
use cReadLine instead of a fixed buffer
2005-11-04Updated the Dutch OSD textsKlaus Schmidinger
2005-11-04Fixed a memory leak in cString::operator=()Klaus Schmidinger
2005-11-04Fixed missing '&' in the SetAreas() example in PLUGINS.htmlKlaus Schmidinger
2005-11-04Removed '\n' from several syslog() callsKlaus Schmidinger
2005-11-04A menu is no longer automatically closed when a replay endsKlaus 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-31The new class cUnbufferedFile is used for the recording files to avoid ↵1.3.35Klaus Schmidinger
thrashing the file system cache
2005-10-30Fixed the cFilter example in PLUGINS.htmlKlaus Schmidinger
2005-10-30Updated the French OSD textsKlaus Schmidinger
2005-10-30Added missing mutex locks to cCiMenu::Abort() and cCiEnquiry::Abort()Klaus Schmidinger
2005-10-09Added more error messages and line numbers when reading EPG data and info.vdrKlaus Schmidinger
2005-10-09Fixed a leftover 'summary.vdr' in vdr.1Klaus Schmidinger
2005-10-09Added '__attribute__' to functions that use printf() like parametersKlaus Schmidinger
2005-10-09Fixed a possible endless loop in a menu with no selectable items if ↵Klaus Schmidinger
Setup.MenuScrollWrap is true
2005-10-09Now using daemon() instead of fork() to run VDR in daemon modeKlaus Schmidinger
2005-10-08Updated 'sources.conf'Klaus Schmidinger
2005-10-02Added a check against MAXOSDAREAS in cOsd::CanHandleAreas()Klaus Schmidinger
2005-10-01Fixed the FATALERRNO macro to check for a non-zero errno valueKlaus Schmidinger
2005-10-01Fixed a crash in cConfig::Load() when compiling on the PPCKlaus Schmidinger
2005-10-01Fixed handling the '.update' file in case the video directory is not at the ↵Klaus Schmidinger
default location
2005-10-01Fixed opening recording folders in case the last replayed recording no ↵Klaus Schmidinger
longer exists
2005-09-26Fixed a leftover 'summary.vdr' in vdr.5Klaus Schmidinger
2005-09-25Made the function ExchangeChars() public1.3.33Klaus Schmidinger
2005-09-25The '.update' file in the video directory is now touched when a recording is ↵Klaus Schmidinger
added or deleted
2005-09-25The 'new' indicator in the Recordings menu is now kept up-to-dateKlaus Schmidinger
2005-09-25The list of recordings is now read in a separate threadKlaus Schmidinger
2005-09-17Fixed error handling in cCiTransportConnection::RecvTPDU()Klaus Schmidinger
2005-09-17Fixed handling key macros with keys after @pluginKlaus Schmidinger
2005-09-17Added a missing include statement to the 'sky' pluginKlaus Schmidinger
2005-09-17Added cChannel::LinkChannels() and cChannel::RefChannel()Klaus Schmidinger
2005-09-17Fixed handling color buttons in cMenuEditStrItemKlaus Schmidinger
2005-09-17Fixed converting arbitrarily formatted summary.vdr filesKlaus Schmidinger
2005-09-14Fixed two errors in 'newplugin'Klaus Schmidinger