Age | Commit message (Expand) | Author |
2012-02-19 | Fixed switching into time shift mode when pausing live video1.7.24 | Klaus Schmidinger |
2012-02-17 | cReadDir::Next() now skips directory entries "." and ".." | Klaus Schmidinger |
2012-02-16 | An ongoing editing process is now canceled if either the original or the edit... | Klaus Schmidinger |
2012-02-13 | Reactivated "Fixed handling symbolic links in cRecordings::ScanVideoDir()" | Klaus Schmidinger |
2012-01-26 | Symbolic links are no longer resolved in cRecordings::ScanVideoDir() | Klaus Schmidinger |
2012-01-25 | Fixed cRecording::LengthInSeconds(), which wrongfully rounded the result to f... | Klaus Schmidinger |
2012-01-16 | Revoked "Fixed handling symbolic links in cRecordings::ScanVideoDir()" | Klaus Schmidinger |
2012-01-15 | Fixed wrongfully displaying the length of a recording in the title of the rep... | Klaus Schmidinger |
2012-01-14 | Changed IndexToHMSF() so that it can handle negative Index values | Klaus Schmidinger |
2011-12-10 | Fixed a memory leak in cRecordings::ScanVideoDir() in case there are too many... | Klaus Schmidinger |
2011-12-10 | Fixed handling symbolic links in cRecordings::ScanVideoDir() | Klaus Schmidinger |
2011-12-04 | Implemented the SVDRP command UPDR | Klaus Schmidinger |
2011-09-04 | Revoked the changes to cFrameDetector that have been introduced in version 1.... | Klaus Schmidinger |
2011-08-27 | The Recordings menu now displays the length (in hours:minutes) of each recording | Klaus Schmidinger |
2011-08-21 | Implemented cRecording::NumFrames() and cRecording::LengthInSeconds() | Klaus Schmidinger |
2011-08-21 | Direct access to several class members is now deprecated | Klaus Schmidinger |
2011-08-20 | The start time of an edited recording is now set to the time of the first edi... | Klaus Schmidinger |
2011-08-13 | The length (as number of frames) of a recording's index file can now be deter... | Klaus Schmidinger |
2011-08-13 | Implemented static cIndexFile::IndexFileName() | Klaus Schmidinger |
2011-06-12 | Fixed detecting frames in case the Picture Start Code or Access Unit Delimite... | Klaus Schmidinger |
2011-04-17 | Avoiding an unecessary call to Recordings.ResetResume() | Klaus Schmidinger |
2011-04-17 | Added a patch from Udo Richter | Klaus Schmidinger |
2011-03-27 | Replaced "%lld" and "%llX" print format specifiers with "PRId64" and "PRIX64" | Klaus Schmidinger |
2011-03-20 | Made updating the editing marks during replay react faster in case the marks ... | Klaus Schmidinger |
2011-02-27 | While replaying, the editing marks are now updated every 10 seconds | Klaus Schmidinger |
2011-02-25 | Now checking the result of all realloc() calls | Klaus Schmidinger |
2010-12-27 | Now updating the 'frames per second' data in the list of recordings when a ne... | Klaus Schmidinger |
2010-03-07 | The full timer file name is now displayed if it ends with "TITLE" or "EPISODE" | Klaus Schmidinger |
2010-01-17 | The "Edit timer" menu can now set the folder for the recording from a list of... | Klaus Schmidinger |
2010-01-02 | Implemented --edit and --genindex options | Klaus Schmidinger |
2009-12-06 | Several code modifications to avoid compiler warnings | Klaus Schmidinger |
2009-11-22 | Fixed resetting the file size when regenerating the index file | Klaus Schmidinger |
2009-11-22 | Fixed generating the index for recordings from channels that put a whole GOP ... | Klaus Schmidinger |
2009-08-16 | Fixed cRecordings::DelByName() to avoid compilation errors with gcc 4.4 | Klaus Schmidinger |
2009-06-13 | Fixed variable types in cIndexFile1.7.8 | Klaus Schmidinger |
2009-06-13 | Fixed index types in cIndexFile::GetNextIFrame() | Klaus Schmidinger |
2009-06-06 | Added some missing 'const' keywords to avoid compilation errors with gcc 4.4 | Klaus Schmidinger |
2009-05-24 | Fixed generating PAT/PMT version numbers in case the PIDs change during recor... | Klaus Schmidinger |
2009-04-13 | Added cThread::SetIOPriority() and using it in cRemoveDeletedRecordingsThread | Klaus Schmidinger |
2009-04-13 | Reverted back to previous version of RemoveDeletedRecordings(), because the t... | Klaus Schmidinger |
2009-04-12 | No longer checking for deleted recordings to be removed from the foreground t... | Klaus Schmidinger |
2009-01-30 | Fixed handling the 'new' indicator in the recordings menu for TS recordings | Klaus Schmidinger |
2009-01-24 | Fixed editing PES recordings | Klaus Schmidinger |
2009-01-24 | Added an 'int' typecast to calculations involving FramesPerSecond() to avoid ... | Klaus Schmidinger |
2009-01-18 | Implemented option '-i' | Klaus Schmidinger |
2009-01-16 | Fixed removing deleted recordings in case there is a problem | Klaus Schmidinger |
2009-01-06 | The recording format is now Transport Stream | Klaus Schmidinger |
2008-05-22 | Fixed formatting | Klaus Schmidinger |
2008-05-03 | Removed the compile time option VFAT | Klaus Schmidinger |
2008-05-01 | Implemented handling the standard component descriptor for AC3 | Klaus Schmidinger |