[Mplayerxp-cvslog] SF.net SVN: mplayerxp:[588] mplayerxp/player_msg.h
Brought to you by:
olov
From: <nic...@us...> - 2012-12-20 17:02:31
|
Revision: 588 http://mplayerxp.svn.sourceforge.net/mplayerxp/?rev=588&view=rev Author: nickols_k Date: 2012-12-20 17:02:24 +0000 (Thu, 20 Dec 2012) Log Message: ----------- A new word about illegal patch: gdb --args ./ffmpeg -ao alsa -vo x11 M/l.avi -v -v -v -v GNU gdb (GDB) 7.5 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-unknown-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /Data/-SF.NET-/MPXP/mplayerxp/mplayerxp/ffmpeg...done. (gdb) break mplayerxp.cpp:1713 Breakpoint 1 at 0x455335: file mplayerxp.cpp, line 1713. (gdb) run Starting program: /Data/-SF.NET-/MPXP/mplayerxp/mplayerxp/ffmpeg -ao alsa -vo x11 M/l.avi -v -v -v -v warning: Could not load shared library symbols for linux-vdso.so.1. Do you need "set solib-search-path" or "set sysroot"? [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". *** Antiviral protection was inited ***!!! MPlayerXP svn.579 2002 Nickols_K 2000-2002 Arpad Gereoffy (?\209?\129?\208?\188. DOCS!) Can't open input config file /root/.ffmpeg/input.conf : No such file or directory Can't open input config file /usr/local/share/mplayerxp/input.conf : No such file or directory Falling back on default (hardcoded) input config Opening joystick device:/dev/input/js0 Can't open joystick device: /dev/input/js0 : No such file or directory Can't init input joystick with using: /dev/input/js0 ?\208?\163?\209?\129?\209?\130?\208?\176?\208?\189?\208?\190?\208?\178?\208?\186?\208?\176 ?\208?\191?\208?\190?\208?\180?\208?\180?\208?\181?\209?\128?\208?\182?\208?\186?\208?\184 lirc... mplayer: could not connect to socket mplayer: No such file or directory ?\208?\157?\208?\181?\209?\131?\208?\180?\208?\176?\209?\135?\208?\189?\208?\190?\208?\181 ?\208?\190?\209?\130?\208?\186?\209?\128?\209?\139?\209?\130?\208?\184?\208?\181 ?\208?\191?\208?\190?\208?\180?\208?\180?\208?\181?\209?\128?\208?\182?\208?\186?\208?\184 lirc! ?\208?\146?\209?\139 ?\208?\189?\208?\181 ?\209?\129?\208?\188?\208?\190?\208?\182?\208?\181?\209?\130?\208?\181 ?\208?\184?\209?\129?\208?\191?\208?\190?\208?\187?\209?\140?\208?\183?\208?\190?\208?\178?\208?\176?\209?\130?\209?\140 ?\208?\146?\208?\176?\209?\136?\208?\181 ?\209?\131?\208?\180?\208?\176?\208?\187?\209?\145?\208?\189?\208?\189?\208?\190?\208?\181 ?\209?\131?\208?\191?\209?\128?\208?\176?\208?\178?\208?\187?\208?\181?\208?\189?\208?\184?\208?\181 Breakpoint 1, mpxp::MPlayerXP (argc=10, argv=0x7fffffffda88, envp=<optimized out>) at mplayerxp.cpp:1713 1713 xp_num_cpu=get_number_cpu(); (gdb) print mp_conf $1 = {has_video = 1, has_audio = 1, has_dvdsub = 1, msg_filter = 4294967295, test_av = 0, malloc_debug = 0, max_trace = 10, xp = 4, gomp = 0, stream_dump = 0x0, s_cache_size = 0, autoq = 0, verbose = 0, benchmark = 0, playbackspeed_factor = 1, frame_dropping = 0, av_sync_pts = -1, av_force_pts_fix = 0, av_force_pts_fix2 = -1, frame_reorder = 1, force_fps = 0, softsleep = 0, nortc = 0, audio_id = -1, video_id = -1, dvdsub_id = -1, vobsub_id = -1, audio_lang = 0xe27d0a "ru", dvdsub_lang = 0xe27d0a "ru", spudec_ifo = 0x0, force_srate = 0, seek_to_sec = 0x0, seek_to_byte = 0, loop_times = -1, shuffle_playback = 0, play_n_frames = -1, audio_codec = 0x0, video_codec = 0x0, audio_family = 0x0, video_family = 0x0, video_driver = 0x1dfa470 "x11", audio_driver = 0x1dba8b0 "alsa", osd_level = 2, font_name = 0x0, font_factor = 0.75, sub_name = 0x0, sub_fps = 0, sub_auto = 1, vobsub_name = 0x0, subcc_enabled = 0, npp_options = 0x0, ao_channels = 2, z_compression = 0, monitor_pixel_aspect = 1, x86 = {simd = -1, mmx = -1, mmx2 = -1, _3dnow = -1, _3dnow2 = -1, sse = -1, sse2 = -1, sse3 = -1, ssse3 = -1, sse41 = -1, sse42 = -1, aes = -1, avx = -1, fma = -1}} (gdb) print mp_conf.verbose $2 = 0 (gdb) n 1715 get_mmx_optimizations(); (gdb) n 1717 if(mp_conf.shuffle_playback) MPXPSys.playtree->flags|=PLAY_TREE_RND; (gdb) print mp_conf.verbose $3 = 0 (gdb) n 1718 else MPXPSys.playtree->flags&=~PLAY_TREE_RND; (gdb) n 1720 MPXPSys.playtree = play_tree_cleanup(MPXPSys.playtree); (gdb) n 1659 const char* filename=NULL; //"MI2-Trailer.avi"; (gdb) print mp_conf.verbose $4 = 0 (gdb) n 1721 if(MPXPSys.playtree) { (gdb) n 1720 MPXPSys.playtree = play_tree_cleanup(MPXPSys.playtree); (gdb) n 1721 if(MPXPSys.playtree) { (gdb) n 1722 playtree_iter = play_tree_iter_new(MPXPSys.playtree,m_config); (gdb) n 1723 if(playtree_iter) { (gdb) n 1722 playtree_iter = play_tree_iter_new(MPXPSys.playtree,m_config); (gdb) n 1723 if(playtree_iter) { (gdb) n 1724 if(play_tree_iter_step(playtree_iter,0,0) != PLAY_TREE_ITER_ENTRY) { (gdb) n 1728 filename = play_tree_iter_get_file(playtree_iter,1); (gdb) n 1732 mpxp_context().engine().xp_core->num_a_buffs = vo_conf.xp_buffs; (gdb) print mp_conf.verbose $5 = 2 (gdb) It seems that call of m_config_parse_command_line() was substituted by malefactor(s) simply because verbose variable has been changed not in official function but after playtree initialization. But even after playtree initialization it still has wrong value (2) instead of 4. Modified Paths: -------------- mplayerxp/player_msg.h Modified: mplayerxp/player_msg.h =================================================================== --- mplayerxp/player_msg.h 2012-12-20 16:44:49 UTC (rev 587) +++ mplayerxp/player_msg.h 2012-12-20 17:02:24 UTC (rev 588) @@ -17,5 +17,4 @@ static mpxp_ostream_dbg3 mpxp_dbg3(MSGT_CPLAYER); static mpxp_ostream_dbg4 mpxp_dbg4(MSGT_CPLAYER); } // namespace mpxp - #endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |