Re: [FFmpeg-devel] Debugging option

2016-02-17 Thread Chau Pham
I cannot find any solution from your suggestion, it seems to waste time for me to do invaluable stuff, but finally, I found the way to debug whole project. 1) Ubuntu 14.04 LTS 64 bit 2) Eclipse Mars 64 bit, GDB 7.1, CDT 8.7 3) configuration debug option --disable-stripping --enable-debug=3 --ex

Re: [FFmpeg-devel] Debugging option

2016-02-17 Thread Chau Pham
Thank you, how can I use the debug-version of libavformat? Could you show me some more detail? how can I build libavformat debug version? "Please don't top-post. Did you re-build libavformat after changing the config options, and is your build of ffmpeg_g using the debug-version of libavformat

Re: [FFmpeg-devel] Debugging option

2016-02-17 Thread Chau Pham
Thank you, how can I use the debug-version of libavformat? Could you show me some more detail? how can Ibut libavformat debug version? ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] Debugging option

2016-02-17 Thread Ronald S. Bultje
Hi, On Wed, Feb 17, 2016 at 5:04 AM, Chau Pham wrote: > I just applied to debug with ffmpeg_g, but no change, debug cannot go into > libavformat code area Please don't top-post. Did you re-build libavformat after changing the config options, and is your build of ffmpeg_g using the debug-versi

Re: [FFmpeg-devel] Debugging option

2016-02-17 Thread Chau Pham
I just applied to debug with ffmpeg_g, but no change, debug cannot go into libavformat code area From: ffmpeg-devel on behalf of Tobias Rapp Sent: Wednesday, February 17, 2016 9:59 AM To: ffmpeg-devel@ffmpeg.org Subject: Re: [FFmpeg-devel] Debugging

Re: [FFmpeg-devel] Debugging option

2016-02-17 Thread Tobias Rapp
On 17.02.2016 07:55, Chau Pham wrote: sorry, " debug cannot go outside of ffmpeg.c" From: ffmpeg-devel on behalf of Chau Pham Sent: Wednesday, February 17, 2016 6:50 AM To: FFmpeg development discussions and patches Subject: [FFmpeg-devel]

Re: [FFmpeg-devel] Debugging option

2016-02-16 Thread Chau Pham
sorry, " debug cannot go outside of ffmpeg.c" From: ffmpeg-devel on behalf of Chau Pham Sent: Wednesday, February 17, 2016 6:50 AM To: FFmpeg development discussions and patches Subject: [FFmpeg-devel] Debugging option Good morning !! I jus

[FFmpeg-devel] Debugging option

2016-02-16 Thread Chau Pham
Good morning !! I just compiled debug version of ffmpeg in linux ubuntu with eclipse with options: --disable-stripping --enable-debug=3 --extra-cflags="-gstabs+" --disable-optimizations after compiling ,I can debug ffmpeg.c but only inside ffmpeg.c, debug cannot go into outside of ffmp