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