summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
AgeCommit message (Collapse)Author
2003-08-02Fixed checking CA capabilities with the dvb-kernel driverKlaus Schmidinger
2003-07-26Fixed an occasional "Broken pipe" error in SVDRP connectionsKlaus Schmidinger
2003-07-26Fixed handling the color buttons in the "Edit channel" menuKlaus Schmidinger
2003-06-19Now clearing the channel info display when entering numeric keys to switch ↵Klaus Schmidinger
channels
2003-06-19Changed the behaviour of the '0' key in normal viewing mode to have a 3 ↵Klaus Schmidinger
second timeout
2003-06-13Improved channel switching in case of numerical inputKlaus Schmidinger
2003-06-12Fixed a bug in channel switching after Left/Right has been pressedKlaus Schmidinger
2003-06-08Initializing the current channel to '1'Klaus Schmidinger
2003-06-07Fixed device handling in the CICAM menu in case a VDR instance was started ↵Klaus Schmidinger
with a specific device using the -D option
2003-06-06Fixed a crash when cancelling a newly created timerKlaus Schmidinger
2003-06-06Fixed OSD access in case none of the devices provides oneKlaus Schmidinger
2003-05-31Added a note about NPTL to the INSTALL fileKlaus Schmidinger
2003-05-29Fixed a possible access of invalid file handles in cSIProcessor::Action()Klaus Schmidinger
2003-05-29Fixed an uninitialized variable in cDisplayChannelKlaus Schmidinger
2003-05-29Some corrections to the Catalanian OSD textsKlaus Schmidinger
2003-05-29Added an additional sleep() after going into "Pause live video" modeKlaus Schmidinger
2003-05-27Completed the Italian OSD textsKlaus Schmidinger
2003-05-25It is now possible to directly delete a timer that is currently recording1.1.33Klaus Schmidinger
2003-05-25Fixed handling newly created timers in case they are not confirmed with "Ok"Klaus Schmidinger
2003-05-25Checking for duplicate recordings with the same file name and disabling the ↵Klaus Schmidinger
second timer
2003-05-25Changed the DEFAULTPRIORITY in device.c to -1Klaus Schmidinger
2003-05-24Fixed cReplayControl::Show() to avoid a compiler warning in g++ 3.2.3Klaus Schmidinger
2003-05-24Fixed channel switching in case the current channel becomes unavailableKlaus Schmidinger
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-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-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-18Fixed setting the locking pid after a timed waitKlaus 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-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-11Updated 'channels.conf.terr' for BerlinKlaus 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-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-03Added cStatus::OsdItem() to provide the entire list of menu items to a pluginKlaus Schmidinger