summaryrefslogtreecommitdiff
path: root/dvbplayer.c
AgeCommit message (Expand)Author
2004-12-26Made several functions threadsafe (cont'd)Klaus Schmidinger
2004-12-17Added support for AC3 replay over the DVB deviceKlaus Schmidinger
2004-11-27Re-introduced a sleep to cDvbPlayer::Action() to avoid high CPU load in still...Klaus Schmidinger
2004-10-23Removed the usleep() call from cDvbPlayer::Action() to make VDR run on NPTL s...Klaus Schmidinger
2004-10-16Improved buffer handlingKlaus Schmidinger
2004-06-19Added cDevice::Flush()Klaus Schmidinger
2003-10-18The cThread class now accepts a 'Description' parameterKlaus Schmidinger
2003-05-24Fixed a memory leak in cNonBlockingFileReaderKlaus Schmidinger
2003-05-24Modified handling of audio packets in cDvbPlayer for better sync with externa...Klaus Schmidinger
2003-04-27Setting the 'broken link' flag for GOPs during replay when necessaryKlaus Schmidinger
2003-03-30Replaced the 'for' loops in StripAudioPackets() with memset() callsKlaus Schmidinger
2003-02-15Fixed high CPU load during replayKlaus Schmidinger
2003-01-19Implemented non blocking file reader for cDvbPlayerKlaus Schmidinger
2002-11-03Implemented audio plugin interfaceKlaus Schmidinger
2002-10-13Fixed some faulty default parameter initializationsKlaus Schmidinger
2002-10-12Reactivated full handling of second audio PID (even in 'Transfer Mode')Klaus Schmidinger
2002-09-15Added a missing StripAudioPackets() to cDvbPlayer::Action()Klaus Schmidinger
2002-08-24Fixed replaying the last few seconds of a recordingKlaus Schmidinger
2002-08-16Using cPoller instead of NeedsDataKlaus Schmidinger
2002-08-15Implemented cDevice::NeedsData()Klaus Schmidinger
2002-08-11Added some missing #includesKlaus Schmidinger
2002-07-27Re-visited the race condition fix in the cDvbPlayerKlaus Schmidinger
2002-07-14Fixed a possible race condition in the cDvbPlayerKlaus Schmidinger
2002-07-14Fixed a hangup when switching to the next file during replayKlaus Schmidinger
2002-07-13Changed the interface of cStatus::Replaying()Klaus Schmidinger
2002-06-23Switched VDR's own player to the new cPlayer/cControl structuresKlaus Schmidinger
2002-06-22Activated transfer modeKlaus Schmidinger
2002-06-22Activated cuttingKlaus Schmidinger
2002-06-16Totally rearranged device/player/recorder structuresKlaus Schmidinger