summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
AgeCommit message (Expand)Author
2005-05-29Fixed listing recordings with empty episode names in the LSTR commandKlaus Schmidinger
2005-05-28Avoiding unnecessary calls to getLength() in libsi/si.c, and avoiding the '& ...Klaus Schmidinger
2005-05-28Now using hash tables to speed up cSchedule::GetEvent()Klaus Schmidinger
2005-05-26Introduced cListBase::count for better performanceKlaus Schmidinger
2005-05-26Made tChannelID::operator==() inline for better performanceKlaus Schmidinger
2005-05-26Moved the NPTL and UTF-8 checks after the version and help outputKlaus Schmidinger
2005-05-26No longer stopping Transfer Mode or replay immediately when the Power button ...Klaus Schmidinger
2005-05-26Now dropping EPG events that have a zero start time or durationKlaus Schmidinger
2005-05-26Pressing the "Play" key in live viewing mode now resumes a previous replay se...Klaus Schmidinger
2005-05-26The SVDRP command DELR no longer deletes recordings that are currently being ...Klaus Schmidinger
2005-05-22Fixed a possible hangup when ending a replay session while cIndexFile::CatchU...Klaus Schmidinger
2005-05-22No longer saving the setup in case of a fatal errorKlaus Schmidinger
2005-05-22Added cPlayer::DeviceSetVideoDisplayFormat()Klaus Schmidinger
2005-05-22Removed converting byte order on big endian systems from cDvbOsd::Flush()Klaus Schmidinger
2005-05-14Made cOsd::isOpen an integer counter to avoid problems with messages when a c...Klaus Schmidinger
2005-05-14Made the Makefile patch friendlierKlaus Schmidinger
2005-05-14Added a check for Setup.DiSEqC in cDvbDevice::ProvidesTransponder()Klaus Schmidinger
2005-05-14Using '>' as separator for short channel names on cable channelsKlaus Schmidinger
2005-05-14Fixed a typoKlaus Schmidinger
2005-05-08Fixed a wrong inheritance in libsi's SubtitlingDescriptor::Subtitling1.3.24Klaus Schmidinger
2005-05-08Some rearrangements in cDvbPlayer::Action() to avoid lockups on NPTL systemsKlaus Schmidinger
2005-05-07Recordings now avoid zero sized video data filesKlaus Schmidinger
2005-05-07Removed scaling coordinates in letterbox mode from cDvbSpuKlaus Schmidinger
2005-05-07Added status flag for timers that are currently recordingKlaus Schmidinger
2005-05-06Fixed timeout handling in cRwLock::Lock()Klaus Schmidinger
2005-05-06Fixed handling lifetime when deciding whether to delete a recordingKlaus Schmidinger
2005-05-06Fixed a bug in libsi's SubtitlingDescriptor::getLength()Klaus Schmidinger
2005-05-05Fixed handling fragments of less than 3 byte in cPesAssemblerKlaus Schmidinger
2005-05-05Now also considering the "EPG linger time" when saving the EPG data to file o...Klaus Schmidinger
2005-05-05Fixed handling transparent areas in cDvbSpuBitmapKlaus Schmidinger
2005-05-05Added missing text internationalization for "Starting EPG scan"Klaus Schmidinger
2005-05-05Fixed a memory leak in cDvbPlayerKlaus Schmidinger
2005-05-05Fixed a memory leak in tComponentKlaus Schmidinger
2005-05-05Now including the optional user defined Make.config from the 'libsi' MakefileKlaus Schmidinger
2005-03-20Added a missing cMutexLock to cRemote::HasKeys()Klaus Schmidinger
2005-03-20Fixed setting the colored button help after deleting a recording in case the ...Klaus Schmidinger
2005-03-20Some fixes to avoid compiler warnings in gcc 4.0Klaus Schmidinger
2005-03-19The day of a timer is now stored as a full date in ISO notationKlaus Schmidinger
2005-03-05The setup option "DVB/Video display format" is now only available if "Video f...Klaus Schmidinger
2005-02-27Keeping the track language codes and descriptions in Transfer ModeKlaus Schmidinger
2005-02-27Revisited 'Fixed calling cStatus::MsgChannelSwitch() in cDevice::SetChannel()...Klaus Schmidinger
2005-02-26Fixed ensuring there is a current audio track in case there is only one trackKlaus Schmidinger
2005-02-20Changed MAXDPIDS to 16 (8xAC3 + 8xDTS)Klaus Schmidinger
2005-02-20Added support for setting the video display modeKlaus Schmidinger
2005-02-19Increased POLLTIMEOUTS_BEFORE_DEVICECLEAR in transfer.c to 6 to avoid problem...Klaus Schmidinger
2005-02-19Replaced the call to system("sync") in SpinUpDisk() with fdatasync(f) to avoi...Klaus Schmidinger
2005-02-19Fixed calling cStatus::MsgChannelSwitch() in cDevice::SetChannel()Klaus Schmidinger
2005-02-19Avoiding unnecessary calls to SetPid() in cDvbDevice::SetAudioTrackDevice()Klaus Schmidinger
2005-02-19Removed some unneeded code and fixed access to unallocated memory in cEvent::...Klaus Schmidinger
2005-02-13Added missing reset of the 'repacker' to cTS2PES::Clear()1.3.21Klaus Schmidinger