Age | Commit message (Expand) | Author |
2006-04-09 | Changed the behaviour when hitting the end of a recording in fast forward mode | Klaus Schmidinger |
2006-03-26 | Fixed format string handling | Klaus Schmidinger |
2006-03-19 | Fixed deleting recordings that have been removed externally when running out ... | Klaus Schmidinger |
2006-03-19 | Only calling RemoveEmptyVideoDirectories() once in case a recording has been ... | Klaus Schmidinger |
2006-02-26 | Lines tagged with '#' in the 'info.vdr' file of a recording are now silently ... | Klaus Schmidinger |
2006-02-25 | Parsing 'E' record when reading 'info.vdr' | Klaus Schmidinger |
2006-02-25 | The 'summary' field of a timer definition has been renamed to 'aux' | Klaus Schmidinger |
2006-02-19 | If a recording starts and the channel's audio PID data has more language code... | Klaus Schmidinger |
2006-02-18 | Generating 'X' audio component records for recording if there is no EPG data | Klaus Schmidinger |
2006-02-12 | Now stopping scanning the video directory if there are too many levels of sym... | Klaus Schmidinger |
2006-02-05 | Fixed multiple entries of the same subdirectory in the "Recordings" menu | Klaus Schmidinger |
2006-01-20 | Added AssertFreeDiskSpace() before starting a timer recording | Klaus Schmidinger |
2006-01-08 | Cleaned up some trailing white space | Klaus Schmidinger |
2006-01-03 | Changed DELETEDLIFETIME to 300 | Klaus Schmidinger |
2005-12-28 | Removing deleted recordings is now done in a separate thread | Klaus Schmidinger |
2005-12-18 | Fixed a crash in removing recordings | Klaus Schmidinger |
2005-12-18 | Added a mutex to AssertFreeDiskSpace() to make sure calls from foreground and... | Klaus Schmidinger |
2005-12-18 | Fixed a possible crash when displaying the "Low disk space!" message from a b... | Klaus Schmidinger |
2005-12-18 | Now avoiding unnecessary disk access when checking if there are deleted recor... | Klaus Schmidinger |
2005-12-18 | When displaying the amount of free disk space, the space consumed by "deleted... | Klaus Schmidinger |
2005-11-04 | Removed '\n' from several syslog() calls | Klaus Schmidinger |
2005-11-04 | Fixed a NULL pointer access with the cUnbufferedFile when a replay session ru... | Klaus Schmidinger |
2005-10-31 | The new class cUnbufferedFile is used for the recording files to avoid thrash...1.3.35 | Klaus Schmidinger |
2005-10-09 | Added more error messages and line numbers when reading EPG data and info.vdr | Klaus Schmidinger |
2005-10-01 | Fixed handling the '.update' file in case the video directory is not at the d... | Klaus Schmidinger |
2005-09-25 | Made the function ExchangeChars() public1.3.33 | Klaus Schmidinger |
2005-09-25 | The '.update' file in the video directory is now touched when a recording is ... | Klaus Schmidinger |
2005-09-25 | Added missing lock and state change | Klaus Schmidinger |
2005-09-25 | The 'new' indicator in the Recordings menu is now kept up-to-date | Klaus Schmidinger |
2005-09-25 | The list of recordings is now read in a separate thread | Klaus Schmidinger |
2005-09-17 | Fixed converting arbitrarily formatted summary.vdr files | Klaus Schmidinger |
2005-09-10 | Fixed converting summary.vdr files that would result in a very long 'short text' | Klaus Schmidinger |
2005-09-03 | Implemented option '--vfat'; replaced ':' with '.' in recording names | Klaus Schmidinger |
2005-08-13 | Now storing the channel id in the info.vdr file even if there is no EPG info ... | Klaus Schmidinger |
2005-08-06 | Files and directories are now created with rights according to the shell's um... | Klaus Schmidinger |
2005-06-05 | Added the year (two digits) to recording dates in LSTR, and thus also in menus | Klaus Schmidinger |
2005-06-04 | Fixed handling 'summary.vdr' files with more than two empty lines | Klaus Schmidinger |
2005-05-29 | Fixed listing recordings with empty episode names in the LSTR command | Klaus Schmidinger |
2005-05-28 | Now using hash tables to speed up cSchedule::GetEvent() | Klaus Schmidinger |
2005-05-28 | cEvent no longer stores the channelID directly, but rather has a pointer to t... | Klaus Schmidinger |
2005-05-28 | cRecordingInfo stores channelID itself (preparation for change in cEvent) | Klaus Schmidinger |
2005-05-22 | Fixed a possible hangup when ending a replay session while cIndexFile::CatchU... | Klaus Schmidinger |
2005-05-22 | Fall back to 'summary.vdr' if there is no 'info.vdr' | Klaus Schmidinger |
2005-05-22 | Fixed setting timer's summary for recording | Klaus Schmidinger |
2005-05-16 | Avoiding extra blanks at the end of names of instant recordings | Klaus Schmidinger |
2005-05-16 | Switched from 'summary.vdr' to 'info.vdr' | Klaus Schmidinger |
2005-05-07 | Recordings now avoid zero sized video data files | Klaus Schmidinger |
2005-05-06 | Fixed handling lifetime when deciding whether to delete a recording | Klaus Schmidinger |
2005-02-12 | Fixed handling symbolic links in cRecordings::ScanVideoDir() | Klaus Schmidinger |
2005-02-06 | Fixed several memory leaks that were introduced through the use of cString | Klaus Schmidinger |