Age | Commit message (Collapse) | Author |
|
|
|
|
|
on amd64
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
With the old singleton pattern it could happen that two instances are
created. See...
static T& Instance()
{
static T m_Instance;
return m_Instance;
}
static T* InstanceP()
{
static T* m_InstanceP = new T;
return m_InstanceP;
}
|
|
|
|
|
|
There was the idea to support two types of osds - the subpicture based
one and the ffmpeg based one. But there is no ffmpeg based one and
I think that there will be never on. The current spu code needs
to be improved (have patches) and most of the osd 'problems' should be
eaten.
If there will be an ffmpeg based osd, we can easily 'revert' my changes.
|
|
There is no need to support a overlay, as it is used to
show the output of the graphics card on the tv.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
device audio on external reopen.
|
|
|
|
|
|
succeed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"stripey" screens sometimes when WSS kicks in.
|
|
|
|
|
|
|
|
|