Age | Commit message (Expand) | Author |
2021-05-19 | Recordings are now checked for errors | Klaus Schmidinger |
2021-03-17 | Made checking for done recordings more tolerant | Klaus Schmidinger |
2021-01-19 | Added some missing user command calls for copying, renaming and moving record... | Klaus Schmidinger |
2021-01-18 | Fixed setting the 'title' of a recording's info to the recording's name if th... | Klaus Schmidinger |
2021-01-18 | Made the functions cRecordingInfo::SetData() and cRecordingInfo::SetAux() public | Klaus Schmidinger |
2021-01-01 | Using strgetlast() in more places | Klaus Schmidinger |
2020-12-26 | Implemented "Pattern Timers"2.5.1 | Klaus Schmidinger |
2020-11-01 | Fixed multiple recording entries in case a recording is started during the in... | Klaus Schmidinger |
2020-09-16 | Fixed checking the return value of the Open() call in cFileName::SetOffset() | Klaus Schmidinger |
2019-05-29 | Fixed a wrong variable name in cFileName::cFileName() | Klaus Schmidinger |
2019-05-07 | Fixed a compiler warning in cIndexFile::ConvertToPes() and added __attribute_... | Klaus Schmidinger |
2019-05-06 | Fixed a compiler warning in ExchangeChars() | Klaus Schmidinger |
2019-03-19 | Now touching the .update file in the video directory after removing deleted r... | Klaus Schmidinger |
2019-03-17 | Fixed sorting recordings alphabetically | Klaus Schmidinger |
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 |