summaryrefslogtreecommitdiff
path: root/recording.c
AgeCommit message (Expand)Author
2017-05-28Added debug output for checking the correct sequence of locking global listsKlaus Schmidinger
2017-04-03Recordings now have unique idsKlaus Schmidinger
2017-01-01Fixed a possible deadlock in the recordings handler threadKlaus Schmidinger
2016-12-22Fixed regenerating the index of audio recordingsKlaus Schmidinger
2016-12-13Fixed a crash when moving a recording to a folder on a different volumeKlaus Schmidinger
2015-09-10Implemented full handling of remote timersKlaus Schmidinger
2015-09-01Implemented strict locking of global listsKlaus Schmidinger
2015-04-18Implemented default sort mode for recordingsKlaus Schmidinger
2015-04-11Reduced the priority of the "video directory scanner" thread and checking cIo...Klaus Schmidinger
2015-02-16Fixed using the default sort mode in a video directory without a ".sort" fileKlaus Schmidinger
2015-02-07Modified EntriesOnSameFileSystem(), so that it returns 'true' if either of th...Klaus Schmidinger
2015-02-06cDvbPlayer and cReplayControl now use the same list of editing marksKlaus Schmidinger
2015-02-05Fixed cMarks::GetNextBegin() and cMarks::GetNextEnd()Klaus Schmidinger
2015-01-26Added functionality based on the "jumpplay" patchKlaus Schmidinger
2015-01-23Added a missing 'void'Klaus Schmidinger
2015-01-20Fixed "warning: invalid suffix on literal" with GCC 4.8 and C++11Klaus Schmidinger
2015-01-17Added the new command line option --updindexKlaus Schmidinger
2015-01-17Fixed generating the index file of an existing recordingKlaus Schmidinger
2015-01-17Now returning from removing deleted recordings after at most 10 seconds, or i...Klaus Schmidinger
2014-03-16Now resetting the isOnVideoDirectoryFileSystem member of a cRecording to -1 a...Klaus Schmidinger
2014-03-16Now initializing the isOnVideoDirectoryFileSystem member of cRecording when s...Klaus Schmidinger
2014-02-08Fixed numbering frames (cont'd)Klaus Schmidinger
2014-02-06Fixed numbering framesKlaus Schmidinger
2014-01-29Fixed sorting recordings by time in the Recordings menu if "Setup/OSD/Recordi...Klaus Schmidinger
2014-01-18Fixed deleting the source recording after moving it to a different volume (co...Klaus Schmidinger
2014-01-16Fixed deleting the source recording after moving it to a different volumeKlaus Schmidinger
2013-12-27Avoiding double entries when externally renaming a recording (cont'd)Klaus Schmidinger
2013-12-27Avoiding double entries when externally renaming a recordingKlaus Schmidinger
2013-12-24Fixed a possible crash if the recordings list is updated externally while the...Klaus Schmidinger
2013-10-20Fixed some compiler warnings with gcc-4.6.3Klaus Schmidinger
2013-10-16Restoring the source recording in case copying failsKlaus Schmidinger
2013-10-14Added refreshing the recording in the Recording Info/Edit menusKlaus Schmidinger
2013-10-12The function cRecordings::MBperMinute() now only takes into account recording...Klaus Schmidinger
2013-10-10Added renaming and moving recordings and folders, and editing a recording's p...Klaus Schmidinger
2013-09-11Removed the code for distributing recordings over several video directories; ...Klaus Schmidinger
2013-08-21No longer trying to delete old recordings in AssertFreeDiskSpace() if the giv...Klaus Schmidinger
2013-04-11Fixed handling '/' and '~' in recording file names in case DirectoryEncoding ...Klaus Schmidinger
2013-03-11Fixed using PATH_MAX and NAME_MAX (+/-1 because the first one includes the te...Klaus Schmidinger
2013-03-04Implemented the setup option "OSD/Always sort folders first"Klaus Schmidinger
2013-03-03When sorting recordings by name, folders are now always at the top of the listKlaus Schmidinger
2013-02-17Removed trailing whitespaceKlaus Schmidinger
2013-02-11Fixed moving editing marks, so that they don't get overwritten with old value...Klaus Schmidinger
2013-02-08New command line option --dirnamesKlaus Schmidinger
2013-01-25Improved responsiveness during replay when close to the recording's endKlaus Schmidinger
2013-01-25The index file is now closed after initially reading it if it is older than 3...Klaus Schmidinger
2013-01-16Revoked 'Fixed sorting recordings in case the locale ignores non-alphanumeric...Klaus Schmidinger
2013-01-13Fixed sorting recordings in case the locale ignores non-alphanumeric characte...Klaus Schmidinger
2012-12-24Fixed replaying ongoing recordings from other VDR instances1.7.34Klaus Schmidinger
2012-12-23Fixed cIndexFile::GetNextIFrame() to properly handle the case where the very ...Klaus Schmidinger
2012-12-23Fixed replay stuttering close to the end of an ongoing recordingKlaus Schmidinger