Age | Commit message (Expand) | Author |
2012-11-18 | Improved editing TS recordings | Klaus Schmidinger |
2012-11-12 | The return type of cMarks::Add() has been changed to void | Klaus Schmidinger |
2012-11-12 | Fixed handling the very last entry in a recording index | Klaus Schmidinger |
2012-11-04 | Fixed regenerating the index in case the recording spans over several files (... | Klaus Schmidinger |
2012-11-03 | Fixed shifting editing marks towards the next I-frame in case of PES recordings | Klaus Schmidinger |
2012-11-02 | Improved frame detection by parsing just far enough into the MPEG-4 NAL units... | Klaus Schmidinger |
2012-10-15 | If a frame position in the 'marks' file of a recording doesn't point to an I-... | Klaus Schmidinger |
2012-10-04 | The cThread constructor now has an additional boolean parameter that can be s... | Klaus Schmidinger |
2012-10-03 | cIoThrottle::Engaged() is now also checked in cRemoveDeletedRecordingsThread:... | Klaus Schmidinger |
2012-09-30 | Added 'IgnoreFiles' to RemoveEmptyDirectories()1.7.31 | Klaus Schmidinger |
2012-09-29 | Fixed sorting folders before recordings in case of UTF-8 | Klaus Schmidinger |
2012-09-17 | The script given to VDR with the '-r' option is now also called whenever a re... | Klaus Schmidinger |
2012-09-13 | If regenerating an index file fails and no data is written to the file, VDR n... | Klaus Schmidinger |
2012-09-06 | Fixed getting the file size and number of frames of ongoing recordings | Klaus Schmidinger |
2012-09-05 | Fixed a long delay at the end when replaying a recording that has stopped rec... | Klaus Schmidinger |
2012-07-15 | Fixed sorting recordings in the top level video directory | Klaus Schmidinger |
2012-06-09 | Implemented sort mode for recordings | Klaus Schmidinger |
2012-06-03 | Speeded up opening menus on systems with many (several thousands) of recordin...1.7.28 | Klaus Schmidinger |
2012-06-02 | Extended the interface to the script that gets called for recordings, so that... | Klaus Schmidinger |
2012-05-20 | If a recording has no info file, the 'title' of the recording's info is now s... | Klaus Schmidinger |
2012-03-13 | When estimating the remaining disk space (in hours), the average data rate of... | Klaus Schmidinger |
2012-03-12 | Improved fast forwarding to the end of a timeshift recording | Klaus Schmidinger |
2012-02-26 | Added some typecasts to silence gcc compiler warnings | Klaus Schmidinger |
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 |