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
/
recorder.c
Age
Commit message (
Expand
)
Author
2015-09-12
Made the aff array 'static const'
Klaus Schmidinger
2015-09-11
Empty adaptation field TS packets are now skipped when recording
Klaus Schmidinger
2015-09-05
Added a missing 'const' to cReceiver::Receive(), to protect the given Data fr...
Klaus Schmidinger
2015-09-01
Implemented strict locking of global lists
Klaus Schmidinger
2014-02-21
Fixed detecting broken video data streams when recording
Klaus Schmidinger
2014-01-01
The script given to VDR with the '-r' option is now also called after the rec...
Klaus Schmidinger
2013-10-12
Changed cRecorder::Action() to use cTimeMs instead of time()
Klaus Schmidinger
2012-09-22
Increased the size of the TS buffer to 5MB and that of the Recorder buffer to...
Klaus Schmidinger
2012-09-22
The new class cIoThrottle is used to allow I/O intense threads to temporarily...
Klaus Schmidinger
2011-09-04
Revoked the changes to cFrameDetector that have been introduced in version 1....
Klaus Schmidinger
2011-08-13
Made frame type buffer size a multiple of TS_SIZE
Klaus Schmidinger
2011-08-12
Reduced frame type buffer to 1KB
Klaus Schmidinger
2011-08-07
Fixed distortions that happened when splitting recording into several files
Klaus Schmidinger
2011-06-12
Fixed overwriting the fps value in a recording's info file
Klaus Schmidinger
2011-06-12
Fixed detecting frames in case the Picture Start Code or Access Unit Delimite...
Klaus Schmidinger
2010-12-27
Now updating the 'frames per second' data in the list of recordings when a ne...
Klaus Schmidinger
2010-01-30
The PCR pid is now recorded for channels where this is different from the vid...
Klaus Schmidinger
2009-12-06
Several code modifications to avoid compiler warnings
Klaus Schmidinger
2009-11-22
Fixed generating the index for recordings from channels that put a whole GOP ...
Klaus Schmidinger
2009-11-15
Fixed starting a recording at an I-frame
Klaus Schmidinger
2009-05-24
Fixed generating PAT/PMT version numbers in case the PIDs change during recor...
Klaus Schmidinger
2009-03-27
Adapted cFrameDetector::Analyze() to HD NTSC broadcasts that split frames ove...
Klaus Schmidinger
2009-01-23
Changed cPatPmtGenerator to make sure the PMT pid doesn't collide with any of...
Klaus Schmidinger
2009-01-06
The recording format is now Transport Stream
Klaus Schmidinger
2007-02-25
Rewrite of shutdown handling; implemented cPlugin::WakeupTime(); SIGHUP force...
Klaus Schmidinger
2007-01-07
CAM handling refactored; multiple recordings with one CAM; automatic CAM sele...
1.5.0
Klaus Schmidinger
2006-01-08
Added a SleepMs() in cRecorder::Action() to avoid a busy loop
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-14
Changed cThread Active() vs. Running()
Klaus Schmidinger
2005-08-13
Centralized 'thread active' handling
Klaus Schmidinger
2005-01-16
Recording and Transfer Mode now handle more than 2 audio PIDs
Klaus Schmidinger
2005-01-09
Changed 'Recording/Record Dobly Digital' to 'DVB/Use Dolby Digital' and using...
Klaus Schmidinger
2004-10-16
Improved buffer handling
Klaus Schmidinger
2004-03-20
Fixed handling Setup.RecordDolbyDigital, which was broken since version 1.1.6
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-02
Fixed a possible crash in case a VFAT file system is used without compiling V...
Klaus Schmidinger
2003-05-16
Moved the detection of a broken video data stream from the cDevice into the c...
Klaus Schmidinger
2003-01-26
Modified cRingBufferLinear to avoid excessive memmove() calls in 'Transfer Mo...
Klaus Schmidinger
2002-12-22
Fixed a typo
Klaus Schmidinger
2002-10-12
Reactivated full handling of second audio PID (even in 'Transfer Mode')
Klaus Schmidinger
2002-09-08
Implemented cTSBuffer
Klaus Schmidinger
2002-06-16
Totally rearranged device/player/recorder structures
Klaus Schmidinger