summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
AgeCommit message (Expand)Author
2006-01-21When entering text via the numeric keys, the cursor now automatically advancesKlaus Schmidinger
2006-01-20Recordings are now only started if there is at least 300MB free disk spaceKlaus Schmidinger
2006-01-20Fixed a crash in the Schedule menu with events that have no title (cEvent::Fi...Klaus Schmidinger
2006-01-20Fixed a crash after executing the SVDRP command CLRE, caused by dangling 'sch...Klaus Schmidinger
2006-01-20Fixed a problem with @plugin in keymacros.conf in case the named plugin is no...Klaus Schmidinger
2006-01-15Modified logging so that even on NPTL systems each line in the log file shows...Klaus Schmidinger
2006-01-15Fixed a second place where a message should be given when an instant recordin...Klaus Schmidinger
2006-01-15No longer displaying color buttons in the recording info menu if it has been ...1.3.39Klaus Schmidinger
2006-01-15Added a leading '0' to the day in the DayDateTime() functionKlaus Schmidinger
2006-01-15Now only writing Dolby Digital tracks into the 'info.vdr' file of a recording...Klaus Schmidinger
2006-01-14The SVDRP command GRAB allows file names without extension againKlaus Schmidinger
2006-01-14Made the log messages regarding lost lock of devices "info" instead of "error"Klaus Schmidinger
2006-01-14Added a missing '-' to the example for viewing a grabbed image on a remote hostKlaus Schmidinger
2006-01-14Fixed canonicalizing the file name in the SVDRP command GRAB to allow full pa...Klaus Schmidinger
2006-01-14Added a note about "modprobe capability" to INSTALLKlaus Schmidinger
2006-01-14Removed the now obsolete "ca.conf" section from vdr.1Klaus Schmidinger
2006-01-14Key macros can now be defined for all non-modeless keysKlaus Schmidinger
2006-01-13Added missing i18n entry for the "Timer" buttonKlaus Schmidinger
2006-01-08Fixed handling "more than 3 byte" key sequences in cKbdRemote::ReadKeySequence()Klaus Schmidinger
2006-01-08Fixed the "plugins-clean" and "plugins-install" targets in the MakefileKlaus Schmidinger
2006-01-08Added a missing #include <linux/unistd.h> to thread.cKlaus Schmidinger
2006-01-08The SVDRP command LSTT now accepts the new option 'id'Klaus Schmidinger
2006-01-08Added a SleepMs() in cRecorder::Action() to avoid a busy loopKlaus Schmidinger
2006-01-08Added a mutex to synchronize cDevice::PlayPesPacket() and SetCurrentAudioTrack()Klaus Schmidinger
2006-01-07Fixed the "Day" field of the "Edit timer" menu when pressing '0' to switch fr...Klaus Schmidinger
2006-01-06Implemented letter input via numeric keys (EasyKlaus Schmidinger
2006-01-06Any cReceivers still attached to a cDevice when that device switches to a dif...Klaus Schmidinger
2006-01-05Disabled the use of fadvise in cUnbufferedFile because there have been severa...Klaus Schmidinger
2006-01-05Added missing #include "thread.h" to dvbspu.cKlaus Schmidinger
2006-01-04Removed an obsolete "Summary" text from i18n.c and preceded all key definitio...Klaus Schmidinger
2006-01-04A message is now given when an instant recording is startedKlaus Schmidinger
2006-01-04Implemented "Setup/OSD/Timeout requested channel info"Klaus Schmidinger
2006-01-04The "Menu" key now behaves consistentlyKlaus Schmidinger
2006-01-04Now using FE_READ_STATUS to read the current frontend statusKlaus Schmidinger
2006-01-03Added cMenuEditStrItem::InEditMode()Klaus Schmidinger
2006-01-03Added cTimer::SetPriority() to set a timer's priorityKlaus Schmidinger
2006-01-03Fixed handling TS packets in cTS2PESKlaus Schmidinger
2006-01-01The cTimer constructor can now take an optional cChannelKlaus Schmidinger
2006-01-01The Makefile now reports a summary of failed pluginsKlaus Schmidinger
2006-01-01Fixed incrementing the 'state' variables in the repacker classes in remux.c t...Klaus Schmidinger
2006-01-01Fixed initializing pthread_mutexattr_t and pthread_rwlockattr_t to avoid warn...Klaus Schmidinger
2006-01-01Made the static cControl functions thread safeKlaus Schmidinger
2006-01-01Removed unused variables in skinclassic.c and skinsttng.cKlaus Schmidinger
2006-01-01Fixed handling multi byte key sequences in cKbdRemoteKlaus Schmidinger
2006-01-01The DVB devices now retune (and, if applicable, resend the DiSEqC data) if th...Klaus Schmidinger
2005-12-31Changed the API of the functions cStatus::Recording() and cStatus::Replaying(...Klaus Schmidinger
2005-12-31When started as user 'root' VDR now switches to a lesser privileged user id, ...Klaus Schmidinger
2005-12-30New option '-g'; fixed security hole CAN-2005-0071 when grabbing to fileKlaus Schmidinger
2005-12-30The SVDRP command GRAB now optionally writes the image data to the SVDRP conn...Klaus Schmidinger
2005-12-29Implemented cBase64EncoderKlaus Schmidinger