summaryrefslogtreecommitdiff
path: root/recording.c
AgeCommit message (Collapse)Author
2005-05-16Switched from 'summary.vdr' to 'info.vdr'Klaus Schmidinger
2005-05-07Recordings now avoid zero sized video data filesKlaus Schmidinger
2005-05-06Fixed handling lifetime when deciding whether to delete a recordingKlaus Schmidinger
2005-02-12Fixed handling symbolic links in cRecordings::ScanVideoDir()Klaus Schmidinger
2005-02-06Fixed several memory leaks that were introduced through the use of cStringKlaus Schmidinger
2004-12-26Made several functions threadsafe (cont'd)Klaus Schmidinger
2004-12-19Made several functions threadsafeKlaus Schmidinger
2004-11-01Fixed the buffer size in cRecording::SortName()Klaus Schmidinger
2004-11-01Now using qsort() to sort cListBase listsKlaus Schmidinger
2004-10-31Making sure that timers and channels are only saved togetherKlaus Schmidinger
2004-07-17Removed all error messages from cRecordings::ScanVideoDir()Klaus Schmidinger
2004-06-13The list of recordings is now kept statically in memoryKlaus Schmidinger
2004-05-16Implemented 'skins' and 'themes'Klaus Schmidinger
2003-11-08Fixed getting the list of recordings in case VDR is started from a directory ↵Klaus Schmidinger
where it doesn't have access to
2003-10-24Fixed handling comments in editing marksKlaus Schmidinger
2003-10-17Edited recordings will now never be deleted automatically if the disk runs fullKlaus Schmidinger
2003-09-09Fixed dropping out of replay mode while viewing a recording that is still ↵Klaus Schmidinger
going on
2003-08-17Removing deleted recordings faster than normal when cutting1.2.3Klaus Schmidinger
2003-08-15Fixed staying off the end of an ongoing recording while replaying in time ↵Klaus Schmidinger
shift mode
2003-05-30Fixed breaking off replay in case the user hits "Play" or "Pause" too soon ↵1.2.0pre1Klaus Schmidinger
after going into "Pause live video" mode
2003-05-24Fixed resume file handling in case the resume.vdr file can't be writtenKlaus Schmidinger
2003-05-18No longer waiting inside cIndexFile::CatchUp() to avoid shortly blocking ↵1.1.32Klaus Schmidinger
replay at the end of a recording
2003-05-11Further increased the timeout until an index file is considerd no longer to ↵Klaus Schmidinger
be written
2003-04-27Fixed minimum lifespan of deleted recordingsKlaus Schmidinger
2003-04-12Implemented a 'resume ID' which allows several users to each have their own ↵Klaus Schmidinger
resume.vdr files
2003-03-30Fixed a crash in case the index file can't be accessed any more during replayKlaus Schmidinger
2003-03-30Further increased the timeout until an index file is considerd no longer to ↵Klaus Schmidinger
be written
2003-01-06Limiting Subtitle length when creating a recording file name from EPG dataKlaus Schmidinger
2002-12-23Increased the timeout until an index file is considerd no longer to be writtenKlaus Schmidinger
2002-10-20Timers now internally have a pointer to their channelKlaus Schmidinger
2002-10-13Changed a few leftover 'new char[...]' to MALLOC(char, ...)Klaus Schmidinger
2002-10-06Modified channel handling; full DiSEqC supportKlaus Schmidinger
2002-08-24Fixed replaying the last few seconds of a recordingKlaus Schmidinger
2002-08-11Consistently using malloc/free and new/deleteKlaus Schmidinger
2002-07-27Made VFAT handling more tolerantKlaus Schmidinger
2002-06-22Activated cuttingKlaus Schmidinger
2002-06-16Totally rearranged device/player/recorder structuresKlaus Schmidinger
2002-05-13Improved the [eid]syslog() macrosKlaus Schmidinger
2002-04-21Now encoding '.' at the end of a directory name in case of VFAT=11.0.1Klaus Schmidinger
2002-04-01Fixed a bug when a timer records over midnight of a day that had a change in ↵Klaus Schmidinger
Daylight Saving Time
2002-03-23Improved usage of 'safe_write()'Klaus Schmidinger
2002-03-23Now writing the title of a recording into the 'summary.vdr' fileKlaus Schmidinger
2002-03-16Physically removing a deleted recording if one with the same name shall be ↵Klaus Schmidinger
deleted again
2002-03-09Added log messages when deleting recordings in case the disk runs full while ↵Klaus Schmidinger
recording
2002-03-07Fixed a comment typoKlaus Schmidinger
2002-02-24Taking the German umlauts 'as is' when compiled with VFATKlaus Schmidinger
2002-02-15Fixed the 'Low disk space!' messageKlaus Schmidinger
2002-02-15Removed '#define VFAT 1' (was a leftover from testing)Klaus Schmidinger
2002-02-10No more trailing '~' in progress displayKlaus Schmidinger
2002-02-10If compiled with VFAT=1, characters that can't be handled by a VFAT system ↵Klaus Schmidinger
are now encoded to '#XX'