Age | Commit message (Expand) | Author |
2013-12-25 | cDevice::TrickSpeed() now has an additional parameter named Forward | Klaus Schmidinger |
2013-03-08 | Limited the Goto() call in cDvbPlayer::SetAudioTrack() to the main thread | Klaus Schmidinger |
2013-03-07 | Fixed resuming replay of PES recordings | Klaus Schmidinger |
2013-03-07 | Fixed a possible deadlock when changing the audio track while replaying a rec... | Klaus Schmidinger |
2013-02-25 | Limited 'Fixed stuttering or asynchronous audio after changing the audio trac... | Klaus Schmidinger |
2013-02-20 | Fixed stuttering or asynchronous audio after changing the audio track | Klaus Schmidinger |
2013-02-12 | Fixed using "Pause" and "Slow motion" near the end of a recording | Klaus Schmidinger |
2013-01-27 | Fixed possible audio chatter when a recording is replayed to its very end | Klaus Schmidinger |
2012-06-09 | Fixed several spelling errors | Klaus Schmidinger |
2012-05-06 | Fixed a possible high CPU load when pausing replay | Klaus Schmidinger |
2012-03-12 | Improved fast forwarding to the end of a timeshift recording | Klaus Schmidinger |
2012-02-21 | Revoked "Fixed a possible deadlock in time shift mode" | Klaus Schmidinger |
2012-02-19 | The fps value for channels where it differs from the default is now set corre... | Klaus Schmidinger |
2012-02-19 | Fixed switching into time shift mode when pausing live video1.7.24 | Klaus Schmidinger |
2012-02-18 | Fixed a possible deadlock in time shift mode | Klaus Schmidinger |
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 |