summaryrefslogtreecommitdiff
path: root/recording.h
AgeCommit message (Expand)Author
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
2006-12-01Added a missing 'const' to cRecordingInfo::ChannelID()Klaus Schmidinger
2006-07-30Now invalidating /video cache _after_ cuttingKlaus Schmidinger
2006-04-09Changed the behaviour when hitting the end of a recording in fast forward modeKlaus Schmidinger
2006-02-25Implemented cRecordingInfo::ChannelID()Klaus Schmidinger
2006-02-25The 'summary' field of a timer definition has been renamed to 'aux'Klaus Schmidinger
2006-02-18Generating 'X' audio component records for recording if there is no EPG dataKlaus Schmidinger
2006-02-12Now stopping scanning the video directory if there are too many levels of sym...Klaus Schmidinger
2006-01-20Added AssertFreeDiskSpace() before starting a timer recordingKlaus Schmidinger
2005-12-18Now avoiding unnecessary disk access when checking if there are deleted recor...Klaus Schmidinger
2005-12-18When displaying the amount of free disk space, the space consumed by "deleted...Klaus Schmidinger
2005-10-31The new class cUnbufferedFile is used for the recording files to avoid thrash...1.3.35Klaus Schmidinger
2005-10-01Fixed handling the '.update' file in case the video directory is not at the d...Klaus Schmidinger
2005-09-25Made the function ExchangeChars() public1.3.33Klaus Schmidinger
2005-09-25The '.update' file in the video directory is now touched when a recording is ...Klaus Schmidinger
2005-09-25The 'new' indicator in the Recordings menu is now kept up-to-dateKlaus Schmidinger
2005-09-25The list of recordings is now read in a separate threadKlaus Schmidinger
2005-09-03Implemented option '--vfat'; replaced ':' with '.' in recording namesKlaus Schmidinger
2005-08-13Now storing the channel id in the info.vdr file even if there is no EPG info ...Klaus Schmidinger
2005-05-28cRecordingInfo stores channelID itself (preparation for change in cEvent)Klaus Schmidinger
2005-05-22Fall back to 'summary.vdr' if there is no 'info.vdr'Klaus Schmidinger
2005-05-22Fixed setting timer's summary for recordingKlaus Schmidinger
2005-05-16Switched from 'summary.vdr' to 'info.vdr'Klaus Schmidinger