- Class DVBChannel
- Only supports single input cards.
- Member DVBChannel::GetChanID (void) const
- This only works if there is only one input on the card.
- Member MediaMonitor::MediaMonitor (QObject *par, unsigned long interval, bool allowEject)
- If the user changes the MonitorDrives or IgnoreDevices settings, it will have no effect until the frontend is restarted.
- Member MythContextPrivate::TempMainWindow (bool languagePrompt=true)
- Some of these settings (e.g. window size, theme) seem to be used after the temp window is destroyed.
- Member RecorderBase::GetFrameRate (void)
- This can be off by at least half, our non-frame grabber based recorders do not not try to approximate the frame rate. So a 720p recording at 60fps will report a frame-rate of 25fps.
- Member StatusBox::doMachineStatus ()
- We should report on all backends and the current frontend.
- Member TerrestrialDeliverySystemDescriptor::HierarchyString (void) const
- returns "a" for values >= 4 for compatibility with siparser.cpp
- Member VideoOutput::GetLastDecodedFrame (void)
- not implemented correctly. vpos is not updated.
- Member VideoOutput::InputChanged (const QSize &input_size, float aspect, MythCodecID myth_codec_id, void *codec_private, bool &aspect_changed)
- We set the new width height and aspect ratio here, but we should do this based on the new video frames in Show().
- Member VideoOutWindow::InputChanged (const QSize &input_size, float aspect, MythCodecID myth_codec_id, void *codec_private)
- We set the new width height and aspect ratio here, but we should do this based on the new video frames in Show().