Age | Commit message (Expand) | Author |
2018-03-17 | Commented out the logging in cMarks::Align() | Klaus Schmidinger |
2018-03-09 | Removed sending the SVDRP command UPDR to peer VDRs whenever a change is made... | Klaus Schmidinger |
2018-02-13 | Implemented storing timer id in .timer | Klaus Schmidinger |
2018-02-10 | Fixed getting the info of a newly edited recording | Klaus Schmidinger |
2018-01-18 | Fixed wrongly removing the edited version after the cutter has completed | Klaus Schmidinger |
2018-01-16 | Moved any locking from cutter.c into recording.c | Klaus Schmidinger |
2018-01-16 | Fixed wrongly deleting a recording that already exists when moving a recording | Klaus Schmidinger |
2017-12-14 | Changed the log message ""ERROR: copying directory %s to %s ended prematurely... | Klaus Schmidinger |
2017-12-11 | Fixed canceling moving a folder with several recordings between volumes | Klaus Schmidinger |
2017-12-09 | Implemented 'OSD/Sorting direction for recordings' | Klaus Schmidinger |
2017-12-04 | Fixed a deadlock when moving a folder containing several recordings between d... | Klaus Schmidinger |
2017-11-27 | Fixed a possible crash when moving a recording between different volumes | Klaus Schmidinger |
2017-06-25 | Whenever a change is made to the recordings in the video directory, the SVDRP... | Klaus Schmidinger |
2017-05-28 | Added debug output for checking the correct sequence of locking global lists | Klaus Schmidinger |
2017-04-03 | Recordings now have unique ids | Klaus Schmidinger |
2017-01-01 | Fixed a possible deadlock in the recordings handler thread | Klaus Schmidinger |
2016-12-22 | Fixed regenerating the index of audio recordings | Klaus Schmidinger |
2016-12-13 | Fixed a crash when moving a recording to a folder on a different volume | Klaus Schmidinger |
2015-09-10 | Implemented full handling of remote timers | Klaus Schmidinger |
2015-09-01 | Implemented strict locking of global lists | Klaus Schmidinger |
2015-04-18 | Implemented default sort mode for recordings | Klaus Schmidinger |
2015-04-11 | Reduced the priority of the "video directory scanner" thread and checking cIo... | Klaus Schmidinger |
2015-02-16 | Fixed using the default sort mode in a video directory without a ".sort" file | Klaus Schmidinger |
2015-02-07 | Modified EntriesOnSameFileSystem(), so that it returns 'true' if either of th... | Klaus Schmidinger |
2015-02-06 | cDvbPlayer and cReplayControl now use the same list of editing marks | Klaus Schmidinger |
2015-02-05 | Fixed cMarks::GetNextBegin() and cMarks::GetNextEnd() | Klaus Schmidinger |
2015-01-26 | Added functionality based on the "jumpplay" patch | Klaus Schmidinger |
2015-01-23 | Added a missing 'void' | Klaus Schmidinger |
2015-01-20 | Fixed "warning: invalid suffix on literal" with GCC 4.8 and C++11 | Klaus Schmidinger |
2015-01-17 | Added the new command line option --updindex | Klaus Schmidinger |
2015-01-17 | Fixed generating the index file of an existing recording | Klaus Schmidinger |
2015-01-17 | Now returning from removing deleted recordings after at most 10 seconds, or i... | Klaus Schmidinger |
2014-03-16 | Now resetting the isOnVideoDirectoryFileSystem member of a cRecording to -1 a... | Klaus Schmidinger |
2014-03-16 | Now initializing the isOnVideoDirectoryFileSystem member of cRecording when s... | Klaus Schmidinger |
2014-02-08 | Fixed numbering frames (cont'd) | Klaus Schmidinger |
2014-02-06 | Fixed numbering frames | Klaus Schmidinger |
2014-01-29 | Fixed sorting recordings by time in the Recordings menu if "Setup/OSD/Recordi... | Klaus Schmidinger |
2014-01-18 | Fixed deleting the source recording after moving it to a different volume (co... | Klaus Schmidinger |
2014-01-16 | Fixed deleting the source recording after moving it to a different volume | Klaus Schmidinger |
2013-12-27 | Avoiding double entries when externally renaming a recording (cont'd) | Klaus Schmidinger |
2013-12-27 | Avoiding double entries when externally renaming a recording | Klaus Schmidinger |
2013-12-24 | Fixed a possible crash if the recordings list is updated externally while the... | Klaus Schmidinger |
2013-10-20 | Fixed some compiler warnings with gcc-4.6.3 | Klaus Schmidinger |
2013-10-16 | Restoring the source recording in case copying fails | Klaus Schmidinger |
2013-10-14 | Added refreshing the recording in the Recording Info/Edit menus | Klaus Schmidinger |
2013-10-12 | The function cRecordings::MBperMinute() now only takes into account recording... | Klaus Schmidinger |
2013-10-10 | Added renaming and moving recordings and folders, and editing a recording's p... | Klaus Schmidinger |
2013-09-11 | Removed the code for distributing recordings over several video directories; ... | Klaus Schmidinger |
2013-08-21 | No longer trying to delete old recordings in AssertFreeDiskSpace() if the giv... | Klaus Schmidinger |
2013-04-11 | Fixed handling '/' and '~' in recording file names in case DirectoryEncoding ... | Klaus Schmidinger |