<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Jean-Baptiste Kempf wrote:
<blockquote cite="mid:20091206155334.GA13773@videolan.org" type="cite">
  <pre wrap="">On Sun, Dec 06, 2009 at 10:49:55AM -0500, Developer wrote :
  </pre>
  <blockquote type="cite">
    <pre wrap="">Ok, willl give it a shot.  Any online helper pages for compiling VLC on  
WINDOWS and its prerequisites?
    </pre>
  </blockquote>
  <pre wrap=""><!----><a class="moz-txt-link-freetext" href="http://wiki.videolan.org/Win32CompileMSYSNew">http://wiki.videolan.org/Win32CompileMSYSNew</a>

I can provide a VM if you prefer

  </pre>
  <blockquote type="cite">
    <pre wrap="">Does or would anyone have any issue with adding a new supported  
:dshow-xxx command/flag option to force the bit order of RGB vs BGR?
    </pre>
  </blockquote>
  <pre wrap=""><!---->No, but couldn't that be auto-detected in some way?

Best Regards,
  </pre>
</blockquote>
<br>
A VM would rock !!  would save me the grief BIG time.<br>
<br>
As for auto detection, will need to look at whats int he code now vs
enabling auto detect.  It seems it is correct that code currently just
MASK all RGB to BGR.<br>
<br>
I guess my first question is their a special reason why this is the
case?  Is/was their some special need to support BGR over RGB?  I would
have thought default should have been RGB.  But may have something to
do with BIG/LITTLE ....<br>
<br>
Because we're not dealing with anything but a raw stream here and
directshow media types (all defined by GUID's I will add), the driving
force should be some sort of uniform tie back to dshow GUIDs.  Most of
what I have seen in others (ffmpeg, etc) has been a manual selection to
discern the two.  Not sure yet what i can drive off of for auto
detecting the difference.<br>
<br>
I will make the comment though Microsoft is little endian, being RGB,
and dshow being microsoft most filters will supply true RGB.  But also
understand the roots of VLC not being MS based.....<br>
<br>
Shawn<br>
</body>
</html>