summaryrefslogtreecommitdiff
path: root/recording.c
AgeCommit message (Expand)Author
2012-09-06Fixed getting the file size and number of frames of ongoing recordingsKlaus Schmidinger
2012-09-05Fixed a long delay at the end when replaying a recording that has stopped rec...Klaus Schmidinger
2012-07-15Fixed sorting recordings in the top level video directoryKlaus Schmidinger
2012-06-09Implemented sort mode for recordingsKlaus Schmidinger
2012-06-03Speeded up opening menus on systems with many (several thousands) of recordin...1.7.28Klaus Schmidinger
2012-06-02Extended the interface to the script that gets called for recordings, so that...Klaus Schmidinger
2012-05-20If a recording has no info file, the 'title' of the recording's info is now s...Klaus Schmidinger
2012-03-13When estimating the remaining disk space (in hours), the average data rate of...Klaus Schmidinger
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 edit...Klaus Schmidinger
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 f...Klaus Schmidinger
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 rep...Klaus Schmidinger
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 many...Klaus Schmidinger
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 1....Klaus Schmidinger
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 edi...Klaus Schmidinger
2011-08-13The length (as number of frames) of a recording's index file can now be deter...Klaus Schmidinger
2011-08-13Implemented static cIndexFile::IndexFileName()Klaus Schmidinger
2011-06-12Fixed detecting frames in case the Picture Start Code or Access Unit Delimite...Klaus Schmidinger
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
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 ne...Klaus Schmidinger
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 of...Klaus Schmidinger
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
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 recor...Klaus Schmidinger
2009-04-13Added cThread::SetIOPriority() and using it in cRemoveDeletedRecordingsThreadKlaus Schmidinger
2009-04-13Reverted back to previous version of RemoveDeletedRecordings(), because the t...Klaus Schmidinger