[Mplayerxp-cvslog] SF.net SVN: mplayerxp:[583] mplayerxp/global_msg.h
Brought to you by:
olov
From: <nic...@us...> - 2012-12-20 15:07:52
|
Revision: 583 http://mplayerxp.svn.sourceforge.net/mplayerxp/?rev=583&view=rev Author: nickols_k Date: 2012-12-20 15:07:43 +0000 (Thu, 20 Dec 2012) Log Message: ----------- About illegal patch: Interesting backtrace produces hacked compiler: it uses basic_string in chain of postprocessing filters: ... Probing: xvid codec_ld: ?\208?\145?\208?\184?\208?\177?\208?\187?\208?\184?\208?\190?\209?\130?\208?\181?\208?\186?\208?\176: 'libxvidcore.so' ?\208?\183?\208?\176?\208?\179?\209?\128?\209?\131?\208?\182?\208?\181?\208?\189?\208?\176 ?\209?\131?\209?\129?\208?\191?\208?\181?\209?\136?\208?\189?\208?\190 Driver: xvid supports these outfmt for XVID fourcc: YV12 (flg=0) I420 (flg=0) YUY2 (flg=0) UYVY (flg=0) YVYU (flg=0) RGB (flg=0) ?\226?\150?\146RGB (flg=0) RGB (flg=0) RGB (flg=0) codec_ld: ?\208?\145?\208?\184?\208?\177?\208?\187?\208?\184?\208?\190?\209?\130?\208?\181?\208?\186?\208?\176: 'libxvidcore.so' ?\208?\183?\208?\176?\208?\179?\209?\128?\209?\131?\208?\182?\208?\181?\208?\189?\208?\176 ?\209?\131?\209?\129?\208?\191?\208?\181?\209?\136?\208?\189?\208?\190 [XVID] using library version 1.3.2 (build xvid-1.3.2) [XVID] using 4 cpus/threads. Flags: 000001FF VDec: vo config request - 720 x 432 Can't find colorspace for: 'Planar YV12' 'Planar I420' 'Packed YUY2' 'Packed UYVY' 'Packed YVYU' 'BGRA' 'BGR 24-bit' 'BGR 15-bit' 'BGR 16-bit' Trying -vf fmtcvt Open video filter: [fmtcvt] <720x432 Planar YV12> SwScale params: -1 x -1 (-1=no scaling) Movie-Aspect is undefined - no prescaling applied. vf->config(720x432->720x432,flags=0x0,'MPlayerXP',Planar YV12) [swscaler @ 0x1f99b80] using unscaled yuv420p -> bgra special converter REQ: flags=0x401 req=0x0 [libvf] Using video filters chain: [vf_fmtcvt]: video[720x432] in[Planar YV12] -> out[RGBA] VO-CONF: [x11] 0x0 => 0x0 Unknown 0x0000 VO: Description: X11 ( XImage/Shm ) (with x11:vidix subdevice) VO: Author: Aaron Holtzman <aho...@es...> X11_System: BadValue (integer parameter out of range for operation) Type: 0, display: 1dc7a40, resourceid: f2497e20, serial: 19 Error code: 2, request code: 1, minor code: 0 X11_System error 0x49bff0 -> mplib.h:74 0x5b7915 -> mplayerxp.h:212 0x7ffff7b0d56c -> ??:0 0x7ffff7b0b177 -> ??:0 0x7ffff7b0b1b6 -> ??:0 0x7ffff7b0b798 -> ??:0 0x7ffff4a84eac -> ??:0 0x5b9938 -> x11_system.cpp:892 0x5b9ad1 -> x11_system.cpp:233 0x5b5c34 -> vo_x11.cpp:246 0x5a9ad4 -> video_out.cpp:335 0x591685 -> basic_string.h:287 0x55e2e5 -> vf.cpp:409 0x58a041 -> vf_scale.cpp:308 0x509303 -> dec_video.cpp:607 (discriminator 1) 0x51386b -> vd_xvid.cpp:446 (discriminator 1) 0x508973 -> dec_video.cpp:214 0x451dfe -> mplayerxp.cpp:1165 0x456093 -> mplayerxp.cpp:1894 uninit audio: ... <dead lock here > Modified Paths: -------------- mplayerxp/global_msg.h Modified: mplayerxp/global_msg.h =================================================================== --- mplayerxp/global_msg.h 2012-12-20 13:29:57 UTC (rev 582) +++ mplayerxp/global_msg.h 2012-12-20 15:07:43 UTC (rev 583) @@ -17,5 +17,4 @@ static mpxp_ostream_dbg3 mpxp_dbg3(MSGT_GLOBAL); static mpxp_ostream_dbg4 mpxp_dbg4(MSGT_GLOBAL); } // namespace mpxp - #endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |