[MPlayer-advusers] Bug: regression in asf demuxer

Andrew Savchenko Bircoph at list.ru
Wed Jul 18 20:32:25 CEST 2007


Hello all,

SVN revision 23817 of MPlayer failes to play some asf files with 
the following error (full output is attached at the end of mail):
****************************
Invalid length in ASF header!
MPEG-ES file format detected.
MPEG: FATAL: EOF while searching for sequence header.
Video: Cannot read properties.
No stream found.
****************************
Forcing demuxer by specifying "-demuxer +asf" doesn't help at all.

But old revisions play this file fine. Regression test shows that 
bug was introduced in the following period: 
2007-05-07 : 2007-05-14.
(2007-05-07: playback ok
2007-05-08: compile error
2007-05-09: mplayer crashed
[...]
2007-05-14: mplayer crashed
2007-05-15: playback failed)

It seems that bug was introduced on May 07-08 and partially fixed 
in r23313 (not crashed, but no all asf files are played back).

Example of unplayable asf file is uploaded to ftp as 
asf_no_playback.asf.

Log for r23817 (no playback):
***************************************************************************************************************
$ ./mplayer -v /home/andrew/.temp/tmp/bmw-crossroads.asf
MPlayer dev-SVN-r23817-4.0.2 (C) 2000-2007 MPlayer Team
CPU: AMD Athlon(tm) XP 3200+ (Family: 6, Model: 10, Stepping: 0)
CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 0
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE
get_path('codecs.conf') -> '/home/andrew/.mplayer/codecs.conf'
Reading /home/andrew/.mplayer/codecs.conf: Can't open 
'/home/andrew/.mplayer/codecs.conf': No such file or directory
Reading /usr/local/etc/mplayer/codecs.conf: 112 audio & 235 video 
codecs
Configuration: --language=en --enable-menu --enable-xmms 
--enable-largefiles --enable-fbdev --disable-tv --disable-dvbhead 
--disable-lirc --enable-xvmc
CommandLine: '-v' '/home/andrew/.temp/tmp/bmw-crossroads.asf'
init_freetype
Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay
get_path('fonts') -> '/home/andrew/.mplayer/fonts'
Using nanosleep() timing
get_path('input.conf') -> '/home/andrew/.mplayer/input.conf'
Parsing input config file /home/andrew/.mplayer/input.conf
Input config file /home/andrew/.mplayer/input.conf parsed: 70 binds
get_path('bmw-crossroads.asf.conf') -> 
'/home/andrew/.mplayer/bmw-crossroads.asf.conf'

Playing /home/andrew/.temp/tmp/bmw-crossroads.asf.
get_path('sub/') -> '/home/andrew/.mplayer/sub/'
[file] File size is 3368015 bytes
STREAM: [file] /home/andrew/.temp/tmp/bmw-crossroads.asf
STREAM: Description: File
STREAM: Author: Albeu
STREAM: Comment: based on the code from ??? (probably Arpi)
Checking for YUV4MPEG2
ASF file format detected.
stream type: guid_audio_stream
stream concealment: guid_audio_conceal_interleave
type: 28 bytes,  stream: 8 bytes  ID: 1
unk1: 0  unk2: 0
FILEPOS=0xD4
==> Found audio stream: 1
[asfheader] Audio stream found, -aid 1
======= WAVE Format =======
Format Tag: 353 (0x161)
Channels: 1
Samplerate: 44100
avg byte/sec: 4006
Block align: 744
bits/sample: 16
cbSize: 10
Unknown extra header dump: [0] [90] [0] [0] [f] [0] [e8] [2] [0] 
[0]
==========================================================================
ASF: audio scrambling: 1 x 1 x 744
stream type: guid_video_stream
stream concealment: unknown guid 
0057fb20-555b-cf11-a8fd00805f5c442b
type: 51 bytes,  stream: 0 bytes  ID: 2
unk1: 0  unk2: 0
FILEPOS=0x146
==> Found video stream: 2
[asfheader] Video stream found, -vid 2
Invalid length in ASF header!
Checking for NuppelVideo
Checking for REAL
Checking for SMJPEG
SUB: opened iconv descriptor.
SUB: closed iconv descriptor.
LAVF_check: asf format
Checking for Nullsoft Streaming Video
Checking for MOV
Checking for VIVO
header block 1 size: 38
AVS: avs_check_file - attempting to open 
file /home/andrew/.temp/tmp/bmw-crossroads.asf
AVS: File is too big, aborting...
Checking for PVA
Checking for MPEG-TS...
TRIED UP TO POSITION 67776, FOUND 47, packet_size= 0, SEEMS A TS? 0
Checking for LMLM4 Stream Format
Invalid packet in LMLM4 stream: ch=12326 size=-1905864951
LMLM4 Stream Format not found
sync_mpeg_ps: seems to be MP3 stream...
MPEG Stream reached EOF
ds_fill_buffer: EOF reached (stream: video)
MPEG packet stats: p100: 2  p101: 2 p1B6: 0 p12x: 2 sli: 0 a: 3 b: 
0 c: 0 idr: 0 sps: 0 pps: 0 PES: 2  MP3: 105, synced: 0
stream_seek: WARNING! Can't seek to 0x0 !
MPEG-ES file format detected.
==> Found video stream: 0
Searching for sequence header... ds_fill_buffer: EOF reached 
(stream: video)
NONE :(
MPEG: FATAL: EOF while searching for sequence header.
Video: Cannot read properties.
No stream found.

vo: x11 uninit called but X11 not inited..

Exiting... (End of file)
***************************************************************************************************************

Log for r23235 (playback ok):
***************************************************************************************************************
$ ./mplayer -v /home/andrew/.temp/tmp/bmw-crossroads.asf
MPlayer dev-SVN-r23235-4.0.2 (C) 2000-2007 MPlayer Team
CPU: AMD Athlon(tm) XP 3200+ (Family: 6, Model: 10, Stepping: 0)
CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 0
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE
get_path('codecs.conf') -> '/home/andrew/.mplayer/codecs.conf'
Reading /home/andrew/.mplayer/codecs.conf: Can't open 
'/home/andrew/.mplayer/codecs.conf': No such file or directory
Reading /usr/local/etc/mplayer/codecs.conf: 112 audio & 235 video 
codecs
Configuration: --language=en --enable-menu --enable-xmms 
--enable-largefiles --enable-fbdev --disable-tv --disable-dvbhead 
--disable-lirc --enable-xvmc
CommandLine: '-v' '/home/andrew/.temp/tmp/bmw-crossroads.asf'
init_freetype
Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay
get_path('fonts') -> '/home/andrew/.mplayer/fonts'
Using nanosleep() timing
get_path('input.conf') -> '/home/andrew/.mplayer/input.conf'
Parsing input config file /home/andrew/.mplayer/input.conf
Input config file /home/andrew/.mplayer/input.conf parsed: 70 binds
get_path('bmw-crossroads.asf.conf') -> 
'/home/andrew/.mplayer/bmw-crossroads.asf.conf'

Playing /home/andrew/.temp/tmp/bmw-crossroads.asf.
get_path('sub/') -> '/home/andrew/.mplayer/sub/'
[file] File size is 3368015 bytes
STREAM: [file] /home/andrew/.temp/tmp/bmw-crossroads.asf
STREAM: Description: File
STREAM: Author: Albeu
STREAM: Comment: based on the code from ??? (probably Arpi)
Checking for YUV4MPEG2
ASF file format detected.
stream type: guid_audio_stream
stream concealment: guid_audio_conceal_interleave
type: 28 bytes,  stream: 8 bytes  ID: 1
unk1: 0  unk2: 0
FILEPOS=0xD4
==> Found audio stream: 1
[asfheader] Audio stream found, -aid 1
======= WAVE Format =======
Format Tag: 353 (0x161)
Channels: 1
Samplerate: 44100
avg byte/sec: 4006
Block align: 744
bits/sample: 16
cbSize: 10
Unknown extra header dump: [0] [90] [0] [0] [f] [0] [e8] [2] [0] 
[0]
==========================================================================
ASF: audio scrambling: 1 x 1 x 744
stream type: guid_video_stream
stream concealment: unknown guid 
0057fb20-555b-cf11-a8fd00805f5c442b
type: 51 bytes,  stream: 0 bytes  ID: 2
unk1: 0  unk2: 0
FILEPOS=0x146
==> Found video stream: 2
[asfheader] Video stream found, -vid 2
======= VIDEO Format ======
  biSize 40
  biWidth 320
  biHeight 240
  biPlanes 1
  biBitCount 24
  biCompression 859066445='MP43'
  biSizeImage 230400
===========================
ASF: packets: 610  flags: 2  max_packet_size: 5520  
min_packet_size: 5520  max_bitrate: 441648  preroll: 3000

 Title:
 Author:
 Copyright:
 Comment:
 Rating:

Found movie at 0x2F1 - 0x336411
ASF: 1 audio and 1 video streams found
Auto-selected ASF audio ID = 1
Auto-selected ASF video ID = 2
ASF: Searching for audio stream (id:1).
VIDEO:  [MP43]  320x240  24bpp  1000.000 fps    0.0 kbps ( 0.0 
kbyte/s)
[V] filefmt:6  fourcc:0x3334504D  size:320x240  fps:1000.00  
ftime:=0.0010
Clip info:
 name:
 author:
 copyright:
 comments:
get_path('sub/') -> '/home/andrew/.mplayer/sub/'
[gl] using extended formats. Use -vo gl:nomanyfmts if playback 
fails.
[gl] Using 16 as slice height (0 means image height).
X11 opening display: :0.0
vo: X11 color mask:  FFFFFF  (R:FF0000 G:FF00 B:FF)
vo: X11 running at 1440x900 with depth 24 and 32 bpp (":0.0" => 
local display)
[x11] Detected wm supports layers.
[x11] Using workaround for Metacity bugs.
[x11] Detected wm supports NetWM.
[x11] Detected wm supports ABOVE state.
[x11] Detected wm supports BELOW state.
[x11] Detected wm supports FULLSCREEN state.
[x11] Current fstype setting honours FULLSCREEN ABOVE BELOW X atoms
Disabling DPMS
DPMSDisable stat: 1
Opening video filter: [screenshot]
Opening video filter: [unsharp=l11x11:0.7:c11x11:0.7]
[screenshot] query(Planar YV12) -> 3
Opening video filter: [pp=h1:a/v1:a/dr:a]
[unsharp] query(Planar YV12) -> 3
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
INFO: libavcodec init OK!
Selected video codec: [ffdivx] vfm: ffmpeg (FFmpeg DivX ;-) (MS 
MPEG-4 v3))
==========================================================================
[PP] Using external postprocessing filter, max q = 6.
AutoQ: setting quality to 6.
==========================================================================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
dec_audio: Allocating 192000 + 65536 = 257536 bytes for output 
buffer.
FFmpeg's libavcodec audio codec
INFO: libavcodec init OK!
AUDIO: 44100 Hz, 1 ch, s16le, 32.0 kbit/4.54% (ratio: 4006->88200)
Selected audio codec: [ffwmav2] afm: ffmpeg (DivX audio v2 
(FFmpeg))
==========================================================================
Building audio filter chain for 44100Hz/1ch/s16le -> 0Hz/0ch/??...
[libaf] Adding filter dummy
[dummy] Was reinitialized: 44100Hz/1ch/s16le
[dummy] Was reinitialized: 44100Hz/1ch/s16le
alsa-init: requested format: 44100 Hz, 1 channels, 9
alsa-init: using ALSA 1.0.10
alsa-init: setup for 1/2 channel(s)
alsa-init: using device default
alsa-init: pcm opened in blocking mode
alsa-init: chunksize set to 1024
alsa-init: fragcount=16
alsa-init: got buffersize=32768
alsa-init: got period size 1024
alsa: 48000 Hz/1 channels/2 bpf/32768 bytes buffer/Signed 16 bit 
Little Endian
AO: [alsa] 48000Hz 1ch s16le (2 bytes per sample)
AO: Description: ALSA-0.9.x-1.x audio output
AO: Author: Alex Beregszaszi, Zsolt Barat <joy at streamminister.de>
AO: Comment: under developement
Building audio filter chain for 44100Hz/1ch/s16le -> 
48000Hz/1ch/s16le...
[dummy] Was reinitialized: 44100Hz/1ch/s16le
[libaf] Adding filter lavcresample
[dummy] Was reinitialized: 48000Hz/1ch/s16le
[dummy] Was reinitialized: 48000Hz/1ch/s16le
Starting playback...
[libaf] Reallocating memory in module lavcresample, old len = 0, 
new len = 32768

avg. framerate: 29 fps
[ffmpeg] aspect_ratio: 0.000000
VDec: vo config request - 320 x 240 (preferred colorspace: Planar 
YV12)
[PP] Using external postprocessing filter, max q = 6.
Trying filter chain: pp unsharp screenshot vo
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is undefined - no prescaling applied.
VO Config (320x240->320x240,flags=5,'MPlayer',0x32315659)
REQ: flags=0x64B7  req=0x0
unsharp: 11x11:0.70 (sharpen luma)
unsharp: 11x11:0.70 (sharpen chroma)
REQ: flags=0x64B7  req=0x0
[swscaler @ 0x88f3600]SwScaler: using unscaled yuv420p -> bgr24 
special converter
REQ: flags=0x64B7  req=0x0
VO: [gl] 320x240 => 320x240 Planar YV12  [fs] [zoom]
VO: Description: X11 (OpenGL)
VO: Author: Arpad Gereoffy <arpi at esp-team.scene.hu>
OpenGL extensions string:
GL_ARB_color_buffer_float GL_ARB_depth_texture GL_ARB_draw_buffers 
GL_ARB_fragment_program GL_ARB_fragment_program_shadow 
GL_ARB_fragment_shader GL_ARB_half_float_pixel GL_ARB_imaging 
GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query 
GL_ARB_pixel_buffer_object GL_ARB_point_parameters 
GL_ARB_point_sprite GL_ARB_shadow GL_ARB_shader_objects 
GL_ARB_shading_language_100 GL_ARB_texture_border_clamp 
GL_ARB_texture_compression GL_ARB_texture_cube_map 
GL_ARB_texture_env_add GL_ARB_texture_env_combine 
GL_ARB_texture_env_dot3 GL_ARB_texture_float 
GL_ARB_texture_mirrored_repeat GL_ARB_texture_non_power_of_two 
GL_ARB_texture_rectangle GL_ARB_transpose_matrix 
GL_ARB_vertex_buffer_object GL_ARB_vertex_program 
GL_ARB_vertex_shader GL_ARB_window_pos GL_ATI_draw_buffers 
GL_ATI_texture_float GL_ATI_texture_mirror_once GL_S3_s3tc 
GL_EXT_texture_env_add GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color 
GL_EXT_blend_equation_separate GL_EXT_blend_func_separate 
GL_EXT_blend_minmax GL_EXT_blend_subtract 
GL_EXT_compiled_vertex_array GL_EXT_Cg_shader 
GL_EXT_depth_bounds_test GL_EXT_draw_range_elements 
GL_EXT_fog_coord GL_EXT_framebuffer_blit 
GL_EXT_framebuffer_multisample GL_EXT_framebuffer_object 
GL_EXT_gpu_program_parameters GL_EXT_multi_draw_arrays 
GL_EXT_packed_depth_stencil GL_EXT_packed_pixels 
GL_EXT_pixel_buffer_object GL_EXT_point_parameters 
GL_EXT_rescale_normal GL_EXT_secondary_color 
GL_EXT_separate_specular_color GL_EXT_shadow_funcs 
GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture3D 
GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map 
GL_EXT_texture_edge_clamp GL_EXT_texture_env_combine 
GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic 
GL_EXT_texture_lod GL_EXT_texture_lod_bias 
GL_EXT_texture_mirror_clamp GL_EXT_texture_object 
GL_EXT_texture_sRGB GL_EXT_timer_query GL_EXT_vertex_array 
GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat 
GL_KTX_buffer_region GL_NV_blend_square GL_NV_copy_depth_to_color 
GL_NV_depth_clamp GL_NV_fence GL_NV_float_buffer 
GL_NV_fog_distance GL_NV_fragment_program 
GL_NV_fragment_program_option GL_NV_fragment_program2 
GL_NV_framebuffer_multisample_coverage GL_NV_half_float 
GL_NV_light_max_exponent GL_NV_multisample_filter_hint 
GL_NV_occlusion_query GL_NV_packed_depth_stencil 
GL_NV_pixel_data_range GL_NV_point_sprite GL_NV_primitive_restart 
GL_NV_register_combiners GL_NV_register_combiners2 
GL_NV_texgen_reflection GL_NV_texture_compression_vtc 
GL_NV_texture_env_combine4 GL_NV_texture_expand_normal 
GL_NV_texture_rectangle GL_NV_texture_shader GL_NV_texture_shader2 
GL_NV_texture_shader3 GL_NV_vertex_array_range 
GL_NV_vertex_array_range2 GL_NV_vertex_program 
GL_NV_vertex_program1_1 GL_NV_vertex_program2 
GL_NV_vertex_program2_option GL_NV_vertex_program3 
GL_NVX_conditional_render GL_SGIS_generate_mipmap 
GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_shadow 
GL_SUN_slice_accum  GLX_EXT_visual_info GLX_EXT_visual_rating 
GLX_SGIX_fbconfig GLX_SGIX_pbuffer GLX_SGI_video_sync 
GLX_SGI_swap_control GLX_EXT_texture_from_pixmap 
GLX_ARB_multisample GLX_NV_float_buf
[gl] Creating 512x256 texture...
[gl] generated fragment program:
!!ARBfp1.0
OPTION ARB_precision_hint_fastest;TEMP coord, coord2, cdelta, 
parmx, parmy, a, b, yuv;MAD coord.xy, fragment.texcoord[0], 
{512.000000, 256.000000}, {0.5, 0.5};TEX parmx, coord.x, 
texture[3], 1D;MUL cdelta.xz, parmx.rrgg, {-0.001953, 0, 0.001953, 
0};TEX parmy, coord.y, texture[3], 1D;MUL cdelta.yw, parmy.rrgg, 
{0, -0.003906, 0, 0.003906};ADD coord, fragment.texcoord[0].xyxy, 
cdelta.xyxw;ADD coord2, fragment.texcoord[0].xyxy, cdelta.zyzw;TEX 
a.r, coord.xyxy, texture[0], 2D;TEX a.g, coord.zwzw, texture[0], 
2D;TEX b.r, coord2.xyxy, texture[0], 2D;TEX b.g, coord2.zwzw, 
texture[0], 2D;LRP a.b, parmy.b, a.rrrr, a.gggg;LRP a.a, parmy.b, 
b.rrrr, b.gggg;LRP yuv.r, parmx.b, a.bbbb, a.aaaa;MAD coord.xy, 
fragment.texcoord[1], {256.000000, 128.000000}, {0.5, 0.5};TEX 
parmx, coord.x, texture[3], 1D;MUL cdelta.xz, parmx.rrgg, 
{-0.003906, 0, 0.003906, 0};TEX parmy, coord.y, texture[3], 1D;MUL 
cdelta.yw, parmy.rrgg, {0, -0.007812, 0, 0.007812};ADD coord, 
fragment.texcoord[1].xyxy, cdelta.xyxw;ADD coord2, 
fragment.texcoord[1].xyxy, cdelta.zyzw;TEX a.r, coord.xyxy, 
texture[1], 2D;TEX a.g, coord.zwzw, texture[1], 2D;TEX b.r, 
coord2.xyxy, texture[1], 2D;TEX b.g, coord2.zwzw, texture[1], 
2D;LRP a.b, parmy.b, a.rrrr, a.gggg;LRP a.a, parmy.b, b.rrrr, 
b.gggg;LRP yuv.g, parmx.b, a.bbbb, a.aaaa;MAD coord.xy, 
fragment.texcoord[2], {256.000000, 128.000000}, {0.5, 0.5};TEX 
parmx, coord.x, texture[3], 1D;MUL cdelta.xz, parmx.rrgg, 
{-0.003906, 0, 0.003906, 0};TEX parmy, coord.y, texture[3], 1D;MUL 
cdelta.yw, parmy.rrgg, {0, -0.007812, 0, 0.007812};ADD coord, 
fragment.texcoord[2].xyxy, cdelta.xyxw;ADD coord2, 
fragment.texcoord[2].xyxy, cdelta.zyzw;TEX a.r, coord.xyxy, 
texture[2], 2D;TEX a.g, coord.zwzw, texture[2], 2D;TEX b.r, 
coord2.xyxy, texture[2], 2D;TEX b.g, coord2.zwzw, texture[2], 
2D;LRP a.b, parmy.b, a.rrrr, a.gggg;LRP a.a, parmy.b, b.rrrr, 
b.gggg;LRP yuv.b, parmx.b, a.bbbb, a.aaaa;PARAM ycoef = {1.1640, 
1.1640, 1.1640};PARAM ucoef = {0.0000, -0.3910, 2.0180};PARAM 
vcoef = {1.5960, -0.8130, 0.0000};PARAM offsets = {-0.8742, 
0.5313, -1.0860};PARAM gamma = {1.0000, 1.0000, 1.0000};TEMP 
res;MAD res.rgb, yuv.rrrr, ycoef, offsets;MAD res.rgb, yuv.gggg, 
ucoef, res;MAD_SAT res.rgb, yuv.bbbb, vcoef, res;POW 
result.color.r, res.r, gamma.r;POW result.color.g, res.g, 
gamma.g;POW result.color.b, res.b, gamma.b;END
[gl] Program statistics:
[gl]   instructions: 48/4096
[gl]   native instructions: 52/4096
[gl]   temporaries: 9/32
[gl]   native temporaries: 10/32
[gl]   parameters: 12/1024
[gl]   native parameters: 12/1024
[gl]   attribs: 3/16
[gl]   native attribs: 3/16
[gl]   ALU instructions: 30/4096
[gl]   TEX instructions: 18/4096
[gl]   TEX indirections: 7/4096
[gl]   native ALU instructions: 34/4096
[gl]   native TEX instructions: 18/4096
[gl]   native TEX indirections: 7/4096
[gl] Resize: 1440x900
*** [pp] Allocating mp_image_t, 320x240x12bpp YUV planar, 115200 
bytes
*** [vo] Allocating mp_image_t, 320x240x12bpp YUV planar, 115200 
bytes
*** [screenshot] Direct Rendering mp_image_t, 320x240x12bpp YUV 
planar, 115200 bytes
*** [unsharp] Direct Rendering mp_image_t, 320x240x12bpp YUV 
planar, 115200 bytes
[postproc @ 0x8900540]using npp filters 0x2204/0x2204
Unicode font: 656 glyphs.
[gl] Resize: 1440x900
*** [pp] Allocating mp_image_t, 320x240x12bpp YUV planar, 115200 
bytes
[postproc @ 0x8900540]using npp filters 0x2204/0x2200
Unicode font: 656 glyphs.
[postproc @ 0x8900540]using npp filters 0x2200/0x2200??% ??,?% 1 5
[postproc @ 0x8900540]using npp filters 0x2200/0x2000??% ??,?% 2 4
[postproc @ 0x8900540]using npp filters 0x2200/0x0?% ??% ??,?% 3 3
[postproc @ 0x8900540]using npp filters 0x2000/0x0?% ??% ??,?% 3 2
[postproc @ 0x8900540]using npp filters 0x0/0x06 ??% ??% ??,?% 4 1
[postproc @ 0x8900540]using npp filters 0x0/0x07 ??% ??% ??,?% 5 0
[postproc @ 0x8900540]using npp filters 0x0/0x08 ??% ??% ??,?% 5 0
[postproc @ 0x8900540]using npp filters 0x0/0x09 ??% ??% ??,?% 5 0
[postproc @ 0x8900540]using npp filters 0x0/0x00 ??% ??% ??,?% 5 0
[postproc @ 0x8900540]using npp filters 0x0/0x01 ??% ??% ??,?% 5 0
[postproc @ 0x8900540]using npp filters 0x0/0x02 ??% ??% ??,?% 5 0
[postproc @ 0x8900540]using npp filters 0x0/0x03 ??% ??% ??,?% 5 0
[postproc @ 0x8900540]using npp filters 0x0/0x04 ??% ??% ??,?% 5 0
[postproc @ 0x8900540]using npp filters 0x0/0x05 ??% ??% ??,?% 5 0
[postproc @ 0x8900540]using npp filters 0x0/0x06 21% 78%  1.0% 5 0
Uninit audio filters...-0.046 ct:  0.000  17/ 17 20% 76%  1.0% 5 0
[libaf] Removing filter lavcresample
[libaf] Removing filter dummy
Uninit audio: ffmpeg
Uninit video: ffmpeg
Successfully enabled DPMS
alsa-uninit: pcm closed
vo: uninit ...

Exiting... (Quit)
***************************************************************************************************************
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-advusers/attachments/20070718/94370ddb/attachment.pgp>


More information about the MPlayer-advusers mailing list