Age | Commit message (Expand) | Author |
2009-04-13 | Made MAXFRAMESIZE a multiple of TS_SIZE to avoid breaking up TS packets | Klaus Schmidinger |
2009-04-13 | cDevice::PlayTs() now syncs on the TS packet sync bytes | 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 | Fixed detecting the frame rate for radio recordings | Klaus Schmidinger |
2009-04-05 | Making sure any floating point numbers written use a decimal point | Klaus Schmidinger |
2009-04-05 | cDevice::PlayTs() now plays as many TS packets as possible in one call | Klaus Schmidinger |
2009-04-05 | Fixed the 'VideoOnly' condition in the PlayPes() and PlayTs() calls in cDvbPl... | Klaus Schmidinger |
2009-04-05 | Fixed a crash when jumping to an editing mark in an audio recording | Klaus Schmidinger |
2009-04-05 | Now freeing configDirectory before setting it to a new value in cPlugin::SetC... | Klaus Schmidinger |
2009-04-05 | Added missing virtual destructor to cPalette | Klaus Schmidinger |
2009-04-05 | Added missing '[]' to the delete operator in cMenuEditStrItem::~cMenuEditStrI... | 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 | Added command line help for the '-i' option | 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 |
2009-02-22 | Updated the Italian OSD texts | Klaus Schmidinger |
2009-02-08 | Added credits for Derek Kelly | Klaus Schmidinger |
2009-02-01 | Added cap_sys_nice to the capabilities that are not dropped | Klaus Schmidinger |
2009-01-30 | Fixed handling the 'new' indicator in the recordings menu for TS recordings | Klaus Schmidinger |
2009-01-30 | Fixed a hangup when replaying a TS recording with subtitles activated | Klaus Schmidinger |
2009-01-25 | Fixed a typo1.7.4 | Klaus Schmidinger |
2009-01-25 | Improved fast-forward/-rewind for audio recordings | Klaus Schmidinger |
2009-01-24 | Added credit to Winfried Koehler | Klaus Schmidinger |
2009-01-24 | Fixed handling the maximum video file size | Klaus Schmidinger |
2009-01-24 | The PAT/PMT is now only processed if its version changes | Klaus Schmidinger |
2009-01-24 | av7110_v4ldvb_api5_audiobuf_test_1.diff is still necessary | Klaus Schmidinger |
2009-01-24 | Fixed editing PES recordings | Klaus Schmidinger |
2009-01-24 | Fixed detecting frames for pure audio recordings | Klaus Schmidinger |
2009-01-24 | Added an 'int' typecast to calculations involving FramesPerSecond() to avoid ... | Klaus Schmidinger |
2009-01-24 | Fixed cDevice::PlayTsAudio() and made cDevice::PlayTsVideo() return 0 if Play... | Klaus Schmidinger |
2009-01-23 | Changed cPatPmtGenerator to make sure the PMT pid doesn't collide with any of... | Klaus Schmidinger |
2009-01-23 | Checking the pointer field in cPatPmtParser::ParsePmt() only in 'payload star... | Klaus Schmidinger |
2009-01-23 | Checking the remaining packet length after processing the pointer field | Klaus Schmidinger |
2009-01-23 | Fixed handling the pointer field in cPatPmtParser::ParsePmt() | Klaus Schmidinger |
2009-01-18 | Added checking mutexCurrentAudioTrack to cDevice::PlayTs() | Klaus Schmidinger |
2009-01-18 | Implemented option '-i' | Klaus Schmidinger |
2009-01-18 | Added "DEFINES += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_S... | Klaus Schmidinger |
2009-01-16 | Fixed removing deleted recordings in case there is a problem | Klaus Schmidinger |
2009-01-16 | Fixed incrementing the continuity counter in cPatPmtGenerator::GetPmt() | Klaus Schmidinger |
2009-01-16 | Added clearing the TS buffers in cDevice::Detach() | Klaus Schmidinger |
2009-01-16 | Added a missing Detach() in cTransfer::Activate() | Klaus Schmidinger |
2009-01-16 | Fixed returning complete PES packets in cTsToPes::GetPes() | Klaus Schmidinger |
2009-01-16 | Added some missing 'const' statements to cBitmap | Klaus Schmidinger |
2009-01-16 | Added a typecast in cUnbufferedFile::Write() to avoid an error message when c... | Klaus Schmidinger |