[FFmpeg-devel] [PATCH] lavf/img2doc: document options

Alexander Strasser eclipse7 at gmx.net
Sat Aug 4 20:05:23 CEST 2012


Hi Stefano,

Stefano Sabatini wrote:
> On date Saturday 2012-08-04 13:22:48 +0200, Stefano Sabatini encoded:
> > ---
> >  doc/demuxers.texi     |   27 +++++++++++++++++++++++++--
> >  libavformat/img2dec.c |   10 +++++-----
> >  2 files changed, 30 insertions(+), 7 deletions(-)
> 
> BTW:
> 
> commit d3d5e84f33496f7c6ed704d53998db97a69f02e8
> Author: Michael Niedermayer <michaelni at gmx.at>
> Date:   Fri Mar 30 00:35:01 2012 +0200
> 
>     img2dec: remove GLOB_TILDE support.
>     
>     tilde expansion should/can be done by the shell
>     
>     Reviewed-by: Alexander Strasser <eclipse7 at gmx.net>
>     Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> 
> commit 3e1ff8eb27e547c330af72ec87ca75a951d64c24
> Author: Alexander Strasser <eclipse7 at gmx.net>
> Date:   Sun Mar 11 15:24:51 2012 +0100
> 
>     img2dec: Recognize glob meta chars only if prefixed by %
>     
>       This changes globbing support to only be used if the character
>     contains at least one glob meta character that is preceded by
>     an unescaped %. To escape a literal % one would use %% which is
>     identical to the way to match a % with image2 sequence generation
>     feature.
>     
>     * Makes it possible to have patterns like %04d-[720p].jpg work
>       again with sequence number generation. Previously this would
>       always be detected as a glob pattern and was interpreted by
>       the image2 glob code instead.
>     
>     * Makes it possible to use %*-[720p].jpg to match above pattern
>       without having to double escape it to be not interpreted by most
>       shells and not by the image2 glob code (previously one would
>       need to use \*-\\\[720p\\\].jpg to achieve the same)
>     
>     Signed-off-by: Alexander Strasser <eclipse7 at gmx.net>
>     Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> 
> commit 0be130e37bfafd6022edd27833f04a0b6cee2f02
> Author: Brian Olson <icic at bolson.org>
> Date:   Mon Feb 27 10:27:17 2012 +0100
> 
>     img2: glob matching for image series

  Sorry, I only updated the conversion examples in section 7 which
were adjusted by Brian's patch before. I missed that image2 has a
dedicated subsection in section 16 Demuxers.

  Alexander


More information about the ffmpeg-devel mailing list