Re: [FFmpeg-devel] [PATCH] avformat/img2dec: fix glob pattern detection.

2014-10-02 Thread Alexander Strasser
On 2014-10-02 22:51 +0200, Alexander Strasser wrote: [...] > Maybe something like this patch would be acceptable > (WARNING: only lightly tested): > > diff --git a/libavformat/img2dec.c b/libavformat/img2dec.c > index 16bd699..aa7c2f6 100644 > --- a/libavformat/img2dec.c > +++ b/libavformat/img2

Re: [FFmpeg-devel] [PATCH] avformat/img2dec: fix glob pattern detection.

2014-10-02 Thread Alexander Strasser
Hi Benoit, thank you for investigating this issue and sending a patch. On 2014-09-22 12:30 +0200, Benoit Fouet wrote: > The is_glob() function was not working with unescaped glob patterns, > which is the way only glob_sequence (which is deprecated) works. > Fixes ticket #3948 > --- > libavform

Re: [FFmpeg-devel] [PATCH] avformat/img2dec: fix glob pattern detection.

2014-09-30 Thread Benoit Fouet
Hi, - Mail original - > The is_glob() function was not working with unescaped glob patterns, > which is the way only glob_sequence (which is deprecated) works. > Fixes ticket #3948 > --- > libavformat/img2dec.c | 14 +- > 1 file changed, 1 insertion(+), 13 deletions(-) > > di

[FFmpeg-devel] [PATCH] avformat/img2dec: fix glob pattern detection.

2014-09-22 Thread Benoit Fouet
The is_glob() function was not working with unescaped glob patterns, which is the way only glob_sequence (which is deprecated) works. Fixes ticket #3948 --- libavformat/img2dec.c | 14 +- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/libavformat/img2dec.c b/libavformat/