summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 a note about VDR requiring S2APIKlaus Schmidinger
2009-04-10Added missing AUDIO_PAUSE/AUDIO_CONTINUE calls to cDvbDeviceKlaus Schmidinger
2009-04-05Fixed detecting the frame rate for radio recordingsKlaus Schmidinger
2009-04-05Making sure any floating point numbers written use a decimal pointKlaus Schmidinger
2009-04-05Fixed replay of TS recordings in case the index file is missingKlaus Schmidinger
2009-04-05cDevice::PlayTs() now plays as many TS packets as possible in one callKlaus Schmidinger
2009-04-05Fixed the 'VideoOnly' condition in the PlayPes() and PlayTs() calls in cDvbPl...Klaus Schmidinger
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