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
/
cutter.c
Age
Commit message (
Expand
)
Author
2015-09-01
Implemented strict locking of global lists
Klaus Schmidinger
2015-04-11
The script that gets called for recordings is now also called right before a ...
Klaus Schmidinger
2013-10-10
Added renaming and moving recordings and folders, and editing a recording's p...
Klaus Schmidinger
2013-09-11
Removed the code for distributing recordings over several video directories; ...
Klaus Schmidinger
2013-08-21
Fixed asserting free disk space in the cutter
Klaus Schmidinger
2013-05-02
Fixed no longer generating any editing marks if the edited recording results ...
Klaus Schmidinger
2013-03-18
The cutter now allocates its buffers on the heap to avoid problems on systems...
Klaus Schmidinger
2013-02-17
Some formatting fixes
1.7.38
Klaus Schmidinger
2013-01-23
Now also using FindHeader() in cMpeg2Fixer::AdjTref()
Klaus Schmidinger
2013-01-20
Improved cutting MPEG-2 video
Klaus Schmidinger
2012-12-02
Simplified calculating the PTS offset in cPtsFixer::Fix() and fixed the overf...
Klaus Schmidinger
2012-11-29
Fixed adjusting the DTS values in the cutter, to compensate for dropped B-frames
Klaus Schmidinger
2012-11-27
The cutter now only increments the TS continuity counter for packets that hav...
Klaus Schmidinger
2012-11-25
Fixed getting only non-video packets in cCuttingThread::GetPendingPackets()
Klaus Schmidinger
2012-11-19
In order to be able to play TS recordings from other sources, in which there ...
Klaus Schmidinger
2012-11-18
Improved editing TS recordings
Klaus Schmidinger
2012-10-04
The cThread constructor now has an additional boolean parameter that can be s...
Klaus Schmidinger
2012-09-22
The new class cIoThrottle is used to allow I/O intense threads to temporarily...
Klaus Schmidinger
2012-06-10
Setting the "broken link" or "TEI" flags when cutting recordings is now suppr...
Klaus Schmidinger
2012-06-02
Extended the interface to the script that gets called for recordings, so that...
Klaus Schmidinger
2012-02-16
An ongoing editing process is now canceled if either the original or the edit...
Klaus Schmidinger
2011-12-04
Fixed a crash when deleting a recording while cutting it
Klaus Schmidinger
2011-10-09
Fixed setting the start time of an edited recording
Klaus Schmidinger
2011-08-21
Direct access to several class members is now deprecated
Klaus Schmidinger
2011-08-20
The start time of an edited recording is now set to the time of the first edi...
Klaus Schmidinger
2011-03-06
Now reducing the thread and I/O priority cCuttingThread::Action()
Klaus Schmidinger
2010-08-29
Added locking to the cCutter functions to avoid a crash in case CutRecording(...
Klaus Schmidinger
2010-01-02
Implemented --edit and --genindex options
Klaus Schmidinger
2009-04-19
Implemented TsSetTeiOnBrokenPackets()
Klaus Schmidinger
2009-01-24
Fixed handling the maximum video file size
Klaus Schmidinger
2009-01-06
The recording format is now Transport Stream
Klaus Schmidinger
2008-01-13
Fixed error handling in cCuttingThread::Action()
Klaus Schmidinger
2007-08-25
Added a missing error report to cCuttingThread::Action()
Klaus Schmidinger
2006-07-30
Now invalidating /video cache _after_ cutting
Klaus Schmidinger
2006-02-12
Removed an unnecessary toFile->SetReadAhead() from cutter.c
Klaus Schmidinger
2006-02-05
Further improvements to cUnbufferedFile
Klaus Schmidinger
2006-02-04
Improved cUnbufferedFile
Klaus Schmidinger
2006-01-27
Fixed checking toFile in cCuttingThread::Action()
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-05-16
Switched from 'summary.vdr' to 'info.vdr'
Klaus Schmidinger
2004-06-13
The list of recordings is now kept statically in memory
Klaus Schmidinger
2003-10-18
The cThread class now accepts a 'Description' parameter
Klaus Schmidinger
2003-08-17
Removing deleted recordings faster than normal when cutting
1.2.3
Klaus Schmidinger
2003-05-24
Fixed cutting a recording if there is only a single editing mark
Klaus Schmidinger
2003-04-26
Now setting the 'broken link' flag for GOPs at the beginning of a new video s...
Klaus Schmidinger
2002-08-11
Consistently using malloc/free and new/delete
Klaus Schmidinger
2002-06-22
Activated cutting
Klaus Schmidinger