index
:
vdr
master
stable/1.0
stable/1.2
stable/1.4
stable/1.6
stable/2.0
stable/2.2
stable/2.4
stable/2.6
VDR
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
transfer.c
Age
Commit message (
Expand
)
Author
2010-01-30
The PCR pid is now recorded for channels where this is different from the vid...
Klaus Schmidinger
2009-12-06
Removed debug output of '-' from cTransfer::Receive()
Klaus Schmidinger
2009-01-23
Changed cPatPmtGenerator to make sure the PMT pid doesn't collide with any of...
Klaus Schmidinger
2009-01-16
Added a missing Detach() in cTransfer::Activate()
Klaus Schmidinger
2008-08-15
First step towards switching to TS (Transport Stream) as recording format
Klaus Schmidinger
2007-01-07
CAM handling refactored; multiple recordings with one CAM; automatic CAM sele...
1.5.0
Klaus Schmidinger
2006-01-29
Removed leftover 'needsBufferReserve' variable from cTransfer
Klaus Schmidinger
2006-01-28
Removed the "buffer reserve" in Transfer Mode - it's no longer necessary with...
Klaus Schmidinger
2006-01-21
Disabled the "buffer reserve" in Transfer Mode
Klaus Schmidinger
2005-08-14
Changed cThread Active() vs. Running()
Klaus Schmidinger
2005-08-13
Centralized 'thread active' handling
Klaus Schmidinger
2005-02-19
Increased POLLTIMEOUTS_BEFORE_DEVICECLEAR in transfer.c to 6 to avoid problem...
Klaus Schmidinger
2005-02-12
Now using twice the buffer reserve in cTransfer if the primary DVB card is an...
Klaus Schmidinger
2005-02-12
Removed the "Cleared/PlayPes(NULL, 0)" handling from cTransfer::Action(); Mak...
Klaus Schmidinger
2005-01-23
Added PlayPes(NULL, 0) to cTransfer::Action() when clearing the transfer buffer
1.3.19
Klaus Schmidinger
2005-01-16
Extended some buffer sizes to allow handling HDTV streams
Klaus Schmidinger
2005-01-16
Recording and Transfer Mode now handle more than 2 audio PIDs
Klaus Schmidinger
2005-01-07
Changed a variable name
Klaus Schmidinger
2005-01-06
Only waiting for data if there actually is a DPid
Klaus Schmidinger
2005-01-02
Implemented audio track menu
Klaus Schmidinger
2004-12-17
Added support for AC3 replay over the DVB device
Klaus Schmidinger
2004-10-23
Taking the complete size of available data into account when deciding whether...
Klaus Schmidinger
2004-10-16
Improved buffer handling
Klaus Schmidinger
2004-03-07
Avoiding too many consecutive "ring buffer overflow" messages
Klaus Schmidinger
2003-10-18
The cThread class now accepts a 'Description' parameter
Klaus Schmidinger
2003-08-31
Now clearing the player device if there are too many poll timeouts in 'Transf...
Klaus Schmidinger
2003-05-18
Changed comment since 'buffer empty' was removed from the driver
Klaus Schmidinger
2003-05-11
Implemented cDevice::ActualDevice()
Klaus Schmidinger
2003-03-30
Replaced the 'for' loops in StripAudioPackets() with memset() calls
Klaus Schmidinger
2003-02-15
Now polling the output device in 'Transfer Mode' and retrying to put packets ...
Klaus Schmidinger
2003-01-26
Modified cRingBufferLinear to avoid excessive memmove() calls in 'Transfer Mo...
Klaus Schmidinger
2002-12-14
Fixed high CPU load in 'Transfer Mode'
Klaus Schmidinger
2002-11-03
Implemented audio plugin interface
Klaus Schmidinger
2002-10-26
Fixed channel switching in case of an active 'Transfer Mode' on the primary d...
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-22
Fixed a race condition when starting 'Transfer Mode'
Klaus Schmidinger
2002-06-23
Switched handling 'Transfer Mode' to the new cPlayer/cControl structures
Klaus Schmidinger
2002-06-22
Activated transfer mode
Klaus Schmidinger