summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-05Fixed a crash when jumping to an editing mark in an audio recordingKlaus Schmidinger
2009-04-05Now freeing configDirectory before setting it to a new value in cPlugin::SetC...Klaus Schmidinger
2009-04-05Added missing virtual destructor to cPaletteKlaus Schmidinger
2009-04-05Added missing '[]' to the delete operator in cMenuEditStrItem::~cMenuEditStrI...Klaus Schmidinger
2009-04-05Fixed switching to Play mode when hitting the end of a timeshifted recordingKlaus Schmidinger
2009-04-05Improved replay at the begin and end of a recording; cDvbPlayer::Action() no ...Klaus Schmidinger
2009-03-28Using the result of DeviceFlush() when hitting end of recordingKlaus Schmidinger
2009-03-28Fixed a typoKlaus Schmidinger
2009-03-28Fixed cDvbPlayer::NextFile() to handle files larger than 2GBKlaus Schmidinger
2009-03-27Added command line help for the '-i' optionKlaus Schmidinger
2009-03-27Modified cFrameDetector::Analyze() to minimize file I/O overhead during recor...Klaus Schmidinger
2009-03-27Adapted cFrameDetector::Analyze() to HD NTSC broadcasts that split frames ove...Klaus Schmidinger
2009-03-13Replaced cBackTrace with cPtsIndexKlaus Schmidinger
2009-02-28Added cRecordingInfo::GetEvent()Klaus Schmidinger
2009-02-22Updated the Italian OSD textsKlaus Schmidinger
2009-02-08Added credits for Derek KellyKlaus Schmidinger
2009-02-01Added cap_sys_nice to the capabilities that are not droppedKlaus Schmidinger
2009-01-30Fixed handling the 'new' indicator in the recordings menu for TS recordingsKlaus Schmidinger
2009-01-30Fixed a hangup when replaying a TS recording with subtitles activatedKlaus Schmidinger
2009-01-25Fixed a typo1.7.4Klaus Schmidinger
2009-01-25Improved fast-forward/-rewind for audio recordingsKlaus Schmidinger
2009-01-24Added credit to Winfried KoehlerKlaus Schmidinger
2009-01-24Fixed handling the maximum video file sizeKlaus Schmidinger
2009-01-24The PAT/PMT is now only processed if its version changesKlaus Schmidinger
2009-01-24av7110_v4ldvb_api5_audiobuf_test_1.diff is still necessaryKlaus Schmidinger
2009-01-24Fixed editing PES recordingsKlaus Schmidinger
2009-01-24Fixed detecting frames for pure audio recordingsKlaus Schmidinger
2009-01-24Added an 'int' typecast to calculations involving FramesPerSecond() to avoid ...Klaus Schmidinger
2009-01-24Fixed cDevice::PlayTsAudio() and made cDevice::PlayTsVideo() return 0 if Play...Klaus Schmidinger
2009-01-23Changed cPatPmtGenerator to make sure the PMT pid doesn't collide with any of...Klaus Schmidinger
2009-01-23Checking the pointer field in cPatPmtParser::ParsePmt() only in 'payload star...Klaus Schmidinger
2009-01-23Checking the remaining packet length after processing the pointer fieldKlaus Schmidinger
2009-01-23Fixed handling the pointer field in cPatPmtParser::ParsePmt()Klaus Schmidinger
2009-01-18Added checking mutexCurrentAudioTrack to cDevice::PlayTs()Klaus Schmidinger
2009-01-18Implemented option '-i'Klaus Schmidinger
2009-01-18Added "DEFINES += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_S...Klaus Schmidinger
2009-01-16Fixed removing deleted recordings in case there is a problemKlaus Schmidinger
2009-01-16Fixed incrementing the continuity counter in cPatPmtGenerator::GetPmt()Klaus Schmidinger
2009-01-16Added clearing the TS buffers in cDevice::Detach()Klaus Schmidinger
2009-01-16Added a missing Detach() in cTransfer::Activate()Klaus Schmidinger
2009-01-16Fixed returning complete PES packets in cTsToPes::GetPes()Klaus Schmidinger
2009-01-16Added some missing 'const' statements to cBitmapKlaus Schmidinger
2009-01-16Added a typecast in cUnbufferedFile::Write() to avoid an error message when c...Klaus Schmidinger
2009-01-16The full-featured DVB cards are now given the TS data directly for replayKlaus Schmidinger
2009-01-06Removed the '#define FE_CAN_2ND_GEN_MODULATION'Klaus Schmidinger
2009-01-06Fixed outdated remarksKlaus Schmidinger
2009-01-06cDvbDevice now uses the FE_CAN_2G_MODULATION flag1.7.3Klaus Schmidinger
2009-01-06Fixed cPatPmtParser::ParsePmt() to reset vpid and vtype when switching from a...Klaus Schmidinger
2009-01-06The recording format is now Transport StreamKlaus Schmidinger
2008-12-28Added a poll to cDvbDevice::PlayVideo() and cDvbDevice::PlayAudio() to avoid ...Klaus Schmidinger