summaryrefslogtreecommitdiff
path: root/recording.c
AgeCommit message (Expand)Author
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
2009-04-12No longer checking for deleted recordings to be removed from the foreground t...Klaus Schmidinger
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
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 w...1.5.16Klaus Schmidinger
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 sto...Klaus Schmidinger
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 after...1.5.11Klaus Schmidinger
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 t...Klaus Schmidinger
2006-09-16Fixed handling video directory updates in case the timestamp of the .update f...Klaus Schmidinger
2006-07-30Now invalidating /video cache _after_ cuttingKlaus Schmidinger
2006-04-29Fixed a memory leak in closing the video file during replayKlaus Schmidinger
2006-04-23Fixed a format string in recording.c to avoid a compiler warning on 64bit sys...Klaus Schmidinger
2006-04-17Some comment cleanupsKlaus Schmidinger
2006-04-16No longer using characters 0x01 and 0x02 for mapping single quote and slash i...Klaus Schmidinger
2006-04-09Changed the behaviour when hitting the end of a recording in fast forward modeKlaus Schmidinger
2006-03-26Fixed format string handlingKlaus Schmidinger
2006-03-19Fixed deleting recordings that have been removed externally when running out ...Klaus Schmidinger
2006-03-19Only calling RemoveEmptyVideoDirectories() once in case a recording has been ...Klaus Schmidinger
2006-02-26Lines tagged with '#' in the 'info.vdr' file of a recording are now silently ...Klaus Schmidinger
2006-02-25Parsing 'E' record when reading 'info.vdr'Klaus Schmidinger
2006-02-25The 'summary' field of a timer definition has been renamed to 'aux'Klaus Schmidinger
2006-02-19If a recording starts and the channel's audio PID data has more language code...Klaus Schmidinger
2006-02-18Generating 'X' audio component records for recording if there is no EPG dataKlaus Schmidinger
2006-02-12Now stopping scanning the video directory if there are too many levels of sym...Klaus Schmidinger