Age | Commit message (Expand) | Author |
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 |
2004-12-26 | Made several functions threadsafe (cont'd) | Klaus Schmidinger |
2004-12-19 | Made several functions threadsafe | Klaus Schmidinger |
2004-11-01 | Fixed the buffer size in cRecording::SortName() | Klaus Schmidinger |
2004-11-01 | Now using qsort() to sort cListBase lists | Klaus Schmidinger |
2004-10-31 | Making sure that timers and channels are only saved together | Klaus Schmidinger |
2004-07-17 | Removed all error messages from cRecordings::ScanVideoDir() | Klaus Schmidinger |
2004-06-13 | The list of recordings is now kept statically in memory | Klaus Schmidinger |
2004-05-16 | Implemented 'skins' and 'themes' | Klaus Schmidinger |
2003-11-08 | Fixed getting the list of recordings in case VDR is started from a directory ... | Klaus Schmidinger |
2003-10-24 | Fixed handling comments in editing marks | Klaus Schmidinger |
2003-10-17 | Edited recordings will now never be deleted automatically if the disk runs full | Klaus Schmidinger |
2003-09-09 | Fixed dropping out of replay mode while viewing a recording that is still goi... | Klaus Schmidinger |
2003-08-17 | Removing deleted recordings faster than normal when cutting1.2.3 | Klaus Schmidinger |
2003-08-15 | Fixed staying off the end of an ongoing recording while replaying in time shi... | Klaus Schmidinger |
2003-05-30 | Fixed breaking off replay in case the user hits "Play" or "Pause" too soon af...1.2.0pre1 | Klaus Schmidinger |
2003-05-24 | Fixed resume file handling in case the resume.vdr file can't be written | Klaus Schmidinger |
2003-05-18 | No longer waiting inside cIndexFile::CatchUp() to avoid shortly blocking repl...1.1.32 | Klaus Schmidinger |
2003-05-11 | Further increased the timeout until an index file is considerd no longer to b... | Klaus Schmidinger |
2003-04-27 | Fixed minimum lifespan of deleted recordings | Klaus Schmidinger |
2003-04-12 | Implemented a 'resume ID' which allows several users to each have their own ... | Klaus Schmidinger |
2003-03-30 | Fixed a crash in case the index file can't be accessed any more during replay | Klaus Schmidinger |
2003-03-30 | Further increased the timeout until an index file is considerd no longer to b... | Klaus Schmidinger |
2003-01-06 | Limiting Subtitle length when creating a recording file name from EPG data | Klaus Schmidinger |
2002-12-23 | Increased the timeout until an index file is considerd no longer to be written | Klaus Schmidinger |
2002-10-20 | Timers now internally have a pointer to their channel | Klaus Schmidinger |
2002-10-13 | Changed a few leftover 'new char[...]' to MALLOC(char, ...) | Klaus Schmidinger |