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

Stefano Sabatini stefano.sabatini-lala
Mon Apr 27 18:26:30 CEST 2009


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.)

Regards.
-- 
FFmpeg = Free and Frightening Mere Problematic Eccentric God



More information about the ffmpeg-devel mailing list