Click here to Skip to main content
15,911,786 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to get copy message? Pin
Michael Dunn7-Oct-06 7:01
sitebuilderMichael Dunn7-Oct-06 7:01 
Questionruning a console app from a batch file with indefinite params Pin
9ine5-Oct-06 23:27
9ine5-Oct-06 23:27 
AnswerRe: runing a console app from a batch file with indefinite params Pin
toxcct5-Oct-06 23:51
toxcct5-Oct-06 23:51 
QuestionQuestion about table Pin
zizzzz5-Oct-06 23:23
zizzzz5-Oct-06 23:23 
QuestionRe: Question about table Pin
prasad_som5-Oct-06 23:38
prasad_som5-Oct-06 23:38 
AnswerRe: Question about table Pin
toxcct5-Oct-06 23:56
toxcct5-Oct-06 23:56 
AnswerRe: Question about table Pin
Hamid_RT6-Oct-06 8:35
Hamid_RT6-Oct-06 8:35 
QuestionDirectShow: Knowing video buffer alignment of output frame inside DMO Pin
Johniteq5-Oct-06 23:01
Johniteq5-Oct-06 23:01 
I'm writing a DMO (DirectX Media Object) transform filter for video. Now I want to implement internal resizing functionality. Thus previously I have always returned DMO_E_INVALIDTYPE from InternalCheckOutputType() if input and output dimensions doesn't correlate for RGBxx. However this approach isn't possible for YUY2 color space since the renderer (VRM9) for some dimensions introduce memory alignment for every row of the frame (for example if the input video has dim 176x144 the renderer requests a output dimension of 192x144 probable due to some render acceleration of the YUY2 rendering in graphics card and if denied it will use RGB instead and performance will of course decrease).

The above is annoying because I can't see the difference when to perform internal resizing and when to align the rows of the frame (or when to do both).

So my question is, is there a way to get information on the amount of (image row) memory alignment of the output from inside a DMO filter.

(In some cases I also will need to hook up the output of the filter with non-rendering filters.)
AnswerRe: DirectShow: Knowing video buffer alignment of output frame inside DMO Pin
Johniteq5-Oct-06 23:33
Johniteq5-Oct-06 23:33 
NewsProblem with Batch Scripts and CreateProcess() Pin
neilsolent5-Oct-06 22:40
neilsolent5-Oct-06 22:40 
GeneralRe: Problem with Batch Scripts and CreateProcess() Pin
S Douglas6-Oct-06 13:46
professionalS Douglas6-Oct-06 13:46 
GeneralRe: Problem with Batch Scripts and CreateProcess() Pin
neilsolent7-Oct-06 8:41
neilsolent7-Oct-06 8:41 
GeneralRe: Problem with Batch Scripts and CreateProcess() Pin
S Douglas7-Oct-06 9:12
professionalS Douglas7-Oct-06 9:12 
GeneralRe: Problem with Batch Scripts and CreateProcess() Pin
neilsolent7-Oct-06 9:32
neilsolent7-Oct-06 9:32 
QuestionData types in Visual C++ Pin
Eikthrynir5-Oct-06 22:33
Eikthrynir5-Oct-06 22:33 
AnswerRe: Data types in Visual C++ Pin
Link20065-Oct-06 23:24
Link20065-Oct-06 23:24 
AnswerRe: Data types in Visual C++ Pin
toxcct6-Oct-06 0:00
toxcct6-Oct-06 0:00 
AnswerRe: Data types in Visual C++ Pin
Gary R. Wheeler6-Oct-06 3:04
Gary R. Wheeler6-Oct-06 3:04 
GeneralRe: Data types in Visual C++ Pin
Eikthrynir6-Oct-06 6:42
Eikthrynir6-Oct-06 6:42 
AnswerRe: Data types in Visual C++ Pin
Hamid_RT6-Oct-06 19:31
Hamid_RT6-Oct-06 19:31 
QuestionToo many WM_MOUSEWHEEL events issue Pin
Tnarol5-Oct-06 22:02
Tnarol5-Oct-06 22:02 
QuestionFtpCommand not defined in Visual Studio Pin
codepanter5-Oct-06 21:51
codepanter5-Oct-06 21:51 
AnswerRe: FtpCommand not defined in Visual Studio Pin
benjymous5-Oct-06 21:59
benjymous5-Oct-06 21:59 
GeneralRe: FtpCommand not defined in Visual Studio Pin
codepanter6-Oct-06 0:51
codepanter6-Oct-06 0:51 
GeneralRe: FtpCommand not defined in Visual Studio Pin
David Crow6-Oct-06 2:43
David Crow6-Oct-06 2:43 

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.