summaryrefslogtreecommitdiff
path: root/recording.c
AgeCommit message (Collapse)Author
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 ↵Klaus Schmidinger
code information than the EPG's component data, the code from the channel is taken
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 ↵Klaus Schmidinger
symbolic links
2006-02-05Fixed multiple entries of the same subdirectory in the "Recordings" menuKlaus Schmidinger
2006-01-20Added AssertFreeDiskSpace() before starting a timer recordingKlaus Schmidinger
2006-01-08Cleaned up some trailing white spaceKlaus Schmidinger
2006-01-03Changed DELETEDLIFETIME to 300Klaus Schmidinger
2005-12-28Removing deleted recordings is now done in a separate threadKlaus Schmidinger
2005-12-18Fixed a crash in removing recordingsKlaus Schmidinger
2005-12-18Added a mutex to AssertFreeDiskSpace() to make sure calls from foreground ↵Klaus Schmidinger
and background threads won't interfere
2005-12-18Fixed a possible crash when displaying the "Low disk space!" message from a ↵Klaus Schmidinger
background thread
2005-12-18Now avoiding unnecessary disk access when checking if there are deleted ↵Klaus Schmidinger
recordings that need to be removed; fixed handling the DELETEDLIFETIME
2005-12-18When displaying the amount of free disk space, the space consumed by ↵Klaus Schmidinger
"deleted" recordings is now taken into account
2005-11-04Removed '\n' from several syslog() callsKlaus Schmidinger
2005-11-04Fixed a NULL pointer access with the cUnbufferedFile when a replay session ↵Klaus Schmidinger
runs all the way until the end of the recording
2005-10-31The new class cUnbufferedFile is used for the recording files to avoid ↵1.3.35Klaus Schmidinger
thrashing the file system cache
2005-10-09Added more error messages and line numbers when reading EPG data and info.vdrKlaus Schmidinger
2005-10-01Fixed handling the '.update' file in case the video directory is not at the ↵Klaus Schmidinger
default location
2005-09-25Made the function ExchangeChars() public1.3.33Klaus Schmidinger
2005-09-25The '.update' file in the video directory is now touched when a recording is ↵Klaus Schmidinger
added or deleted
2005-09-25Added missing lock and state changeKlaus Schmidinger
2005-09-25The 'new' indicator in the Recordings menu is now kept up-to-dateKlaus Schmidinger
2005-09-25The list of recordings is now read in a separate threadKlaus Schmidinger
2005-09-17Fixed converting arbitrarily formatted summary.vdr filesKlaus Schmidinger
2005-09-10Fixed converting summary.vdr files that would result in a very long 'short text'Klaus Schmidinger
2005-09-03Implemented option '--vfat'; replaced ':' with '.' in recording namesKlaus Schmidinger
2005-08-13Now storing the channel id in the info.vdr file even if there is no EPG info ↵Klaus Schmidinger
available
2005-08-06Files and directories are now created with rights according to the shell's ↵Klaus Schmidinger
umask settings
2005-06-05Added the year (two digits) to recording dates in LSTR, and thus also in menusKlaus Schmidinger
2005-06-04Fixed handling 'summary.vdr' files with more than two empty linesKlaus Schmidinger
2005-05-29Fixed listing recordings with empty episode names in the LSTR commandKlaus Schmidinger
2005-05-28Now using hash tables to speed up cSchedule::GetEvent()Klaus Schmidinger
2005-05-28cEvent no longer stores the channelID directly, but rather has a pointer to ↵Klaus Schmidinger
the schedule it is in
2005-05-28cRecordingInfo stores channelID itself (preparation for change in cEvent)Klaus Schmidinger
2005-05-22Fixed a possible hangup when ending a replay session while ↵Klaus Schmidinger
cIndexFile::CatchUp() is waiting
2005-05-22Fall back to 'summary.vdr' if there is no 'info.vdr'Klaus Schmidinger
2005-05-22Fixed setting timer's summary for recordingKlaus Schmidinger
2005-05-16Avoiding extra blanks at the end of names of instant recordingsKlaus Schmidinger
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