summaryrefslogtreecommitdiff
path: root/recording.c
AgeCommit message (Collapse)Author
2012-03-13When estimating the remaining disk space (in hours), the average data rate ↵Klaus Schmidinger
of all existing recordings is now taken into account
2012-03-12Improved fast forwarding to the end of a timeshift recordingKlaus Schmidinger
2012-02-26Added some typecasts to silence gcc compiler warningsKlaus Schmidinger
2012-02-19Fixed switching into time shift mode when pausing live video1.7.24Klaus Schmidinger
2012-02-17cReadDir::Next() now skips directory entries "." and ".."Klaus Schmidinger
2012-02-16An ongoing editing process is now canceled if either the original or the ↵Klaus Schmidinger
edited version of the recording is deleted from the Recordings menu
2012-02-13Reactivated "Fixed handling symbolic links in cRecordings::ScanVideoDir()"Klaus Schmidinger
2012-01-26Symbolic links are no longer resolved in cRecordings::ScanVideoDir()Klaus Schmidinger
2012-01-25Fixed cRecording::LengthInSeconds(), which wrongfully rounded the result to ↵Klaus Schmidinger
full minutes
2012-01-16Revoked "Fixed handling symbolic links in cRecordings::ScanVideoDir()"Klaus Schmidinger
2012-01-15Fixed wrongfully displaying the length of a recording in the title of the ↵Klaus Schmidinger
replay progress display
2012-01-14Changed IndexToHMSF() so that it can handle negative Index valuesKlaus Schmidinger
2011-12-10Fixed a memory leak in cRecordings::ScanVideoDir() in case there are too ↵Klaus Schmidinger
many link levels
2011-12-10Fixed handling symbolic links in cRecordings::ScanVideoDir()Klaus Schmidinger
2011-12-04Implemented the SVDRP command UPDRKlaus Schmidinger
2011-09-04Revoked the changes to cFrameDetector that have been introduced in version ↵Klaus Schmidinger
1.7.19
2011-08-27The Recordings menu now displays the length (in hours:minutes) of each recordingKlaus Schmidinger
2011-08-21Implemented cRecording::NumFrames() and cRecording::LengthInSeconds()Klaus Schmidinger
2011-08-21Direct access to several class members is now deprecatedKlaus Schmidinger
2011-08-20The start time of an edited recording is now set to the time of the first ↵Klaus Schmidinger
editing mark
2011-08-13The length (as number of frames) of a recording's index file can now be ↵Klaus Schmidinger
determined by a call to cIndexFile::GetLength()
2011-08-13Implemented static cIndexFile::IndexFileName()Klaus Schmidinger
2011-06-12Fixed detecting frames in case the Picture Start Code or Access Unit ↵Klaus Schmidinger
Delimiter extends over TS packet boundaries (cont'd)
2011-04-17Avoiding an unecessary call to Recordings.ResetResume()Klaus Schmidinger
2011-04-17Added a patch from Udo RichterKlaus Schmidinger
2011-03-27Replaced "%lld" and "%llX" print format specifiers with "PRId64" and "PRIX64"Klaus Schmidinger
2011-03-20Made updating the editing marks during replay react faster in case the marks ↵Klaus Schmidinger
file has just been written
2011-02-27While replaying, the editing marks are now updated every 10 secondsKlaus Schmidinger
2011-02-25Now checking the result of all realloc() callsKlaus Schmidinger
2010-12-27Now updating the 'frames per second' data in the list of recordings when a ↵Klaus Schmidinger
new recording is started that has a frame rate other than the default
2010-03-07The full timer file name is now displayed if it ends with "TITLE" or "EPISODE"Klaus Schmidinger
2010-01-17The "Edit timer" menu can now set the folder for the recording from a list ↵Klaus Schmidinger
of folders stored in "folders.conf"
2010-01-02Implemented --edit and --genindex optionsKlaus Schmidinger
2009-12-06Several code modifications to avoid compiler warningsKlaus Schmidinger
2009-11-22Fixed resetting the file size when regenerating the index fileKlaus Schmidinger
2009-11-22Fixed generating the index for recordings from channels that put a whole GOP ↵Klaus Schmidinger
into one payload unit; regenerating index file
2009-08-16Fixed cRecordings::DelByName() to avoid compilation errors with gcc 4.4Klaus Schmidinger
2009-06-13Fixed variable types in cIndexFile1.7.8Klaus Schmidinger
2009-06-13Fixed index types in cIndexFile::GetNextIFrame()Klaus Schmidinger
2009-06-06Added some missing 'const' keywords to avoid compilation errors with gcc 4.4Klaus Schmidinger
2009-05-24Fixed generating PAT/PMT version numbers in case the PIDs change during ↵Klaus Schmidinger
recording
2009-04-13Added cThread::SetIOPriority() and using it in cRemoveDeletedRecordingsThreadKlaus Schmidinger
2009-04-13Reverted back to previous version of RemoveDeletedRecordings(), because the ↵Klaus Schmidinger
thread was started every minute
2009-04-12No longer checking for deleted recordings to be removed from the foreground ↵Klaus Schmidinger
thread
2009-01-30Fixed handling the 'new' indicator in the recordings menu for TS recordingsKlaus Schmidinger
2009-01-24Fixed editing PES recordingsKlaus Schmidinger
2009-01-24Added an 'int' typecast to calculations involving FramesPerSecond() to avoid ↵Klaus Schmidinger
compiler warnings
2009-01-18Implemented option '-i'Klaus Schmidinger
2009-01-16Fixed removing deleted recordings in case there is a problemKlaus Schmidinger
2009-01-06The recording format is now Transport StreamKlaus Schmidinger