[Mplayer-cvslog] CVS: main/DOCS/tech colorspaces.txt,1.9,1.10
Attila Kinali
attila at kinali.ch
Mon Aug 16 15:47:31 CEST 2004
On Wed, Aug 11, 2004 at 03:52:19AM +0200, Michael Niedermayer CVS wrote:
> CVS change done by Michael Niedermayer CVS
>
> Update of /cvsroot/mplayer/main/DOCS/tech
> In directory mail:/var2/tmp/cvs-serv16736
>
> Modified Files:
> colorspaces.txt
> Log Message:
> better? RGB/BGR spec
Thanks a lot!
> diff -u -r1.9 -r1.10
> --- colorspaces.txt 8 Apr 2004 21:50:29 -0000 1.9
> +++ colorspaces.txt 11 Aug 2004 01:52:17 -0000 1.10
> @@ -103,6 +103,28 @@
> Unfortunately, most of the x86 codecs call our BGR to RGB, so it sometimes
> confuse developers.
>
> -If you are unsure, try the OpenGL driver (-vo gl:manyfmts). There is at least
> -software OpenGL implementation for all major platforms and OS's, but you will
> -need OpenGL version >= 1.2 for most formats.
> +memory order: name
[...]
> +order in an int name
> +mostsignifant .. least significant bit
could you spell out what memory order means like you did for the order
in an int ? ie, wheter left or right is the highest adress (yes, i've
seen both notations)
> +depending upon little vs big endian different in memory & in register formats
> +will be equal (LE -> BGRA == BGR32 / BE -> ARGB == BGR32)
Uhmm.. that sounds confusing. I know what you mean, but i dont
understand this sentence.
Attila Kinali
More information about the MPlayer-cvslog
mailing list