summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-01-05Removed unused 'offset' member from cOsdItemKlaus 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-04Fixed entry for "Sky Two"Klaus 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-04Using the thread id in the "thread ... won't end" error messageKlaus 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 an example for a remote GRAB and display commandKlaus Schmidinger
2006-01-03Added cMenuEditStrItem::InEditMode()Klaus Schmidinger
2006-01-03Added cTimer::SetPriority() to set a timer's priorityKlaus Schmidinger
2006-01-03Changed DELETEDLIFETIME to 300Klaus Schmidinger
2006-01-03Fixed handling TS packets in cTS2PESKlaus Schmidinger
2006-01-03Improved tuner timeout handlingKlaus Schmidinger
2006-01-03Fixed setting the main thread id if VDR is running as a daemonKlaus 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-30Changed all "illegal" to "invalid" in error messagesKlaus Schmidinger
2005-12-30Updated the Greek OSD textsKlaus Schmidinger
2005-12-30New option '-g'; fixed security hole CAN-2005-0071 when grabbing to fileKlaus Schmidinger
2005-12-30Refined cBase64Encoder descriptionKlaus Schmidinger
2005-12-30The SVDRP command GRAB now optionally writes the image data to the SVDRP conn...Klaus Schmidinger
2005-12-29Implemented cBase64EncoderKlaus Schmidinger
2005-12-29cDevice::GrabImage() now returns a pointer to the image in memory; cDevice::G...Klaus Schmidinger
2005-12-29The SVDRP command GRAB now determines the image type from the extension of th...Klaus Schmidinger
2005-12-29Converting a grabbed image to JPEG is now done with the new function RgbToJpeg()Klaus Schmidinger
2005-12-28Dropped the unused "Stop recording on primary interface" stuffKlaus Schmidinger
2005-12-28Revoked the check for low symbol rates on FF cards (some actually can do this)Klaus Schmidinger
2005-12-28Removing deleted recordings is now done in a separate threadKlaus Schmidinger
2005-12-28Fixed finding the actual timer for Record/Timer buttonKlaus Schmidinger
2005-12-27Modified red button handling in the "Schedule" menuKlaus Schmidinger
2005-12-27cTimer no longer has its own 'schedule' memberKlaus Schmidinger
2005-12-27The "Schedules" and "What's on now/next?" menus are now updated if a timer is...Klaus Schmidinger
2005-12-27Improved cSchedule::DropOutdated()Klaus Schmidinger
2005-12-26Forcing main menu update if a submenu was closedKlaus Schmidinger
2005-12-26Schedules are now cleaned up once every hour (not only at 05:00)Klaus Schmidinger
2005-12-26Modified cSchedule::Cleanup() (events are always sorted by time)Klaus Schmidinger
2005-12-26Removed an invalid access to Event->schedule in cSchedule::DelEvent()Klaus Schmidinger
2005-12-26EPG events that are no longer in the currently broadcasted data stream are no...Klaus Schmidinger
2005-12-25The version number of EPG events is now also stored in the epg.data fileKlaus Schmidinger