summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
AgeCommit message (Collapse)Author
2004-10-31Moved the main program loop variables further up to allow compilation with ↵Klaus Schmidinger
older compiler versions
2004-10-30Added more checks and polling when getting frontend eventsKlaus Schmidinger
2004-10-30Fixed some typos in the Makefile's 'font' targetKlaus Schmidinger
2004-10-24Added cCondWait::Sleep() and using it to replace all usleep() callsKlaus Schmidinger
2004-10-24Added some checks when cancelling a thread and removed the usleep() in ↵Klaus Schmidinger
cThread::Start(); removed 'running' from cThread
2004-10-23Fixed missing cleanup at program exit in case there is a problem with a pluginKlaus Schmidinger
2004-10-23Some minor code cleanupsKlaus Schmidinger
2004-10-23Now actually using the iso8859-15 fontsKlaus Schmidinger
2004-10-23Updated Romanian language texts and the iso8859-2 fontsKlaus Schmidinger
2004-10-23Taking the complete size of available data into account when deciding ↵Klaus Schmidinger
whether to clear the transfer buffer to avoid overflows
2004-10-23Removed the usleep() call from cDvbPlayer::Action() to make VDR run on NPTL ↵Klaus Schmidinger
systems; also removed the NPTL check at startup
2004-10-23Fixed attaching a cPlayer to a cDeviceKlaus Schmidinger
2004-10-23Added a sample setup for 'DisiCon-4 Single Cable Network'Klaus Schmidinger
2004-10-23Fixed detecting transponder lock; removed WAIT_FOR_LOCK_AFTER_TUNING; added ↵Klaus Schmidinger
some missing 'const' to cChannel
2004-10-17Updated 'channels.conf.terr' for HannoverKlaus Schmidinger
2004-10-17If one PID can't be added, the whole cDevice::AttachReceiver() will now failKlaus Schmidinger
2004-10-17Refined formula for making volume control more linearKlaus Schmidinger
2004-10-16Fixed a crash in the time search mechanismKlaus Schmidinger
2004-10-16Added missing Czech characters to fontosd-iso8859-2.cKlaus Schmidinger
2004-10-16Now skipping code table info in SI dataKlaus Schmidinger
2004-10-16Made volume control more linearKlaus Schmidinger
2004-10-16Made the "Channel not available!" message and mtInfo instead of mtErrorKlaus Schmidinger
2004-10-16Avoiding unnecessary section filter start/stopsKlaus Schmidinger
2004-10-16Fixed libsi/Makefile to use the compiler defined in for generating file ↵Klaus Schmidinger
dependencies
2004-10-16Moved the initialization of aPid1 and aPid2 to the beginning of ↵Klaus Schmidinger
cDvbDevice::cDvbDevice()
2004-10-16Fixed 'newplugin' to use the compiler defined in $(CXX) for generating file ↵Klaus Schmidinger
dependencies
2004-10-16Added Estonian language textsKlaus Schmidinger
2004-10-16Fixed showing the replay mode if the OSD is currently in useKlaus Schmidinger
2004-10-16Fixed a possible crash with inconsistent SI dataKlaus Schmidinger
2004-10-16Improved buffer handlingKlaus Schmidinger
2004-08-08Fixed a crash in case the last line in channels.conf is a group separatorKlaus Schmidinger
2004-08-08Fixed a possible NULL pointer assignment in cMenuText::SetText()Klaus Schmidinger
2004-08-08Making sure section filters are only set if the device actually has a lockKlaus Schmidinger
2004-07-27Fixed checking for the presence of NPTLKlaus Schmidinger
2004-07-18Experimental support for NVOD channelsKlaus Schmidinger
2004-07-18Avoiding flashing effects in the OSD of full featured DVB cards by ↵Klaus Schmidinger
explicitly clearing the OSD windows before opening them
2004-07-18Making sure the OSD reports oeWrongAlignment errors before any ↵Klaus Schmidinger
oeAreasOverlap error
2004-07-17Fixed handling error case '-1' when polling section filtersKlaus Schmidinger
2004-07-17No longer adding section filters to the list of filters if they can't be openedKlaus Schmidinger
2004-07-17Fixed checking the last area for misalignment in cOsd::CanHandleAreas()Klaus Schmidinger
2004-07-17Fixed handling menu status messages when the list contents is scrolledKlaus Schmidinger
2004-06-19Fixed cRingBufferLinear::Get() in case the buffer wraps aroundKlaus Schmidinger
2004-06-19Fixed the description of cRingBufferLinearKlaus Schmidinger
2004-06-19Added a note about 'iocharset=utf8' to the INSTALL fileKlaus Schmidinger
2004-06-19Fixed handling the color button texts in cMenuEditStrItemKlaus Schmidinger
2004-06-19Added cDevice::Flush()Klaus Schmidinger
2004-06-18Fixed a memory leak in theme description handlingKlaus Schmidinger
2004-06-14Credits to Mirco DölleKlaus Schmidinger
2004-06-12Fixed switching channels while an encrypted channel is being recordedKlaus Schmidinger
2004-06-12Fixed calculating the OSD width and heightKlaus Schmidinger