summaryrefslogtreecommitdiff
path: root/transfer.h
AgeCommit message (Collapse)Author
2017-12-07If TS packets are not accepted by the output device in Transfer Mode, this ↵Klaus Schmidinger
is now reported only once per minute in the log file
2015-09-05Added a missing 'const' to cReceiver::Receive(), to protect the given Data ↵Klaus Schmidinger
from being modified
2013-03-01Now calling DeviceClear() in cTransfer::Receive() if the output device ↵Klaus Schmidinger
blocks, instead of not retrying for 10 seconds
2013-01-20Reduced the number of retries in cTransfer::Receive() to avoid blocking ↵1.7.36Klaus Schmidinger
recordings in case the primary device can't handle the current live signal
2010-01-30The PCR pid is now recorded for channels where this is different from the ↵Klaus Schmidinger
video PID
2008-08-15First step towards switching to TS (Transport Stream) as recording formatKlaus Schmidinger
2007-01-07CAM handling refactored; multiple recordings with one CAM; automatic CAM ↵1.5.0Klaus Schmidinger
selection
2006-01-29Removed leftover 'needsBufferReserve' variable from cTransferKlaus Schmidinger
2005-08-13Centralized 'thread active' handlingKlaus Schmidinger
2005-01-16Recording and Transfer Mode now handle more than 2 audio PIDsKlaus Schmidinger
2005-01-07Changed a variable nameKlaus Schmidinger
2005-01-06Only waiting for data if there actually is a DPidKlaus Schmidinger
2004-12-17Added support for AC3 replay over the DVB deviceKlaus Schmidinger
2004-10-16Improved buffer handlingKlaus Schmidinger
2003-05-11Implemented cDevice::ActualDevice()Klaus Schmidinger
2002-10-12Reactivated full handling of second audio PID (even in 'Transfer Mode')Klaus Schmidinger
2002-06-23Switched handling 'Transfer Mode' to the new cPlayer/cControl structuresKlaus Schmidinger
2002-06-22Activated transfer modeKlaus Schmidinger