summaryrefslogtreecommitdiff
path: root/recording.c
AgeCommit message (Collapse)Author
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
2008-05-22Fixed formattingKlaus Schmidinger
2008-05-03Removed the compile time option VFATKlaus Schmidinger
2008-05-01Implemented handling the standard component descriptor for AC3Klaus Schmidinger
2008-02-24Added the backslash ('\') to the list of characters that need to be escaped ↵1.5.16Klaus Schmidinger
when executing external commands
2008-02-16Fixed handling recordings on other file systems than the video directoryKlaus Schmidinger
2008-02-15When deleting the recording that is currently replayed, the replay is now ↵Klaus Schmidinger
stopped immediately
2008-02-15Using cString::sprintf() instead of asprintf()Klaus Schmidinger
2008-02-10Running the thread that removes deleted recordings at a low priorityKlaus Schmidinger
2007-11-04Fixed decoding filename characters in case there are not two hex digits ↵1.5.11Klaus Schmidinger
after the '#'
2007-10-14Added cRecording::Undelete()Klaus Schmidinger
2007-10-12Implemented handling DVB subtitlesKlaus Schmidinger
2007-06-17The info.vdr file now also stores the name of the channelKlaus Schmidinger
2007-06-16Replaced strncpy() and strn0cpy() with Utf8Strn0Cpy() where necessaryKlaus Schmidinger
2007-06-16Modified handling invalid characters in VFAT modeKlaus Schmidinger
2006-10-07Fixed handling video directory updates in case an other process has touched ↵Klaus Schmidinger
the .update file after the last NeedsUpdate() check