summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
AgeCommit message (Expand)Author
2009-10-18Added Lithuanian language translationsKlaus Schmidinger
2009-10-18Changed the project's URLs and email to tvdr.deKlaus Schmidinger
2009-08-30Fixed not logging changes for channels that have no numberKlaus Schmidinger
2009-08-30Fixed wrong bracketing in cChannel::SubtitlingType() etcKlaus Schmidinger
2009-08-16Implemented full handling of subtitling descriptorsKlaus Schmidinger
2009-08-16Increased the value of MAXFRAMESIZE to better suit HD recordingsKlaus Schmidinger
2009-08-16Fixed cRecordings::DelByName() to avoid compilation errors with gcc 4.4Klaus Schmidinger
2009-08-09Fixed handling file name length on VFAT systems in case they contain UTF-8 ch...Klaus Schmidinger
2009-06-21Fixed cDevice::PlayTsVideo() and cDevice::PlayTsAudio() in case only part of ...Klaus Schmidinger
2009-06-21Fixed storing the current OSD size in case the device has changed it in its s...Klaus Schmidinger
2009-06-13Fixed variable types in cIndexFile1.7.8Klaus Schmidinger
2009-06-13Fixed index types in cIndexFile::GetNextIFrame()Klaus Schmidinger
2009-06-06Fixed calculating menu colum widths in case the font has a size other than th...Klaus Schmidinger
2009-06-06Modified cSVDRP::CmdGRAB() to avoid writing into const dataKlaus Schmidinger
2009-06-06Added some missing 'const' keywords to avoid compilation errors with gcc 4.4Klaus Schmidinger
2009-06-06Using different names for the Aspect parameterKlaus Schmidinger
2009-06-01Improved cDvbDevice::GetOsdSize()Klaus Schmidinger
2009-06-01Fixed cOsdMenu::Display() in case the menu size has changedKlaus Schmidinger
2009-06-01Fixed handling the length of DiSEqC command sequencesKlaus Schmidinger
2009-06-01Added a workaround for the broken linux-dvb driver header filesKlaus Schmidinger
2009-05-31Fixed calling close(-1) in cUnbufferedFile::Close()Klaus Schmidinger
2009-05-31Fixed a memory leak when reaching the end of a recording during replayKlaus Schmidinger
2009-05-24Fixed generating PAT/PMT version numbers in case the PIDs change during recor...Klaus Schmidinger
2009-05-21Implemented setup option "Recording/Pause key handling"Klaus Schmidinger
2009-05-17Added a note about the meaning of PERCENTAGEDELTA in cRingBuffer::UpdatePerce...Klaus Schmidinger
2009-05-17Added a note to cTsToPes about all TS packets having to belong to the same PIDKlaus Schmidinger
2009-05-17Removed unused 'synced' member from cTsToPesKlaus Schmidinger
2009-05-15EIT events are now only processed if a plausible system time is available, to...Klaus Schmidinger
2009-05-10Fixed use of time_t in cEIT::cEIT()Klaus Schmidinger
2009-05-10Added MPEG 1 handling to remux.cKlaus Schmidinger
2009-05-10Checking fd_video in cDvbDevice::GetVideoSize() to avoid error messages on sy...Klaus Schmidinger
2009-05-09Proper credit for cDevice::GetOsdSize()Klaus Schmidinger
2009-05-09Increased MAXOSDHEIGHT to 1200Klaus Schmidinger
2009-05-09Implemented cDevice::GetOsdSize(); fixed the way the OSD size is determined o...Klaus Schmidinger
2009-05-08Fixed a typo in aspect ratio 2.21:1Klaus Schmidinger
2009-05-03cFrameDetector::Analyze() now syncs on the TS packet sync bytes1.7.7Klaus Schmidinger
2009-04-25Added a note to the INSTALL file about using subdirectories to split a large ...Klaus Schmidinger
2009-04-19Implemented TsSetTeiOnBrokenPackets()Klaus Schmidinger
2009-04-19Added missing 'const' to cRecording::FramesPerSecond()Klaus Schmidinger
2009-04-13Added cThread::SetIOPriority() and using it in cRemoveDeletedRecordingsThreadKlaus Schmidinger
2009-04-13The SVDRP command PUTE now supports reading the EPG data from a given fileKlaus Schmidinger
2009-04-13Reverted back to previous version of RemoveDeletedRecordings(), because the t...Klaus Schmidinger
2009-04-12No longer checking for deleted recordings to be removed from the foreground t...Klaus Schmidinger
2009-04-12Improved efficiency of cEIT::cEIT()1.7.5Klaus Schmidinger
2009-04-10No longer writing the video type into channels.conf if VPID is 0Klaus Schmidinger
2009-04-10Added missing AUDIO_PAUSE/AUDIO_CONTINUE calls to cDvbDeviceKlaus Schmidinger
2009-04-05Making sure any floating point numbers written use a decimal pointKlaus Schmidinger
2009-04-05Fixed the 'VideoOnly' condition in the PlayPes() and PlayTs() calls in cDvbPl...Klaus Schmidinger
2009-04-05Improved replay at the begin and end of a recording; cDvbPlayer::Action() no ...Klaus Schmidinger
2009-03-28Fixed cDvbPlayer::NextFile() to handle files larger than 2GBKlaus Schmidinger