summaryrefslogtreecommitdiff
path: root/recording.h
AgeCommit message (Expand)Author
2021-05-23cRecordingInfo::Errors() now returns -1 for old recordings; added a missing '...Klaus Schmidinger
2021-05-19Recordings are now checked for errorsKlaus Schmidinger
2021-01-19Added some missing user command calls for copying, renaming and moving record...Klaus Schmidinger
2021-01-18Made the functions cRecordingInfo::SetData() and cRecordingInfo::SetAux() publicKlaus Schmidinger
2020-12-26Implemented "Pattern Timers"2.5.1Klaus Schmidinger
2020-09-16Fixed several typosKlaus Schmidinger
2020-03-29Removed a wrong commentKlaus Schmidinger
2018-02-13Implemented storing timer id in .timerKlaus Schmidinger
2017-12-11Fixed canceling moving a folder with several recordings between volumesKlaus Schmidinger
2017-12-09Implemented 'OSD/Sorting direction for recordings'Klaus Schmidinger
2017-04-03Recordings now have unique idsKlaus Schmidinger
2016-12-13Fixed a crash when moving a recording to a folder on a different volumeKlaus Schmidinger
2015-09-01Implemented strict locking of global listsKlaus Schmidinger
2015-04-28Added missing 'virtual'Klaus Schmidinger
2015-04-11The script that gets called for recordings is now also called right before a ...Klaus Schmidinger
2015-02-07Fixed a deadlock in accessing marksKlaus Schmidinger
2015-02-06cDvbPlayer and cReplayControl now use the same list of editing marksKlaus Schmidinger
2015-01-31Made cRecording::GetResume() publicKlaus Schmidinger
2015-01-17Added the new command line option --updindexKlaus Schmidinger
2014-01-01The script given to VDR with the '-r' option is now also called after the rec...Klaus Schmidinger
2013-12-27Avoiding double entries when externally renaming a recording (cont'd)Klaus Schmidinger
2013-12-24Fixed a possible crash if the recordings list is updated externally while the...Klaus Schmidinger
2013-10-10Added renaming and moving recordings and folders, and editing a recording's p...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-14Moved the definition of TIMERMACRO_TITLE and TIMERMACRO_EPISODE from recordin...Klaus 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
2012-12-24Fixed replaying ongoing recordings from other VDR instances1.7.34Klaus Schmidinger
2012-11-18Improved editing TS recordingsKlaus Schmidinger
2012-11-12The return type of cMarks::Add() has been changed to voidKlaus Schmidinger
2012-10-15If a frame position in the 'marks' file of a recording doesn't point to an I-...Klaus Schmidinger
2012-09-17The script given to VDR with the '-r' option is now also called whenever a re...Klaus Schmidinger
2012-09-06Fixed getting the file size and number of frames of ongoing recordingsKlaus Schmidinger
2012-09-05Fixed a long delay at the end when replaying a recording that has stopped rec...Klaus Schmidinger
2012-06-09Implemented sort mode for recordingsKlaus Schmidinger
2012-06-03Speeded up opening menus on systems with many (several thousands) of recordin...1.7.28Klaus Schmidinger
2012-06-02Extended the interface to the script that gets called for recordings, so that...Klaus Schmidinger
2012-06-02Finally removed the code marked with __RECORDING_H_DEPRECATED_DIRECT_MEMBER_A...Klaus Schmidinger
2012-03-13When estimating the remaining disk space (in hours), the average data rate of...Klaus Schmidinger
2012-03-12Improved fast forwarding to the end of a timeshift recordingKlaus Schmidinger
2012-03-11Deactivated definition of __RECORDING_H_DEPRECATED_DIRECT_MEMBER_ACCESS (reco...Klaus Schmidinger
2012-02-19Fixed switching into time shift mode when pausing live video1.7.24Klaus Schmidinger
2011-12-04Fixed several spelling errorsKlaus Schmidinger
2011-08-21Implemented cRecording::NumFrames() and cRecording::LengthInSeconds()Klaus Schmidinger
2011-08-21Direct access to several class members is now deprecatedKlaus Schmidinger
2011-08-20The start time of an edited recording is now set to the time of the first edi...Klaus Schmidinger
2011-08-13Marked some comments for doxygenKlaus Schmidinger
2011-08-13The length (as number of frames) of a recording's index file can now be deter...Klaus Schmidinger
2011-08-13Implemented static cIndexFile::IndexFileName()Klaus Schmidinger