Re: [FFmpeg-devel] [PATCH] avformat: Add image3 demuxers with format autodetection

2014-07-22 Thread Andreas Cadhalpun
On 22.07.2014 05:25, Michael Niedermayer wrote: On Tue, Jul 22, 2014 at 03:34:45AM +0200, Andreas Cadhalpun wrote: Subject: [PATCH] libavformat/img2dec.c: Add a long_name to the piped image demuxers This fixes segfaults in gst-libav1.0 compiled against FFmpeg 2.3. applied, also locally back

Re: [FFmpeg-devel] [PATCH] avformat: Add image3 demuxers with format autodetection

2014-07-21 Thread Michael Niedermayer
On Tue, Jul 22, 2014 at 03:34:45AM +0200, Andreas Cadhalpun wrote: > On 22.07.2014 02:12, Andreas Cadhalpun wrote: > >On 21.07.2014 23:18, Carl Eugen Hoyos wrote: > >>Andreas Cadhalpun googlemail.com> writes: > >> > >>>This patch has a strange side effect. With it gst-libav1.0 > >>>(version 1.3.2)

Re: [FFmpeg-devel] [PATCH] avformat: Add image3 demuxers with format autodetection

2014-07-21 Thread Carl Eugen Hoyos
Andreas Cadhalpun googlemail.com> writes: > Program received signal SIGSEGV, Segmentation fault. > 0x7601202c in gst_ffmpegdemux_register (plugin=0x62c2c0) > at gstavdemux.c:1942 > 1942 if (!strncmp (in_plugin->long_name, "raw ", 4) Could you test (a version that does not crash)

Re: [FFmpeg-devel] [PATCH] avformat: Add image3 demuxers with format autodetection

2014-07-21 Thread Andreas Cadhalpun
On 22.07.2014 02:12, Andreas Cadhalpun wrote: On 21.07.2014 23:18, Carl Eugen Hoyos wrote: Andreas Cadhalpun googlemail.com> writes: This patch has a strange side effect. With it gst-libav1.0 (version 1.3.2) gets compiled incorrectly so that when the plugin is loaded by gstreamer it segfaults

Re: [FFmpeg-devel] [PATCH] avformat: Add image3 demuxers with format autodetection

2014-07-21 Thread Andreas Cadhalpun
On 21.07.2014 23:18, Carl Eugen Hoyos wrote: Andreas Cadhalpun googlemail.com> writes: This patch has a strange side effect. With it gst-libav1.0 (version 1.3.2) gets compiled incorrectly so that when the plugin is loaded by gstreamer it segfaults: ERROR: Caught a segmentation fault while load

Re: [FFmpeg-devel] [PATCH] avformat: Add image3 demuxers with format autodetection

2014-07-21 Thread Carl Eugen Hoyos
Andreas Cadhalpun googlemail.com> writes: > This patch has a strange side effect. With it gst-libav1.0 > (version 1.3.2) gets compiled incorrectly so that when the > plugin is loaded by gstreamer it segfaults: > ERROR: Caught a segmentation fault while loading plugin file: Please provide a bac

Re: [FFmpeg-devel] [PATCH] avformat: Add image3 demuxers with format autodetection

2014-07-21 Thread Andreas Cadhalpun
On 30.06.2014 03:44, Michael Niedermayer wrote: From: Carl Eugen Hoyos Signed-off-by: Michael Niedermayer --- Changelog|1 + libavformat/Makefile |8 +++ libavformat/allformats.c | 11 libavformat/img2dec.c| 137 +