[FFmpeg-devel] [PATCH] Implement av_get_token()

Stefano Sabatini stefano.sabatini-lala
Wed Apr 29 16:47:57 CEST 2009


On date Monday 2009-04-27 18:26:30 +0200, Stefano Sabatini encoded:
> On date Saturday 2009-04-25 13:21:49 +0200, Stefano Sabatini encoded:
> > On date Friday 2009-04-24 15:18:45 +0200, Michael Niedermayer encoded:
> > > On Fri, Apr 24, 2009 at 01:32:08AM +0200, Stefano Sabatini wrote:
> [...]
> > Reimplemeneted as a finite state machine, as the previous apporach was
> > resulting messy and unreadable.
> > 
> > The result of the test is now:
> > 
> > |''| -> || + ||
> > || -> || + ||
> > |:| -> || + |:|
> > |\| -> || + ||
> > |'| -> || + ||
> > |    ''    :| -> || + |:|
> > |foo   '' :| -> |foo   | + |:|
> > |'foo'| -> |foo| + ||
> > |foo     | -> |foo| + ||
> > |foo\| -> |foo| + ||
> > |foo':  blah:blah| -> |foo:  blah:blah| + ||
> > |foo\:  blah:blah| -> |foo:  blah| + |:blah|
> > |foo'| -> |foo| + ||
> > |'foo :  '  :blahblah| -> |foo :  | + |:blahblah|
> > |\ :blah| -> | | + |:blah|
> > |     foo| -> |foo| + ||
> > |      foo       | -> |foo| + ||
> > |      foo     \ | -> |foo      | + ||
> > |foo ':blah| -> |foo :blah| + ||
> > | foo   bar    :   blahblah| -> |foo   bar| + |:   blahblah|
> > |\f\o\o| -> |foo| + ||
> > |'foo : \ \  '   : blahblah| -> |foo : \ \  | + |: blahblah|
> > |'\fo\o:': blahblah| -> |\fo\o:| + |: blahblah|
> > |\'fo\o\:':  foo  '  :blahblah| -> |'foo::  foo  | + |:blahblah| 
> 
> Ping? (This is blocking the other patches.)

Ping2.
-- 
FFmpeg = Fantastic and Faboulous Minimal Pitiless Earthshaking Geek



More information about the ffmpeg-devel mailing list