[FFmpeg-user] FFPLAY build on MSYS crashes when playaing any video

2014-08-12 Thread Velotiaray TOTO-ZARASOA
Dear all, I built a custom version of ffmpeg on msys/mingw32. ffmpeg and ffprobe are behaving very well, but ffplay crashes when reading any file with video. It displays the first image of the video and then exits without error messages. Did anyone encountered and solved this issue ? Note:

Re: [FFmpeg-user] FFPLAY build on MSYS crashes when playaing any video

2014-08-12 Thread Carl Eugen Hoyos
Velotiaray TOTO-ZARASOA velotiaray at gmail.com writes: How do I get a gdb output ? You run gdb ffplay_g.exe from the shell (cmd) and then r yourfile from the gdb prompt. Please do not top-post here, Carl Eugen ___ ffmpeg-user mailing list

Re: [FFmpeg-user] FFPLAY build on MSYS crashes when playaing any video

2014-08-12 Thread Velotiaray TOTO-ZARASOA
Thank you for the tip. Here is the output of my gdb command Starting program: d:\Build\x86\ffmpeg-2.3.2\ffplay.exe j://Media/film.mp4 [New Thread 3764.0x570] ffplay version 2.3.2 Copyright (c) 2003-2014 the FFmpeg developers built on Aug 12 2014 12:27:22 with gcc 4.8.1 (GCC) libavutil

Re: [FFmpeg-user] FFPLAY build on MSYS crashes when playaing any video

2014-08-12 Thread Carl Eugen Hoyos
Velotiaray TOTO-ZARASOA velotiaray at gmail.com writes: I cut the configuration line, since it takes too much place in the shell window. (There is a registry trick to make the window larger.) Please compile with ./configure make ffplay.exe and test if it shows a backtrace with bt (or