Click here to Skip to main content
15,917,608 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Wanted: Eclipse C++ projects Pin
Stuart Dootson16-Mar-09 8:50
professionalStuart Dootson16-Mar-09 8:50 
GeneralRe: Wanted: Eclipse C++ projects Pin
-+- Beth Mackenzie -+-16-Mar-09 22:51
-+- Beth Mackenzie -+-16-Mar-09 22:51 
Questionhow to find multiple instances of same top-level class name Pin
FISH78616-Mar-09 6:48
FISH78616-Mar-09 6:48 
AnswerRe: how to find multiple instances of same top-level class name Pin
«_Superman_»16-Mar-09 7:12
professional«_Superman_»16-Mar-09 7:12 
GeneralRe: how to find multiple instances of same top-level class name Pin
FISH78616-Mar-09 7:19
FISH78616-Mar-09 7:19 
GeneralRe: how to find multiple instances of same top-level class name Pin
FISH78617-Mar-09 17:35
FISH78617-Mar-09 17:35 
QuestionRe: how to find multiple instances of same top-level class name Pin
«_Superman_»17-Mar-09 23:54
professional«_Superman_»17-Mar-09 23:54 
AnswerRe: how to find multiple instances of same top-level class name Pin
FISH78618-Mar-09 2:21
FISH78618-Mar-09 2:21 
AnswerRe: how to find multiple instances of same top-level class name Pin
FISH78618-Mar-09 3:32
FISH78618-Mar-09 3:32 
QuestionCWinThread Question Pin
ForNow16-Mar-09 6:20
ForNow16-Mar-09 6:20 
AnswerRe: CWinThread Question Pin
«_Superman_»16-Mar-09 7:14
professional«_Superman_»16-Mar-09 7:14 
GeneralRe: CWinThread Question Pin
bulg16-Mar-09 7:33
bulg16-Mar-09 7:33 
GeneralRe: CWinThread Question Pin
ForNow16-Mar-09 12:55
ForNow16-Mar-09 12:55 
GeneralRe: CWinThread Question Pin
«_Superman_»16-Mar-09 18:34
professional«_Superman_»16-Mar-09 18:34 
QuestionCMDIChildWnd problem Pin
prithaa16-Mar-09 5:39
prithaa16-Mar-09 5:39 
QuestionConflation algorithm [modified] Pin
lokesh143.surana16-Mar-09 4:12
lokesh143.surana16-Mar-09 4:12 
AnswerRe: Conflation algorithm Pin
CPallini16-Mar-09 4:20
mveCPallini16-Mar-09 4:20 
AnswerRe: Conflation algorithm Pin
Cedric Moonen16-Mar-09 4:44
Cedric Moonen16-Mar-09 4:44 
AnswerRe: Conflation algorithm Pin
Michael Schubert16-Mar-09 4:47
Michael Schubert16-Mar-09 4:47 
QuestionNeed help to create DirectShow filter to read RGB 32/RGB 24 bit pixels Pin
Andy Rama16-Mar-09 3:37
Andy Rama16-Mar-09 3:37 
AnswerRe: Need help to create DirectShow filter to read RGB 32/RGB 24 bit pixels Pin
Code-o-mat16-Mar-09 5:13
Code-o-mat16-Mar-09 5:13 
GeneralRe: Need help to create DirectShow filter to read RGB 32/RGB 24 bit pixels Pin
Andy Rama16-Mar-09 22:20
Andy Rama16-Mar-09 22:20 
Hi,

First I am conecting as MPEG-2 Video Decoder --> My Custom Filter --> Video Renderer & run the graph

Input Pin Properties of My Custom Filter
Major Type : Video
Sub Type : RGB32
Format : RGB 720x480, 32 bits

Output Pin Properties of My Custom Filter
Major Type : Video
Sub Type : RGB32
Format : RGB 720x480, 32 bits
And in output I get video cropped at bottom
---------------------------
Then I am conecting as MPEG-2 Video Decoder --> Video Renderer & run the graph

Input Pin Properties of Video Renderer
Major Type : Video
Sub Type : DXVA_ModeMPEG2_A
Format : NV12 704x576, 12 bits
Aspect Ration: 4x3
Interlace format: Interleaved Bob Only
proper video output
---------------------------
After that I am conecting as MPEG-2 Video Decoder --> My Custom Filter --> Video Renderer (again) & run the graph

Input Pin Properties of My Custom Filter
Major Type : Video
Sub Type : RGB32
Format : RGB 704x576, 32 bits

Output Pin Properties of My Custom Filter
Major Type : Video
Sub Type : RGB32
Format : RGB 704x576, 32 bits
And in output I get am getting proper video
GeneralRe: Need help to create DirectShow filter to read RGB 32/RGB 24 bit pixels Pin
Code-o-mat17-Mar-09 0:55
Code-o-mat17-Mar-09 0:55 
GeneralRe: Need help to create DirectShow filter to read RGB 32/RGB 24 bit pixels Pin
Andy Rama19-Mar-09 0:51
Andy Rama19-Mar-09 0:51 
QuestionHow To store and retrieve images from database in VC++ Pin
savitri16-Mar-09 3:01
savitri16-Mar-09 3:01 

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.