Re: [FFmpeg-devel] [PATCH]lavf/img2: Only autodetect valid Quickdraw images

2015-06-30 Thread Carl Eugen Hoyos
On Tuesday 19 May 2015 06:15:49 pm Michael Niedermayer wrote: > > return AVPROBE_SCORE_EXTENSION + 1; > > i think this should be higher with that change > > also i think a somewhat lower score could still be output > for less valid but still decodeable files The patch was merged with the

Re: [FFmpeg-devel] [PATCH]lavf/img2: Only autodetect valid Quickdraw images

2015-06-25 Thread Carl Eugen Hoyos
On Tuesday 19 May 2015 06:15:49 pm Michael Niedermayer wrote: > On Tue, May 19, 2015 at 11:58:47AM +0200, Carl Eugen Hoyos wrote: > > Hi! > > > > Attached patch improves the Quickdraw autodetection. > > > > Please comment, Carl Eugen > > > > img2dec.c |6 -- > > 1 file changed, 4 insertion

Re: [FFmpeg-devel] [PATCH]lavf/img2: Only autodetect valid Quickdraw images

2015-05-19 Thread Michael Niedermayer
On Tue, May 19, 2015 at 11:58:47AM +0200, Carl Eugen Hoyos wrote: > Hi! > > Attached patch improves the Quickdraw autodetection. > > Please comment, Carl Eugen > img2dec.c |6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > e36c8a9c4c72f72030658d5f70ca46b27066eda3 patchimg2qdrw.