summaryrefslogtreecommitdiff
path: root/recording.h
AgeCommit message (Expand)Author
2013-12-25Fixed a possible crash if the recordings list is updated externally while the...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
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
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 ne...Klaus Schmidinger
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 of...Klaus Schmidinger
2010-01-02Implemented --edit and --genindex optionsKlaus Schmidinger
2009-12-06Several code modifications to avoid compiler warningsKlaus Schmidinger
2009-11-22Fixed generating the index for recordings from channels that put a whole GOP ...Klaus Schmidinger
2009-08-16Increased the value of MAXFRAMESIZE to better suit HD recordingsKlaus Schmidinger
2009-05-24Fixed generating PAT/PMT version numbers in case the PIDs change during recor...Klaus Schmidinger
2009-04-19Added missing 'const' to cRecording::FramesPerSecond()Klaus Schmidinger
2009-04-13Made MAXFRAMESIZE a multiple of TS_SIZE to avoid breaking up TS packetsKlaus Schmidinger
2009-02-28Added cRecordingInfo::GetEvent()Klaus Schmidinger
2009-01-24Fixed handling the maximum video file sizeKlaus Schmidinger
2009-01-24Fixed editing PES recordingsKlaus Schmidinger
2009-01-18Implemented option '-i'Klaus Schmidinger
2009-01-06The recording format is now Transport StreamKlaus Schmidinger
2007-10-14Added cRecording::Undelete()Klaus Schmidinger
2007-10-14Made the default copy ctor and the assign operator of cRecording privateKlaus Schmidinger
2007-06-17The info.vdr file now also stores the name of the channelKlaus Schmidinger