Age | Commit message (Expand) | Author |
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 |
2003-03-30 | Replaced the 'for' loops in StripAudioPackets() with memset() calls | Klaus Schmidinger |
2003-02-15 | Fixed high CPU load during replay | Klaus Schmidinger |
2003-01-19 | Implemented non blocking file reader for cDvbPlayer | Klaus Schmidinger |
2002-11-03 | Implemented audio plugin interface | Klaus Schmidinger |
2002-10-13 | Fixed some faulty default parameter initializations | Klaus Schmidinger |
2002-10-12 | Reactivated full handling of second audio PID (even in 'Transfer Mode') | Klaus Schmidinger |
2002-09-15 | Added a missing StripAudioPackets() to cDvbPlayer::Action() | Klaus Schmidinger |
2002-08-24 | Fixed replaying the last few seconds of a recording | Klaus Schmidinger |
2002-08-16 | Using cPoller instead of NeedsData | Klaus Schmidinger |
2002-08-15 | Implemented cDevice::NeedsData() | Klaus Schmidinger |
2002-08-11 | Added some missing #includes | Klaus Schmidinger |
2002-07-27 | Re-visited the race condition fix in the cDvbPlayer | Klaus Schmidinger |
2002-07-14 | Fixed a possible race condition in the cDvbPlayer | Klaus Schmidinger |
2002-07-14 | Fixed a hangup when switching to the next file during replay | Klaus Schmidinger |
2002-07-13 | Changed the interface of cStatus::Replaying() | Klaus Schmidinger |
2002-06-23 | Switched VDR's own player to the new cPlayer/cControl structures | Klaus Schmidinger |
2002-06-22 | Activated transfer mode | Klaus Schmidinger |
2002-06-22 | Activated cutting | Klaus Schmidinger |
2002-06-16 | Totally rearranged device/player/recorder structures | Klaus Schmidinger |