|
vdr 2.7.9
|
#include <time.h>#include "channels.h"#include "config.h"#include "epg.h"#include "thread.h"#include "timers.h"#include "tools.h"#include "remux.h"Go to the source code of this file.
Classes | |
| class | cResumeFile |
| class | cRecordingInfo |
| class | cRecording |
| class | cRecordings |
| class | cRecordingsHandler |
| class | cMark |
| class | cMarks |
| class | cErrors |
| class | cRecordingUserCommand |
| class | cIndexFile |
| class | cFileName |
| class | cDoneRecordings |
Macros | |
| #define | FOLDERDELIMCHAR '~' |
| #define | LOCK_RECORDINGS_READ USE_LIST_LOCK_READ(Recordings) |
| #define | LOCK_RECORDINGS_WRITE USE_LIST_LOCK_WRITE(Recordings) |
| #define | LOCK_DELETEDRECORDINGS_READ USE_LIST_LOCK_READ2(Recordings, DeletedRecordings) |
| #define | LOCK_DELETEDRECORDINGS_WRITE USE_LIST_LOCK_WRITE2(Recordings, DeletedRecordings) |
| #define | DEFAULTFRAMESPERSECOND 25.0 |
| #define | RUC_BEFORERECORDING "before" |
| #define | RUC_STARTRECORDING "started" |
| #define | RUC_AFTERRECORDING "after" |
| #define | RUC_EDITINGRECORDING "editing" |
| #define | RUC_EDITEDRECORDING "edited" |
| #define | RUC_DELETERECORDING "deleted" |
| #define | RUC_RENAMEDRECORDING "renamed" |
| #define | RUC_MOVEDRECORDING "moved" |
| #define | RUC_COPYINGRECORDING "copying" |
| #define | RUC_COPIEDRECORDING "copied" |
| #define | MAXFRAMESIZE (KILOBYTE(1024) / TS_SIZE * TS_SIZE) |
| #define | MAXVIDEOFILESIZETS 1048570 |
| #define | MAXVIDEOFILESIZEPES 2000 |
| #define | MINVIDEOFILESIZE 100 |
| #define | MAXVIDEOFILESIZEDEFAULT MAXVIDEOFILESIZEPES |
Enumerations | |
| enum | eRecordingUsage { ruNone = 0x0000 , ruTimer = 0x0001 , ruReplay = 0x0002 , ruCut = 0x0004 , ruMove = 0x0008 , ruCopy = 0x0010 , ruSrc = 0x0020 , ruDst = 0x0040 , ruPending = 0x0080 , ruCanceled = 0x8000 } |
| enum | eRecordingsSortDir { rsdAscending , rsdDescending } |
| enum | eRecordingsSortMode { rsmName , rsmTime } |
Functions | |
| void | RemoveDeletedRecordings (void) |
| void | AssertFreeDiskSpace (int Priority=0, bool Force=false) |
| DEF_LIST_LOCK (Recordings) | |
| DEF_LIST_LOCK2 (Recordings, DeletedRecordings) | |
| cString | IndexToHMSF (int Index, bool WithFrame=false, double FramesPerSecond=DEFAULTFRAMESPERSECOND) |
| int | HMSFToIndex (const char *HMSF, double FramesPerSecond=DEFAULTFRAMESPERSECOND) |
| int | SecondsToFrames (int Seconds, double FramesPerSecond=DEFAULTFRAMESPERSECOND) |
| int | ReadFrame (cUnbufferedFile *f, uchar *b, int Length, int Max) |
| char * | ExchangeChars (char *s, bool ToFileSystem) |
| bool | GenerateIndex (const char *FileName) |
| bool | GenerateIndex (const char *FileName, bool Update) |
| bool | HasRecordingsSortMode (const char *Directory) |
| void | GetRecordingsSortMode (const char *Directory) |
| void | SetRecordingsSortMode (const char *Directory, eRecordingsSortMode SortMode) |
| void | IncRecordingsSortMode (const char *Directory) |
| void | SetRecordingTimerId (const char *Directory, const char *TimerId) |
| cString | GetRecordingTimerId (const char *Directory) |
| int | FileSizeMBafterEdit (const char *FileName) |
| bool | EnoughFreeDiskSpaceForEdit (const char *FileName) |
| #define DEFAULTFRAMESPERSECOND 25.0 |
Definition at line 385 of file recording.h.
Referenced by cRecorder::Action(), cFrameDetector::Analyze(), cRecordingInfo::cRecordingInfo(), cRecordingInfo::cRecordingInfo(), cControl::FramesPerSecond(), and cPlayer::FramesPerSecond().
| #define FOLDERDELIMCHAR '~' |
Definition at line 22 of file recording.h.
Referenced by cMenuRecordingEdit::Action(), AddRecordingFolders(), cMenuPathEdit::ApplyChanges(), cMenuRecordingEdit::ApplyChanges(), cRecording::BaseName(), cSVDRPServer::CmdCPYR(), cMenuPathEdit::cMenuPathEdit(), cMenuRecordings::cMenuRecordings(), cRecording::cRecording(), cRecording::cRecording(), cMenuFolder::DescendPath(), ExchangeChars(), cRecording::Folder(), cMenuFolder::GetFolder(), cRecording::HierarchyLevels(), cMenuRecordings::Info(), cRecording::IsEdited(), cRecording::IsInPath(), LimitNameLengths(), cTimer::Matches(), NeedsConversion(), cMenuRecordings::Open(), cMenuRecordingEdit::RemoveName(), cMenuFolder::Select(), cMenuRecordings::Set(), cMenuTimerItem::Set(), cMenuEditTimer::SetFolder(), cMenuEditTimer::SetPatternItem(), cRecordControl::Stop(), and cRecording::Title().
| #define LOCK_DELETEDRECORDINGS_READ USE_LIST_LOCK_READ2(Recordings, DeletedRecordings) |
Definition at line 338 of file recording.h.
Referenced by AssertFreeDiskSpace(), RemoveDeletedRecordings(), cMenuMain::Update(), and cVideoDirectory::VideoDiskSpace().
| #define LOCK_DELETEDRECORDINGS_WRITE USE_LIST_LOCK_WRITE2(Recordings, DeletedRecordings) |
Definition at line 339 of file recording.h.
Referenced by cRemoveDeletedRecordingsThread::Action(), AssertFreeDiskSpace(), cSVDRPServer::CmdDELR(), cRecordings::DelByName(), and cReplayControl::Stop().
| #define LOCK_RECORDINGS_READ USE_LIST_LOCK_READ(Recordings) |
Definition at line 336 of file recording.h.
Referenced by cMenuPathEdit::ApplyChanges(), cSVDRPServer::CmdEDIT(), cSVDRPServer::CmdLSTR(), cSVDRPServer::CmdPLAY(), cMenuPathEdit::cMenuPathEdit(), cMenuRecordings::Delete(), cReplayControl::GetInfo(), cReplayControl::GetRecording(), cVideoDiskUsage::HasChanged(), cReplayControl::LastReplayed(), cMenuRecordingItem::SetMenuItem(), SetTrackDescriptions(), and cReplayControl::ShowProgress().
| #define LOCK_RECORDINGS_WRITE USE_LIST_LOCK_WRITE(Recordings) |
Definition at line 337 of file recording.h.
Referenced by cIndexFileGenerator::Action(), cMenuRecordingEdit::Action(), cRecorder::Action(), cRecordingsHandler::Action(), cMenuPathEdit::ApplyChanges(), AssertFreeDiskSpace(), cSVDRPServer::CmdCPYR(), cSVDRPServer::CmdDELR(), cSVDRPServer::CmdMOVR(), cSVDRPServer::CmdUPDR(), cRecordControl::cRecordControl(), cResumeFile::Delete(), cRecorder::HandleErrors(), cMenuSetupOSD::ProcessKey(), cReplayControl::Stop(), and cMenuSetupReplay::Store().
Definition at line 481 of file recording.h.
Referenced by cDvbPlayer::Action(), cCuttingThread::FramesAreEqual(), cRecorder::GetLastPts(), cCuttingThread::GetPendingPackets(), cDvbPlayer::Goto(), cCuttingThread::LoadFrame(), and cCuttingThread::ProcessSequence().
| #define MAXVIDEOFILESIZEDEFAULT MAXVIDEOFILESIZEPES |
Definition at line 491 of file recording.h.
Referenced by cSetup::cSetup(), and main().
| #define MAXVIDEOFILESIZEPES 2000 |
Definition at line 489 of file recording.h.
Referenced by cCuttingThread::cCuttingThread().
| #define MAXVIDEOFILESIZETS 1048570 |
Definition at line 488 of file recording.h.
Referenced by cMenuSetupRecord::cMenuSetupRecord(), and main().
| #define MINVIDEOFILESIZE 100 |
Definition at line 490 of file recording.h.
Referenced by cMenuSetupRecord::cMenuSetupRecord(), and main().
| #define RUC_AFTERRECORDING "after" |
Definition at line 463 of file recording.h.
Referenced by cRecordControl::Stop().
| #define RUC_BEFORERECORDING "before" |
Definition at line 461 of file recording.h.
Referenced by cRecordControl::cRecordControl().
| #define RUC_COPIEDRECORDING "copied" |
Definition at line 470 of file recording.h.
Referenced by cRecordingsHandlerEntry::Active().
| #define RUC_COPYINGRECORDING "copying" |
Definition at line 469 of file recording.h.
Referenced by cRecordingsHandlerEntry::Active().
| #define RUC_DELETERECORDING "deleted" |
Definition at line 466 of file recording.h.
Referenced by cRecording::Delete().
| #define RUC_EDITEDRECORDING "edited" |
Definition at line 465 of file recording.h.
Referenced by cCutter::Active().
| #define RUC_EDITINGRECORDING "editing" |
Definition at line 464 of file recording.h.
Referenced by cCutter::Start().
| #define RUC_MOVEDRECORDING "moved" |
Definition at line 468 of file recording.h.
Referenced by cRecordingsHandlerEntry::Active(), and cVideoDirectory::Move().
| #define RUC_RENAMEDRECORDING "renamed" |
Definition at line 467 of file recording.h.
Referenced by cVideoDirectory::Move().
| #define RUC_STARTRECORDING "started" |
Definition at line 462 of file recording.h.
Referenced by cRecorder::Action().
| enum eRecordingsSortDir |
| Enumerator | |
|---|---|
| rsdAscending | |
| rsdDescending | |
Definition at line 597 of file recording.h.
| enum eRecordingsSortMode |
| Enumerator | |
|---|---|
| rsmName | |
| rsmTime | |
Definition at line 598 of file recording.h.
| enum eRecordingUsage |
| Enumerator | |
|---|---|
| ruNone | |
| ruTimer | |
| ruReplay | |
| ruCut | |
| ruMove | |
| ruCopy | |
| ruSrc | |
| ruDst | |
| ruPending | |
| ruCanceled | |
Definition at line 29 of file recording.h.
| void AssertFreeDiskSpace | ( | int | Priority = 0, |
| bool | Force = false ) |
The special Priority value -1 means that we shall get rid of any deleted recordings faster than normal (because we're cutting).
If Force is true, the check will be done even if the timeout hasn't expired yet.
Definition at line 152 of file recording.c.
References cRecording::Delete(), cRecording::Deleted(), DISKCHECKDELTA, cRecording::IsEdited(), cRecording::IsOnVideoDirectoryFileSystem(), isyslog, cRecording::Lifetime(), cLockFile::Lock(), LOCK_DELETEDRECORDINGS_READ, LOCK_DELETEDRECORDINGS_WRITE, LOCK_RECORDINGS_WRITE, MAXLIFETIME, MINDISKSPACE, mtWarning, Mutex, cVideoDirectory::Name(), cListObject::Next(), cRecording::Priority(), cRecording::Remove(), REMOVELATENCY, SECSINDAY, Skins, cRecording::Start(), tr, cRecordings::Update(), and cVideoDirectory::VideoFileSpaceAvailable().
Referenced by main(), cCuttingThread::ProcessSequence(), and cRecordControls::Start().
| DEF_LIST_LOCK | ( | Recordings | ) |
| DEF_LIST_LOCK2 | ( | Recordings | , |
| DeletedRecordings | ) |
| bool EnoughFreeDiskSpaceForEdit | ( | const char * | FileName | ) |
Definition at line 3594 of file recording.c.
References DirSizeMB(), cCutter::EditedFileName(), FileSizeMBafterEdit(), MINDISKSPACE, RecordingsHandler, and cVideoDirectory::VideoDiskSpace().
Referenced by cMenuRecordingEdit::Action(), cSVDRPServer::CmdEDIT(), and cReplayControl::EditCut().
| char * ExchangeChars | ( | char * | s, |
| bool | ToFileSystem ) |
Definition at line 706 of file recording.c.
References CharExchange, DirectoryEncoding, esyslog, FOLDERDELIMCHAR, and NeedsConversion().
Referenced by cMenuRecordingEdit::Action(), cSVDRPServer::CmdCPYR(), cRecording::cRecording(), cMenuRecordings::DirectoryName(), and cRecording::FileName().
| int FileSizeMBafterEdit | ( | const char * | FileName | ) |
Definition at line 3579 of file recording.c.
References DirSizeMB(), max(), cRecording::NumFrames(), and cRecording::NumFramesAfterEdit().
Referenced by EnoughFreeDiskSpaceForEdit(), and cRecordingsHandler::GetRequiredDiskSpaceMB().
| bool GenerateIndex | ( | const char * | FileName | ) |
Generates the index of the existing recording with the given FileName.
An existing index file will be removed before a new one is generated.
Definition at line 3171 of file recording.c.
References cThread::Active(), AddDirectory(), DirectoryOk(), INDEXFILECHECKINTERVAL, INDEXFILESUFFIX, cRecording::IsPesRecording(), cRecording::Name(), and cCondWait::SleepMs().
Referenced by GenerateIndex(), and main().
|
inline |
Definition at line 595 of file recording.h.
References GenerateIndex().
| void GetRecordingsSortMode | ( | const char * | Directory | ) |
Definition at line 3514 of file recording.c.
References AddDirectory(), constrain(), RecordingsSortMode, rsmTime, Setup, and SORTMODEFILE.
Referenced by IncRecordingsSortMode(), and cMenuRecordings::Set().
| cString GetRecordingTimerId | ( | const char * | Directory | ) |
Definition at line 3562 of file recording.c.
References AddDirectory(), stripspace(), and TIMERRECFILE.
Referenced by TimerStillRecording().
| bool HasRecordingsSortMode | ( | const char * | Directory | ) |
Definition at line 3509 of file recording.c.
References AddDirectory(), and SORTMODEFILE.
| int HMSFToIndex | ( | const char * | HMSF, |
| double | FramesPerSecond = DEFAULTFRAMESPERSECOND ) |
Definition at line 3473 of file recording.c.
Referenced by cSVDRPServer::CmdPLAY(), and cMark::Parse().
| void IncRecordingsSortMode | ( | const char * | Directory | ) |
Definition at line 3533 of file recording.c.
References GetRecordingsSortMode(), RecordingsSortMode, rsmTime, and SetRecordingsSortMode().
Referenced by cMenuRecordings::Sort().
| cString IndexToHMSF | ( | int | Index, |
| bool | WithFrame = false, | ||
| double | FramesPerSecond = DEFAULTFRAMESPERSECOND ) |
Definition at line 3457 of file recording.c.
References cString::sprintf().
Referenced by cDvbPlayer::Action(), cReplayControl::ShowProgress(), and cMark::ToText().
| int ReadFrame | ( | cUnbufferedFile * | f, |
| uchar * | b, | ||
| int | Length, | ||
| int | Max ) |
Definition at line 3491 of file recording.c.
References esyslog, LOG_ERROR, and cUnbufferedFile::Read().
Referenced by cRecorder::GetLastPts(), cDvbPlayer::Goto(), and cCuttingThread::LoadFrame().
| void RemoveDeletedRecordings | ( | void | ) |
Definition at line 135 of file recording.c.
References LOCK_DELETEDRECORDINGS_READ, cListObject::Next(), REMOVECHECKDELTA, and RemoveDeletedRecordingsThread.
Referenced by main().
| int SecondsToFrames | ( | int | Seconds, |
| double | FramesPerSecond = DEFAULTFRAMESPERSECOND ) |
Definition at line 3484 of file recording.c.
Referenced by cReplayControl::EditTest(), cReplayControl::MarkJump(), cDvbPlayer::SkipSeconds(), and cReplayControl::TimeSearchProcess().
| void SetRecordingsSortMode | ( | const char * | Directory, |
| eRecordingsSortMode | SortMode ) |
Definition at line 3525 of file recording.c.
References AddDirectory(), SORTMODEFILE, and cString::sprintf().
Referenced by IncRecordingsSortMode().
| void SetRecordingTimerId | ( | const char * | Directory, |
| const char * | TimerId ) |
Definition at line 3544 of file recording.c.
References AddDirectory(), dsyslog, LOG_ERROR_STR, and TIMERRECFILE.
Referenced by cIndexFileGenerator::Action(), cRecordControl::cRecordControl(), cCutter::Start(), cCutter::Stop(), and cRecordControl::Stop().
|
extern |
Definition at line 76 of file recording.c.
Referenced by ExchangeChars(), main(), and NeedsConversion().
|
extern |
Definition at line 75 of file recording.c.
Referenced by cRecording::FileName(), and main().
|
extern |
Definition at line 74 of file recording.c.
Referenced by cRecording::FileName(), and main().
|
extern |
Definition at line 3364 of file recording.c.
Referenced by main(), cTimer::Matches(), and cRecordControl::Stop().
|
extern |
Definition at line 77 of file recording.c.
Referenced by cRecording::cRecording(), and main().
|
extern |
Definition at line 2192 of file recording.c.
Referenced by cMenuRecordingEdit::Action(), cSVDRPServer::CmdCPYR(), cSVDRPServer::CmdEDIT(), cShutdownHandler::ConfirmRestart(), cShutdownHandler::ConfirmShutdown(), cMenuRecordings::Delete(), cReplayControl::EditCut(), EnoughFreeDiskSpaceForEdit(), cRecording::IsInUse(), main(), cVideoDirectory::Move(), cMenuMain::ProcessKey(), and cMenuMain::Update().
|
extern |
Definition at line 3507 of file recording.c.
Referenced by GetRecordingsSortMode(), IncRecordingsSortMode(), cMenuRecordings::Set(), and cRecording::SortName().