Click here to Skip to main content
15,894,180 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: finding broken links ? Pin
Christian Graus21-Jan-07 18:17
protectorChristian Graus21-Jan-07 18:17 
AnswerRe: finding broken links ? Pin
S Douglas21-Jan-07 23:56
professionalS Douglas21-Jan-07 23:56 
QuestionHow to find bandwidth and speed of network in vc++ 6.0? Pin
nitin_ap21-Jan-07 17:36
nitin_ap21-Jan-07 17:36 
Questiondisplaying RGB video from memory. Pin
jossion21-Jan-07 16:40
jossion21-Jan-07 16:40 
AnswerRe: displaying RGB video from memory. Pin
Christian Graus21-Jan-07 17:30
protectorChristian Graus21-Jan-07 17:30 
QuestionRe: displaying RGB video from memory. Pin
jossion21-Jan-07 23:31
jossion21-Jan-07 23:31 
AnswerRe: displaying RGB video from memory. Pin
Christian Graus21-Jan-07 23:34
protectorChristian Graus21-Jan-07 23:34 
AnswerRe: displaying RGB video from memory. Pin
Mark Salsbery22-Jan-07 7:50
Mark Salsbery22-Jan-07 7:50 
If you can't decompress the frames fast enough then no rendering system is going to help.

Using GDI it's possible to render many many 352X288 videos at 30fps using very little CPU - I do
it all the time.

You have to have the data ready (uncompressed) to be rendered though.

I think Christian mentioned a DIBSection, which will allow you to have a buffer to jam your
uncompressed frame data into and quickly blt to the screen.

You can go the DirectX route but I would bet you won't notice a performance increase since 25fps
is easily doable by either GDI or DirectX.

Mark



GeneralRe: displaying RGB video from memory. Pin
jossion22-Jan-07 16:57
jossion22-Jan-07 16:57 
GeneralRe: displaying RGB video from memory. Pin
Mark Salsbery23-Jan-07 7:42
Mark Salsbery23-Jan-07 7:42 
GeneralRe: displaying RGB video from memory. Pin
jossion23-Jan-07 16:40
jossion23-Jan-07 16:40 
Questionwho free clipboard's memory? Pin
DollfaceYY21-Jan-07 16:18
DollfaceYY21-Jan-07 16:18 
AnswerRe: who free clipboard's memory? Pin
Nibu babu thomas21-Jan-07 23:41
Nibu babu thomas21-Jan-07 23:41 
QuestionEfficiency question - variable definition Pin
Oliver12321-Jan-07 16:08
Oliver12321-Jan-07 16:08 
AnswerRe: Efficiency question - variable definition Pin
Christian Graus21-Jan-07 16:15
protectorChristian Graus21-Jan-07 16:15 
GeneralRe: Efficiency question - variable definition Pin
Steve Echols21-Jan-07 17:44
Steve Echols21-Jan-07 17:44 
AnswerRe: Efficiency question - variable definition Pin
Michael Dunn21-Jan-07 17:37
sitebuilderMichael Dunn21-Jan-07 17:37 
AnswerRe: Efficiency question - variable definition Pin
#realJSOP21-Jan-07 23:44
mve#realJSOP21-Jan-07 23:44 
QuestionControls & SDI Pin
Aint21-Jan-07 14:49
Aint21-Jan-07 14:49 
AnswerRe: Controls & SDI Pin
Christian Graus21-Jan-07 16:17
protectorChristian Graus21-Jan-07 16:17 
AnswerRe: Controls & SDI Pin
Nibu babu thomas21-Jan-07 16:23
Nibu babu thomas21-Jan-07 16:23 
AnswerRe: Controls & SDI Pin
Hamid_RT22-Jan-07 5:59
Hamid_RT22-Jan-07 5:59 
QuestionRemoving Scrollbars on VC++ 6.0 SDI Applicaton Pin
Bill Brocklebank21-Jan-07 14:41
Bill Brocklebank21-Jan-07 14:41 
AnswerRe: Removing Scrollbars on VC++ 6.0 SDI Applicaton Pin
«_Superman_»21-Jan-07 14:47
professional«_Superman_»21-Jan-07 14:47 
GeneralRe: Removing Scrollbars on VC++ 6.0 SDI Applicaton Pin
Bill Brocklebank22-Jan-07 11:58
Bill Brocklebank22-Jan-07 11:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.