[vlc-devel] [PATCH]OpenGL video output colorspace correction

Kaarlo Räihä agent_007 at luukku.com
Mon Jul 7 13:48:10 CEST 2008


Antoine Cellerier kirjoitti 07.07.2008 kello 01:26:
> On Sun, Jul 06, 2008, Kaarlo Räihä wrote:
> > I don't know which component does the nightlies use for chroma conversion
> (build using Cygwin and contrib-20080702-win32). Or why it only affects
> OpenGL output. Can someone tell me how do I check it?
> 
> The easiest solution is to look for lines with stuff like I420, RV24,
> RV32, chroma, video output, vout in the debug output and see what module
> it loaded right before/after (also in the debug output).
> 
> Cheers,
> 
> -- 
> Antoine Cellerier
> dionoea
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel

OK. Here are the results from nightly build, first is Direct3D:
main debug: picture in 640x272 (0,0,640x272), chroma I420, ar 101647:43200, sar 1:1
main debug: picture user 640x272 (0,0,640x272), chroma I420, ar 101647:43200, sar 1:1
main debug: picture out 640x272 (0,0,640x272), chroma YUY2, ar 101647:43200, sar 1:1
main debug: looking for video filter2 module: 19 candidates
swscale debug: 640x272 chroma: I420 -> 640x272 chroma: YUY2
main debug: using video filter2 module "swscale"

blend debug: chroma: YUVA -> YUY2


and then OpenGL:
main debug: picture in 640x272 (0,0,640x272), chroma I420, ar 101647:43200, sar 1:1
main debug: picture user 640x272 (0,0,640x272), chroma I420, ar 101647:43200, sar 1:1
main debug: picture out 640x272 (0,0,640x272), chroma RV32, ar 101647:43200, sar 1:1
main debug: looking for video filter2 module: 19 candidates
swscale debug: 640x272 chroma: I420 -> 640x272 chroma: RV32
main debug: using video filter2 module "swscale"

blend debug: chroma: YUVA -> RV32


And one from 0.8.6 using OpenGL:
main debug: picture in 640x272 (0,0,640x272), chroma I420, ar 101647:43200, sar 1:1
main debug: picture user 640x272 (0,0,640x272), chroma I420, ar 101647:43200, sar 1:1
main debug: picture out 640x272 (0,0,640x272), chroma RV32, ar 101647:43200, sar 1:1
main debug: looking for chroma module: 9 candidates
main debug: using chroma module "i420_rgb"


...................................................................
Luukku Plus paketilla pääset eroon tila- ja turvallisuusongelmista.
Hanki Luukku Plus ja helpotat elämääsi. http://www.mtv3.fi/luukku




More information about the vlc-devel mailing list