Re: [FFmpeg-devel] [PATCH]lavf/img2dec: Auto-detect svg images

2017-10-06 Thread Carl Eugen Hoyos
2017-10-02 11:42 GMT+02:00 Carl Eugen Hoyos : > 2017-10-02 7:52 GMT+02:00 Clément Bœsch : >> On Mon, Oct 02, 2017 at 01:20:15AM +0200, Carl Eugen Hoyos wrote: >>> Hi! >>> >>> Attached patch implements auto-detection of svg images. >>> >>> Please review, Carl Eugen >> >>> From f06137f38f166740565e58

Re: [FFmpeg-devel] [PATCH]lavf/img2dec: Auto-detect svg images

2017-10-02 Thread Carl Eugen Hoyos
2017-10-02 11:43 GMT+02:00 wm4 : > On Mon, 2 Oct 2017 01:20:15 +0200 > Carl Eugen Hoyos wrote: > >> Hi! >> >> Attached patch implements auto-detection of svg images. >> >> Please review, Carl Eugen > > That looks like it'd be extremely fragile and react to anything that is > XML and happens to hav

Re: [FFmpeg-devel] [PATCH]lavf/img2dec: Auto-detect svg images

2017-10-02 Thread wm4
On Mon, 2 Oct 2017 01:20:15 +0200 Carl Eugen Hoyos wrote: > Hi! > > Attached patch implements auto-detection of svg images. > > Please review, Carl Eugen That looks like it'd be extremely fragile and react to anything that is XML and happens to have the string "svg" and "http://ffmpeg.org/mail

Re: [FFmpeg-devel] [PATCH]lavf/img2dec: Auto-detect svg images

2017-10-02 Thread Carl Eugen Hoyos
2017-10-02 7:52 GMT+02:00 Clément Bœsch : > On Mon, Oct 02, 2017 at 01:20:15AM +0200, Carl Eugen Hoyos wrote: >> Hi! >> >> Attached patch implements auto-detection of svg images. >> >> Please review, Carl Eugen > >> From f06137f38f166740565e58d5c7c88777508f59ec Mon Sep 17 00:00:00 2001 >> From: Car

Re: [FFmpeg-devel] [PATCH]lavf/img2dec: Auto-detect svg images

2017-10-01 Thread Clément Bœsch
On Mon, Oct 02, 2017 at 01:20:15AM +0200, Carl Eugen Hoyos wrote: > Hi! > > Attached patch implements auto-detection of svg images. > > Please review, Carl Eugen > From f06137f38f166740565e58d5c7c88777508f59ec Mon Sep 17 00:00:00 2001 > From: Carl Eugen Hoyos > Date: Mon, 2 Oct 2017 01:13:29 +0

[FFmpeg-devel] [PATCH]lavf/img2dec: Auto-detect svg images

2017-10-01 Thread Carl Eugen Hoyos
Hi! Attached patch implements auto-detection of svg images. Please review, Carl Eugen From f06137f38f166740565e58d5c7c88777508f59ec Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Mon, 2 Oct 2017 01:13:29 +0200 Subject: [PATCH] lavf/img2dec: Auto-detect svg images. --- libavformat/img2de