[vlc-devel] commit: Used VLC_CODEC_* and vlc_fourcc_GetCodec when suitable. ( Laurent Aimar )

xxcv xxcv07 at gmail.com
Tue Jul 14 16:46:38 CEST 2009


Laurent Aimar wrote:
> Could you send the complete log (max verbosity) of the two versions on the
> same file that has the issue ?
>   
The only differences I can see is :
---
1.0
> [0x6a01ac] qt4 window debug: requesting video...
> ...
> [0x7f7ca5c] direct3d video output debug: defaulting to adapter pixel 
> format
> [0x7f7ca5c] direct3d video output debug: selected surface pixel format 
> is X8R8G8B8
> [0x7f7ca5c] direct3d video output debug: 1 Direct3D pictures created 
> successfully
> [0x7f7ca5c] direct3d video output debug: Direct3D scene created 
> successfully
> [0x7f7ca5c] main video output debug: got 1 direct buffer(s)
> [0x7f7ca5c] main video output debug: pic render sz 1920x1080, of 
> (0,0), vsz 1920x1080, 4cc J420, ar 16:9, sar 1:1, msk r0x0 g0x0 b0x0
> [0x7f7ca5c] main video output debug: pic in sz 1920x1080, of (0,0), 
> vsz 1920x1080, 4cc J420, ar 16:9, sar 1:1, msk r0x0 g0x0 b0x0
> [0x7f7ca5c] main video output debug: pic out sz 1920x1080, of (0,0), 
> vsz 1920x1080, 4cc RV32, ar 16:9, sar 1:1, msk r0xff0000 g0xff00 b0xff
> [0x33b92c4] main chroma debug: looking for video filter2 module: 20 
> candidates
> [0x33b92c4] swscale chroma debug: 1920x1080 chroma: J420 -> 1920x1080 
> chroma: RV32 with scaling using Bicubic (good quality)
> [0x33b92c4] main chroma debug: using video filter2 module "swscale"
> [0x33b92c4] main chroma debug: TIMER module_need() : 0.000 ms - Total 
> 0.000 ms / 1 intvls (Avg 0.000 ms)
> [0x7f7ca5c] main video output debug: indirect render, mapping render 
> pictures 0-15 to system pictures 1-16
---
1.1
> [0xa110fc] main libvlc warning: Could not inherit value for var 
> drawable-hwnd from config. Invalid Type
> [0x3a22b4c] qt4 window debug: requesting video...
> ...
> [0x8b49cb4] direct3d video output debug: selected surface pixel format 
> is YUY2
> [0x8b49cb4] direct3d video output debug: 1 Direct3D pictures created 
> successfully
> [0x8b49cb4] direct3d video output debug: Direct3D scene created 
> successfully
> [0x8b49cb4] main video output debug: got 1 direct buffer(s)
> [0x8b49cb4] main video output debug: pic render sz 1920x1080, of 
> (0,0), vsz 1920x1080, 4cc J420, ar 16:9, sar 1:1, msk r0x0 g0x0 b0x0
> [0x8b49cb4] main video output debug: pic in sz 1920x1080, of (0,0), 
> vsz 1920x1080, 4cc J420, ar 16:9, sar 1:1, msk r0x0 g0x0 b0x0
> [0x8b49cb4] main video output debug: pic out sz 1920x1080, of (0,0), 
> vsz 1920x1080, 4cc YUY2, ar 16:9, sar 1:1, msk r0x0 g0x0 b0x0
> [0x8b70dbc] main chroma debug: looking for video filter2 module: 20 
> candidates
> [0x8b70dbc] swscale chroma debug: 1920x1080 chroma: J420 -> 1920x1080 
> chroma: YUY2 with scaling using Bicubic (good quality)
> [0x8b70dbc] main chroma debug: using video filter2 module "swscale"
> [0x8b70dbc] main chroma debug: TIMER module_need() : 2.000 ms - Total 
> 2.000 ms / 1 intvls (Avg 2.000 ms)
> [0x8b49cb4] main video output debug: indirect render, mapping render 
> pictures 0-15 to system pictures 1-16
---






More information about the vlc-devel mailing list