Age | Commit message (Expand) | Author |
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 |