summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-01-08Updated copyright dateKlaus Schmidinger
2006-01-08Cleaned up some trailing white spaceKlaus Schmidinger
2006-01-08channels.confKlaus Schmidinger
2006-01-08Added a SleepMs() in cRecorder::Action() to avoid a busy loopKlaus Schmidinger
2006-01-08Fixed a typoKlaus Schmidinger
2006-01-08Added a mutex to synchronize cDevice::PlayPesPacket() and SetCurrentAudioTrack()Klaus Schmidinger
2006-01-07Preceded all button texts with "Button$"; Removed obsolete "Eject" and ↵Klaus Schmidinger
"Language" texts
2006-01-07Adapted c(Dvb)Device::ProvidesCa() to the dynamic CA handlingKlaus Schmidinger
2006-01-07The file 'ca.conf' is obsolete and has been removed; revised all ↵Klaus Schmidinger
descriptions regarding CICAM
2006-01-07Fixed the "Day" field of the "Edit timer" menu when pressing '0' to switch ↵Klaus Schmidinger
from "single shot" to "weekly", followed by the "Right" key
2006-01-06Implemented letter input via numeric keys (EasyKlaus Schmidinger
2006-01-06The "flags" of a timer are now handled as an unsigned integer valueKlaus Schmidinger
2006-01-06Any cReceivers still attached to a cDevice when that device switches to a ↵Klaus Schmidinger
different transponder are now automatically detached
2006-01-06Fixed a typoKlaus Schmidinger
2006-01-06Implemented the "Info" keyKlaus Schmidinger
2006-01-05The default cOsdObject::Show() now automatically calls cOsdMenu::Display() ↵Klaus Schmidinger
if this is a menu
2006-01-05Improved tuner timeout handling (cont'd)Klaus Schmidinger
2006-01-05The "Mark/Move" function in the "Channels" menu now also works in the ↵Klaus Schmidinger
non-numeric sort modes
2006-01-05Fixed initial channel display if Setup.TimeoutRequChInfo is 'no'Klaus Schmidinger
2006-01-05In the "Channels" menu the numeric keys now position the cursor to the ↵Klaus Schmidinger
channel with the given number
2006-01-05Removed unused 'offset' member from cOsdItemKlaus Schmidinger
2006-01-05Disabled the use of fadvise in cUnbufferedFile because there have been ↵Klaus Schmidinger
several reports that it causes more problems than it solves
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 ↵Klaus Schmidinger
definition texts with "Key$" to avoid duplicates
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 ↵Klaus Schmidinger
to avoid warnings with g++ 4.1.0
2006-01-01Fixed initializing pthread_mutexattr_t and pthread_rwlockattr_t to avoid ↵Klaus Schmidinger
warnings with g++ 4.1.0
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 ↵Klaus Schmidinger
the lock is lost
2005-12-31Changed the API of the functions cStatus::Recording() and ↵Klaus Schmidinger
cStatus::Replaying(), so that they can provide the full file name of the recording
2005-12-31When started as user 'root' VDR now switches to a lesser privileged user id, ↵Klaus Schmidinger
keeping the capability to set the system time
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