Re: [FFmpeg-devel] [PATCH 2/3] img2dec: add support for piped SVG demuxing

2017-05-16 Thread Carl Eugen Hoyos
2017-05-16 13:48 GMT+02:00 Rostislav Pehlivanov : > On 16 May 2017 at 12:34, Carl Eugen Hoyos wrote: > >> 2017-05-16 13:25 GMT+02:00 Rostislav Pehlivanov : >> > On 16 May 2017 at 11:57, Carl Eugen Hoyos wrote: >> >

Re: [FFmpeg-devel] [PATCH 2/3] img2dec: add support for piped SVG demuxing

2017-05-16 Thread Rostislav Pehlivanov
On 16 May 2017 at 12:34, Carl Eugen Hoyos wrote: > 2017-05-16 13:25 GMT+02:00 Rostislav Pehlivanov : > > On 16 May 2017 at 11:57, Carl Eugen Hoyos wrote: > > > >> 2017-05-08 6:46 GMT+02:00 Rostislav Pehlivanov : >

Re: [FFmpeg-devel] [PATCH 2/3] img2dec: add support for piped SVG demuxing

2017-05-16 Thread Carl Eugen Hoyos
2017-05-16 13:25 GMT+02:00 Rostislav Pehlivanov : > On 16 May 2017 at 11:57, Carl Eugen Hoyos wrote: > >> 2017-05-08 6:46 GMT+02:00 Rostislav Pehlivanov : >> > Only checks the extension and MIME type, since determining whether >> > a

Re: [FFmpeg-devel] [PATCH 2/3] img2dec: add support for piped SVG demuxing

2017-05-16 Thread Rostislav Pehlivanov
On 16 May 2017 at 11:57, Carl Eugen Hoyos wrote: > 2017-05-08 6:46 GMT+02:00 Rostislav Pehlivanov : > > Only checks the extension and MIME type, since determining whether > > a file is SVG is difficult since they're just XML files. > > Why didn't you just

Re: [FFmpeg-devel] [PATCH 2/3] img2dec: add support for piped SVG demuxing

2017-05-16 Thread Carl Eugen Hoyos
2017-05-08 6:46 GMT+02:00 Rostislav Pehlivanov : > Only checks the extension and MIME type, since determining whether > a file is SVG is difficult since they're just XML files. Why didn't you just add svg and svgz to the image2 extensions? Carl Eugen

Re: [FFmpeg-devel] [PATCH 2/3] img2dec: add support for piped SVG demuxing

2017-05-16 Thread Rostislav Pehlivanov
On 8 May 2017 at 05:46, Rostislav Pehlivanov wrote: > Only checks the extension and MIME type, since determining whether > a file is SVG is difficult since they're just XML files. > > Signed-off-by: Rostislav Pehlivanov > --- > libavformat/Makefile

[FFmpeg-devel] [PATCH 2/3] img2dec: add support for piped SVG demuxing

2017-05-07 Thread Rostislav Pehlivanov
Only checks the extension and MIME type, since determining whether a file is SVG is difficult since they're just XML files. Signed-off-by: Rostislav Pehlivanov --- libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/img2dec.c| 20