summaryrefslogtreecommitdiff
path: root/recording.h
AgeCommit message (Collapse)Author
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
recording is edited
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 ↵Klaus Schmidinger
recording process has actually started
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 ↵Klaus Schmidinger
the Recordings menu is open
2013-10-10Added renaming and moving recordings and folders, and editing a recording's ↵Klaus Schmidinger
priority and lifetime; added cutting queue
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 ↵Klaus Schmidinger
recording.h to config.h and using them to initialize Setup.NameInstantRecord
2013-02-11Fixed moving editing marks, so that they don't get overwritten with old ↵Klaus Schmidinger
values through an update of the marks file
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 ↵Klaus Schmidinger
I-frame, it will now be shifted towards the next I-frame
2012-09-17The script given to VDR with the '-r' option is now also called whenever a ↵Klaus Schmidinger
recording is deleted
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 ↵Klaus Schmidinger
recording less than an hour ago
2012-06-09Implemented sort mode for recordingsKlaus Schmidinger
2012-06-03Speeded up opening menus on systems with many (several thousands) of ↵1.7.28Klaus Schmidinger
recordings, by caching the information whether a recording is stored on the video directory file system within the cRecording data
2012-06-02Extended the interface to the script that gets called for recordings, so ↵Klaus Schmidinger
that in the "edited" case it also provides the name of the original recording
2012-06-02Finally removed the code marked with ↵Klaus Schmidinger
__RECORDING_H_DEPRECATED_DIRECT_MEMBER_ACCESS and LEGACY_CRECEIVER
2012-03-13When estimating the remaining disk space (in hours), the average data rate ↵Klaus Schmidinger
of all existing recordings is now taken into account
2012-03-12Improved fast forwarding to the end of a timeshift recordingKlaus Schmidinger
2012-03-11Deactivated definition of __RECORDING_H_DEPRECATED_DIRECT_MEMBER_ACCESS ↵Klaus Schmidinger
(recording.h) and LEGACY_CRECEIVER (receiver.h)
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 ↵Klaus Schmidinger
editing mark
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 ↵Klaus Schmidinger
determined by a call to cIndexFile::GetLength()
2011-08-13Implemented static cIndexFile::IndexFileName()Klaus Schmidinger
2011-04-17Added a patch from Udo RichterKlaus Schmidinger
2011-04-03Made cRecordingInfo::Read(FILE *f) privateKlaus Schmidinger
2011-03-20Made updating the editing marks during replay react faster in case the marks ↵Klaus Schmidinger
file has just been written
2011-02-27While replaying, the editing marks are now updated every 10 secondsKlaus Schmidinger
2010-12-27Now updating the 'frames per second' data in the list of recordings when a ↵Klaus Schmidinger
new recording is started that has a frame rate other than the default
2010-03-07The full timer file name is now displayed if it ends with "TITLE" or "EPISODE"Klaus Schmidinger
2010-01-17The "Edit timer" menu can now set the folder for the recording from a list ↵Klaus Schmidinger
of folders stored in "folders.conf"