summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-05-24Fixed volume display in case a plugin has its own OSD openKlaus Schmidinger
2003-05-24Fixed cutting a recording if there is only a single editing markKlaus Schmidinger
2003-05-24Fixed resume file handling in case the resume.vdr file can't be writtenKlaus Schmidinger
2003-05-24Fixed I/O handling in case an explicit controlling terminal is givenKlaus Schmidinger
2003-05-24Some more French OSD textsKlaus Schmidinger
2003-05-24Completed the Finnish OSD textsKlaus Schmidinger
2003-05-24Completed the French OSD textsKlaus Schmidinger
2003-05-24Fixed a memory leak in cNonBlockingFileReaderKlaus Schmidinger
2003-05-24Modified handling of audio packets in cDvbPlayer for better sync with ↵Klaus Schmidinger
external AC3 replay
2003-05-18No longer waiting inside cIndexFile::CatchUp() to avoid shortly blocking ↵1.1.32Klaus Schmidinger
replay at the end of a recording
2003-05-18Changed comment since 'buffer empty' was removed from the driverKlaus Schmidinger
2003-05-18Fixed EPG bugfix statistics to avoid log entires for undefined channelsKlaus Schmidinger
2003-05-18Fixed reading 'epg.data' for channels with non-zero RIDKlaus Schmidinger
2003-05-18Updated 'channels.conf.cable'Klaus Schmidinger
2003-05-18Avoiding spurious section filter settings after a channel switchKlaus Schmidinger
2003-05-18Fixed setting the locking pid after a timed waitKlaus Schmidinger
2003-05-17channels.confKlaus Schmidinger
2003-05-16Moved the detection of a broken video data stream from the cDevice into the ↵Klaus Schmidinger
cRecorder
2003-05-16Added Catalanian language textsKlaus Schmidinger
2003-05-16No longer starting the editing process if no marks have been setKlaus Schmidinger
2003-05-16Moved the call to cPlugin::Start() further up in vdr.c, to make sure it gets ↵Klaus Schmidinger
called before trying to learn the keys
2003-05-12Re-implemented the WaitForPut/WaitForGet stuff in cRingBuffer, since some ↵Klaus Schmidinger
plugins actually need this
2003-05-11Removed a faulty parameter initialization in menu.cKlaus Schmidinger
2003-05-11Implemented the TerrestrialDeliverySystemDescriptor in libdtv1.1.31Klaus Schmidinger
2003-05-11Changed C++ style comments in libdtv into C style to avoid warnings in gcc 3.xKlaus Schmidinger
2003-05-11Implemented separate PausePriority and PauseLifetime parameters for the ↵Klaus Schmidinger
recordings created when pausing live video
2003-05-11Further increased the timeout until an index file is considerd no longer to ↵Klaus Schmidinger
be written
2003-05-11Avoiding short display of the 'Main' menu when pressing the 'Recordings' ↵Klaus Schmidinger
button or the 'Back' button during replay
2003-05-11Updated 'channels.conf.terr' for BerlinKlaus Schmidinger
2003-05-11Disabled the 'Received stuffing section in EIT' log messageKlaus Schmidinger
2003-05-11Fixed handling EPG data where the 'extended event descriptor' comes before ↵Klaus Schmidinger
the 'short event' or a 'time shifted event'
2003-05-11Removed the WaitForPut/WaitForGet stuff from cRingBufferKlaus Schmidinger
2003-05-11Added VDRVERSNUM to config.hKlaus Schmidinger
2003-05-11Implemented cDevice::ActualDevice()Klaus Schmidinger
2003-05-11Fixed keeping live video active in case the primary device doesn't have an ↵Klaus Schmidinger
MPEG decoder
2003-05-10Implemented the CableDeliverySystemDescriptor in libdtvKlaus Schmidinger
2003-05-09Introduced cPlugin::Initialize()Klaus Schmidinger
2003-05-04Adjusted release date1.1.30Klaus Schmidinger
2003-05-04channels.confKlaus Schmidinger
2003-05-03Added description of -P "*"Klaus Schmidinger
2003-05-03The red ('Record') and yellow ('Pause') button in the 'Main' menu are no ↵Klaus Schmidinger
longer available when replaying
2003-05-03Added cStatus::OsdItem() to provide the entire list of menu items to a pluginKlaus Schmidinger
2003-05-03Removed the (no longer necessary) 'panic' stuff from cThreadKlaus Schmidinger
2003-05-03Restoring the current channel in case a recording has switched the transponderKlaus Schmidinger
2003-05-02The RCU channel display no longer changes when a recording on a different ↵Klaus Schmidinger
channel starts on the primary device
2003-05-02Now turning off live PIDs when replayingKlaus Schmidinger
2003-05-02Fixed handling dedicated keysKlaus Schmidinger
2003-05-02Fixed double call to MainMenuAction() of a plugin if invoked via a hotkeyKlaus Schmidinger
2003-05-02Fixed setting the PCR-PID in case it is equal to one of the other PIDsKlaus Schmidinger
2003-05-01Fixed paging through lists with repeated Left/Right keysKlaus Schmidinger