bool stopThread{};
int audioEnabled;
- bool callbacksend;
Callback& cb;
};
waitExpireWL = false;
worklistTimeoutPointActive = false;
-#ifndef DVBSDEBUG
- u8 nowPTS = Video::getInstance()->getCurrentTimestamp();
-#endif
+//#ifndef DVBSDEBUG
+// u8 nowPTS = Video::getInstance()->getCurrentTimestamp();
+//#endif
// Guaranteed to be at least one packet in the worklist
PESPacket packet = worklist.front();
u8 pktPTS = worklist.front().getPTS();
bool signalStop{};
bool signalPause{};
- FILE* DBG;
+// FILE* DBG;
};
#endif
#include "defines.h"
-class MovieInfo;
+struct MovieInfo;
class SeriesInfo;
class Event
};
class SeriesInfo;
-class MovieInfo;
+struct MovieInfo;
class CImageGeneric : public CImage
{
friend class ImageLoader;
VDR::getInstance()->loadImageChannelLogo(icl);
break;
}
+ case CImage::INVALID:
+ {}
}
image->loading = true;
std::thread listenThread;
std::mutex threadStartProtect;
void listenLoop();
- bool listenLoopStop{};
#ifdef WIN32 // FIXME move these into UDP4?
SOCKET quitPipe;
OMX_EGL_Render();
virtual ~OMX_EGL_Render();
- bool init();
- void shutdown();
+ bool init() override;
+ void shutdown() override;
void prepareInputPort(OMX_U32 frameWidth, OMX_U32 frameHeight, OMX_U32 stride); // throws
void prepareOutputPort(EGLDisplay egldisplay); // throws
OMX_Image_Decode();
virtual ~OMX_Image_Decode();
- bool init();
- void shutdown();
+ bool init() override;
+ void shutdown() override;
void prepareInputBuffers(int dataSize); // throws
void setFormat(); // throws
// It will be deleted properly on the next garbage collection run
// OSDOVG-ROD-EXPERIMENT
- logger->trace(TAG, "EXPERIMENT - call doRender");
+ logger->debug(TAG, "EXPERIMENT - call doRender");
doRender();
}
}
#if DEV
dumpStyles();
#endif
- LogNT::getInstance()->trace(TAG, "EXPERIMENT - render");
+ LogNT::getInstance()->debug(TAG, "EXPERIMENT - render");
InternalRendering();
lastrendertime = getTimeMS();
SurfacesIterator si;
#if DEV
- logger->trace(TAG, "updateOrAddSurface, surfaces.length {}", surfaces.size());
- dumpStyles();
+ //logger->trace(TAG, "updateOrAddSurface, surfaces.length {}", surfaces.size());
+ //dumpStyles();
#endif
// First determine it is already in our system
cleanupOrphanedRefs();
#if DEV
- logger->trace(TAG, "After UOAS:");
- dumpStyles();
+// logger->trace(TAG, "After UOAS:");
+// dumpStyles();
#endif
// OSDOVG-ROD-EXPERIMENT
- logger->trace(TAG, "EXPERIMENT - call doRender");
+ logger->debug(TAG, "EXPERIMENT - call doRender");
doRender();
}
}
summaryWithDetails = new char[swdLength];
- SNPRINTF(summaryWithDetails, swdLength, "%s\n\n%s%s\n%s%01i:%02i\n%s%s\n%s%lu MB", summary,
+ SNPRINTF(summaryWithDetails, swdLength, "%s\n\n%s%s\n%s%01i:%02i\n%s%s\n%s%u MB", summary,
tr("Channel: "), channelName,
tr("Duration: "), hours, mins,
tr("Resume at: "), resumePointText,
if (image->isReady())
{
- logger->trace(TAG, "drawImage: READY, Add instr PaintImage for {}", static_cast<void*>(image.get()));
+ logger->debug(TAG, "drawImage: READY, Add instr PaintImage for {}", static_cast<void*>(image.get()));
commands.push_back(SVGCommand::PaintImage(x, y, width, height, image, corner));
}
else
{
- logger->trace(TAG, "drawImage: NOT_READY, Add instr PaintImageLoading {} LI {}", static_cast<void*>(image.get()), reinterpret_cast<void*>(image.get()));
+ logger->debug(TAG, "drawImage: NOT_READY, Add instr PaintImageLoading {} LI {}", static_cast<void*>(image.get()), reinterpret_cast<void*>(image.get()));
commands.push_back(SVGCommand::PaintImageLoading(image, x, y, width, height, corner));
}
}
-int SurfaceVector::updateToScreen(int sx, int sy, int w, int h, int dx, int dy)
+int SurfaceVector::updateToScreen(int sx, int sy, int /*w*/, int /*h*/, int dx, int dy)
{
// ok this method really works in a pixel oriented way
command_mutex.lock();
private:
bool initted{};
u4 getIPNumber(u4 num);
+#ifdef WIN32
u4 iterate_ip{};
+#endif
int socketnum; // Socket descriptor
u2 myPort{}; // My port number
struct sockaddr_in6 myAddr; // My address
VAudioSelector::VAudioSelector(MessageReceiver* tparent, bool* availableMpegAudioChannels,
bool* availableAc3AudioChannels, int currentAudioChannel, bool* availableSubtitleChannels, int* ttxtpages,
int currentSubtitleChannel, int currentSubtitleType, RecInfo* recInfo)
-: parent(tparent), liveMode(false)
+: parent(tparent)
{
LogNT::getInstance()->debug("VAudioSelector", "{}", currentAudioChannel);
sc.pestype = ttxtpages[i];
std::ostringstream oss;
oss << tr("TTxt:") << " " << std::hex << std::setw(3) << ttxtpages[i];
- sc.name = std::move(oss.str());
+ sc.name = oss.str();
scl.push_back(std::move(sc));
}
}
}
VAudioSelector::VAudioSelector(MessageReceiver* tparent, Channel* channel, int currentAudioChannel, int currentSubtitletype, int currentSubtitleChannel, int* ttxtpages)
-: parent(tparent), liveMode(true)
+: parent(tparent)
{
u4 i;
sc.pestype = ttxtpages[i];
std::ostringstream oss;
oss << tr("TTxt:") << " " << std::hex << std::setw(3) << ttxtpages[i];
- sc.name = std::move(oss.str());
+ sc.name = oss.str();
scl.push_back(std::move(sc));
}
}
WSelectList ssl;
MessageReceiver* parent;
- bool liveMode;
bool subtitles{};
bool editsubtitles{};
class LogNT;
class BoxStack;
-class VDRServer;
+struct VDRServer;
class VConnect : public VInfo
{
static const char* TAG = "VDPC";
+LogNT* VDPC::logger{};
+
bool VDPC::init()
{
logger = LogNT::getInstance();
void VDPC::VDPC4::threadMethod()
{
- LogNT* logger = LogNT::getInstance();
-
#ifdef WIN32
quitPipe = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP);
if (quitPipe == INVALID_SOCKET)
void VDPC::VDPC6::threadMethod()
{
- LogNT* logger = LogNT::getInstance();
-
if (pipe2(pfdsUDP6, O_NONBLOCK) == -1)
{
logger->error("VDPC6", "pipe2 error B");
class VDPC
{
private:
- LogNT* logger{};
+ static LogNT* logger; // has to be static for inner classes to use it
typedef std::function<void(int, const char*, const char*, u2, u4)> AddServerCallback;
// Nested classes
logger->debug(TAG, "Disconnect");
}
-void VDR::setReceiveWindow(size_t size)
+void VDR::setReceiveWindow(size_t /*size*/)
{
//if (connected && size) tcpold->setReceiveWindow(size);
}
#ifdef VOMP_MEDIAPLAYER
class SerializeBuffer;
#endif
-class MovieInfo;
+struct MovieInfo;
class SeriesInfo;
typedef std::vector<Event*> EventList;
tT[textPos ] = '\0';
surface->drawText(tT, x+2, y, fg);
}
- delete tT;
+ delete[] tT;
}
strcpy(eventTitle, event->title.c_str());
for(u4 i=0; i < strlen(eventTitle); i++) if (eventTitle[i] == ':') eventTitle[i] = '|';
- SNPRINTF(timerString, 1023, "%i:%lu:%s:%s:%s:%s:%s:%s:",
+ SNPRINTF(timerString, 1023, "%i:%u:%s:%s:%s:%s:%s:%s:",
flags, channel->number, dateString,
startString, endString,
priority, lifetime, eventTitle);
signalOmx();
}
-OMX_ERRORTYPE VideoOMX::EmptyBufferDone_OMX(OMX_IN OMX_HANDLETYPE hcomp,OMX_IN OMX_PTR appdata,OMX_IN OMX_BUFFERHEADERTYPE* buffer){
+OMX_ERRORTYPE VideoOMX::EmptyBufferDone_OMX(OMX_IN OMX_HANDLETYPE /*hcomp*/, OMX_IN OMX_PTR /*appdata*/, OMX_IN OMX_BUFFERHEADERTYPE* buffer){
// LogNT::getInstance()->info(TAG, "EmptyBufferDone");
VideoOMX* video = static_cast<VideoOMX *>(Video::getInstance());
signalOmx();
}
- OMX_ERRORTYPE VideoOMX::FillBufferDone_OMX(OMX_IN OMX_HANDLETYPE hcomp, OMX_IN OMX_PTR appdata,OMX_IN OMX_BUFFERHEADERTYPE* buffer) {
+ OMX_ERRORTYPE VideoOMX::FillBufferDone_OMX(OMX_IN OMX_HANDLETYPE /*hcomp*/, OMX_IN OMX_PTR /*appdata*/, OMX_IN OMX_BUFFERHEADERTYPE* /*buffer*/) {
//LogNT::getInstance()->info(TAG, "FillBufferDone");
return OMX_ErrorNone;
}
u4 lengthMinutes = dlengthSeconds / 60;
dlengthSeconds %= 60;
- SNPRINTF(buffer, 99, "%01lu:%02lu:%02lu / %01lu:%02lu:%02lu", currentHours, currentMinutes, dcurrentSeconds, lengthHours, lengthMinutes, dlengthSeconds);
+ SNPRINTF(buffer, 99, "%01u:%02u:%02u / %01u:%02u:%02u", currentHours, currentMinutes, dcurrentSeconds, lengthHours, lengthMinutes, dlengthSeconds);
LogNT::getInstance()->debug(TAG, buffer);
}
else
bool playing;
bool barShowing;
- bool stickyBar;
void doBar(int action);
void drawBarClocks();
drawText(buffer, xpos, ypos, DrawStyle::LIGHTTEXT); ypos += fontheight;
// Channel
- SNPRINTF(buffer, 999, "%lu", recTimer->channelNumber);
+ SNPRINTF(buffer, 999, "%u", recTimer->channelNumber);
drawText(buffer, xpos, ypos, DrawStyle::LIGHTTEXT); ypos += fontheight;
// Name
drawText(buffer, xpos, ypos, DrawStyle::LIGHTTEXT); ypos += fontheight;
// Priority
- SNPRINTF(buffer, 999, "%lu", recTimer->priority);
+ SNPRINTF(buffer, 999, "%u", recTimer->priority);
drawText(buffer, xpos, ypos, DrawStyle::LIGHTTEXT); ypos += fontheight;
// Lifetime
- SNPRINTF(buffer, 999, "%lu", recTimer->lifeTime);
+ SNPRINTF(buffer, 999, "%u", recTimer->lifeTime);
drawText(buffer, xpos, ypos, DrawStyle::LIGHTTEXT); ypos += fontheight;
ypos += fontheight;
keying = 0;
// and reset the display - this is a copy from setNowNextData
char formatChanNum[20];
- SNPRINTF(formatChanNum, 19, "%0*lu", numberWidth, (*chanList)[osdChannelIndex]->number);
+ SNPRINTF(formatChanNum, 19, "%0*u", numberWidth, (*chanList)[osdChannelIndex]->number);
osdChanNum.setText(formatChanNum);
osdChanName.setText((*chanList)[osdChannelIndex]->name);
}
keying = 0;
// and reset the display - this is a copy from setNowNextData
char formatChanNum[20];
- SNPRINTF(formatChanNum, 19, "%0*lu", numberWidth, (*chanList)[osdChannelIndex]->number);
+ SNPRINTF(formatChanNum, 19, "%0*u", numberWidth, (*chanList)[osdChannelIndex]->number);
osdChanNum.setText(formatChanNum);
osdChanName.setText((*chanList)[osdChannelIndex]->name);
}
Channel* currentChannel = (*chanList)[osdChannelIndex];
char formatChanNum[20];
- SNPRINTF(formatChanNum, 19, "%0*lu", numberWidth, currentChannel->number);
+ SNPRINTF(formatChanNum, 19, "%0*u", numberWidth, currentChannel->number);
osdChanNum.setText(formatChanNum);
osdChanName.setText(currentChannel->name);
}
-bool WPictureView::mouseAndroidScroll(int x, int y, int sx, int sy)
+bool WPictureView::mouseAndroidScroll(int x, int y, int /* sx */, int sy)
{
if ((x - getRootBoxOffsetX()) >= 0 && (y - getRootBoxOffsetY()) >= 0
&& (x - getRootBoxOffsetX()) <= (int)area.w && (y - getRootBoxOffsetY()) <= (int)area.h)