Age | Commit message (Expand) | Author |
2010-03-07 | Fixed "attempt to drop wrong frame from ring buffer" when skipping +/- one mi... | Klaus Schmidinger |
2010-02-06 | Improved handling frames at the beginning and end of a recording in cDvbPlaye... | Klaus Schmidinger |
2009-12-13 | Fixed a busy loop when moving editing marks | Klaus Schmidinger |
2009-12-06 | Several code modifications to avoid compiler warnings | Klaus Schmidinger |
2009-05-31 | Moved buffer handling into cNonBlockingFileReader | Klaus Schmidinger |
2009-05-31 | Fixed a memory leak when reaching the end of a recording during replay | Klaus Schmidinger |
2009-04-19 | Only storing non-zero Pts values in ptsIndex | Klaus Schmidinger |
2009-04-19 | cDvbPlayer::Empty() subtracts 1 from readIndex, because Action() will first i... | Klaus Schmidinger |
2009-04-18 | Fixed distortions when switching to the next file during replay | Klaus Schmidinger |
2009-04-13 | Made MAXFRAMESIZE a multiple of TS_SIZE to avoid breaking up TS packets | Klaus Schmidinger |
2009-04-05 | Fixed replay of TS recordings in case the index file is missing | 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 switching to Play mode when hitting the end of a timeshifted recording | Klaus Schmidinger |
2009-04-05 | Improved replay at the begin and end of a recording; cDvbPlayer::Action() no ... | Klaus Schmidinger |
2009-03-28 | Using the result of DeviceFlush() when hitting end of recording | Klaus Schmidinger |
2009-03-28 | Fixed cDvbPlayer::NextFile() to handle files larger than 2GB | Klaus Schmidinger |
2009-03-13 | Replaced cBackTrace with cPtsIndex | Klaus Schmidinger |
2009-01-25 | Improved fast-forward/-rewind for audio recordings | Klaus Schmidinger |
2009-01-24 | Added an 'int' typecast to calculations involving FramesPerSecond() to avoid ... | Klaus Schmidinger |
2009-01-06 | The recording format is now Transport Stream | Klaus Schmidinger |
2008-02-09 | Improved sending all frames to devices that can handle them in fast forward t... | Klaus Schmidinger |
2007-10-13 | Implemented sending all frames to devices that can handle them in fast forwar... | Klaus Schmidinger |
2007-04-28 | Fixed a busy loop in fast forward if the next video data file is missing | Klaus Schmidinger |
2006-04-17 | Some comment cleanups | Klaus Schmidinger |
2006-04-09 | Changed the behaviour when hitting the end of a recording in fast forward mode | Klaus Schmidinger |
2006-02-19 | Fixed replaying recordings of radio channels with many audio tracks | Klaus Schmidinger |
2006-01-08 | Cleaned up some trailing white space | Klaus Schmidinger |
2005-10-31 | The new class cUnbufferedFile is used for the recording files to avoid thrash...1.3.35 | Klaus Schmidinger |
2005-08-29 | Fixed cDvbPlayer::SkipFrames() to properly handle radio recordings | Klaus Schmidinger |
2005-08-28 | Fixed appending sequence end code cDvbPlayer::Goto() | Klaus Schmidinger |
2005-08-14 | Changed cThread Active() vs. Running() | Klaus Schmidinger |
2005-08-13 | Centralized 'thread active' handling | Klaus Schmidinger |
2005-07-30 | cDvbPlayer::Goto() now appends a Sequence End Code to get the image shown imm... | Klaus Schmidinger |
2005-07-30 | Added a sleep in cDvbPlayer::Action() in case there is no data to send to the... | Klaus Schmidinger |
2005-05-22 | Fixed a possible hangup when ending a replay session while cIndexFile::CatchU... | Klaus Schmidinger |
2005-05-08 | Moved the sleep in cDvbPlayer::Action() outside the locked area to avoid prob... | Klaus Schmidinger |
2005-05-08 | Some rearrangements in cDvbPlayer::Action() to avoid lockups on NPTL systems | Klaus Schmidinger |
2005-05-05 | Fixed a memory leak in cDvbPlayer | Klaus Schmidinger |
2005-01-14 | Made cCondWait::SleepMs() sleep at least 3ms to avoid a possible busy wait | Klaus Schmidinger |
2004-12-26 | Made several functions threadsafe (cont'd) | Klaus Schmidinger |
2004-12-17 | Added support for AC3 replay over the DVB device | Klaus Schmidinger |
2004-11-27 | Re-introduced a sleep to cDvbPlayer::Action() to avoid high CPU load in still... | Klaus Schmidinger |
2004-10-23 | Removed the usleep() call from cDvbPlayer::Action() to make VDR run on NPTL s... | Klaus Schmidinger |
2004-10-16 | Improved buffer handling | Klaus Schmidinger |
2004-06-19 | Added cDevice::Flush() | Klaus Schmidinger |
2003-10-18 | The cThread class now accepts a 'Description' parameter | Klaus Schmidinger |
2003-05-24 | Fixed a memory leak in cNonBlockingFileReader | Klaus Schmidinger |
2003-05-24 | Modified handling of audio packets in cDvbPlayer for better sync with externa... | Klaus Schmidinger |
2003-04-27 | Setting the 'broken link' flag for GOPs during replay when necessary | Klaus Schmidinger |