Re: [FFmpeg-devel] [PATCH] Making process of uuid-xmp faster.

2016-11-09 Thread Chen Meng
tches Subject:Re: [FFmpeg-devel] [PATCH] Making process of uuid-xmp faster. On Wed, Nov 09, 2016 at 11:19:10AM +0800, Chen Meng wrote: > Sorry for that, I've taken code back into up-date master branch again.--- >  libavformat/mov.c | 34 -- >  1 file changed, 2

Re: [FFmpeg-devel] [PATCH] Making process of uuid-xmp faster.

2016-11-09 Thread Michael Niedermayer
On Wed, Nov 09, 2016 at 11:19:10AM +0800, Chen Meng wrote: > Sorry for that, I've taken code back into up-date master branch again.--- >  libavformat/mov.c | 34 -- >  1 file changed, 20 insertions(+), 14 deletions(-) the problem is not at the branch level, theres so

Re: [FFmpeg-devel] [PATCH] Making process of uuid-xmp faster.

2016-11-08 Thread Chen Meng
Sorry for that, I've taken code back into up-date master branch again.---  libavformat/mov.c | 34 --  1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index ca978c2..c358d17 100644 --- a/libavformat/mov.c +++ b/lib

Re: [FFmpeg-devel] [PATCH] Making process of uuid-xmp faster.

2016-11-08 Thread Michael Niedermayer
On Tue, Nov 08, 2016 at 11:04:35PM +0800, Chen Meng wrote: > From baee22d71825128f74beb15122cd786f8d89f13f Mon Sep 17 00:00:00 2001 > From: Chen Meng  > Date: Tue, 8 Nov 2016 22:58:44 +0800 > Subject: [PATCH] Take the error code in return. git refuses to apply this Applying: Making process of uui

Re: [FFmpeg-devel] [PATCH] Making process of uuid-xmp faster.

2016-11-08 Thread Chen Meng
eturn ret;  } -av_free(buffer);  }  return 0;  } --  2.10.2 --From:Michael Niedermayer Time:2016 Nov 8 (Tue) 20:10To:FFmpeg development discussions and patches Subject:Re: [FFmpeg-devel] [PATCH] Making proces

Re: [FFmpeg-devel] [PATCH] Making process of uuid-xmp faster.

2016-11-08 Thread Chen Meng
chael Niedermayer Time:2016 Nov 8 (Tue) 20:10To:FFmpeg development discussions and patches Subject:Re: [FFmpeg-devel] [PATCH] Making process of uuid-xmp faster. On Tue, Nov 08, 2016 at 04:34:13PM +0800, Chen Meng wrote: > --- >  libavformat/mov.c | 15 +++ >  1 file changed, 11 in

Re: [FFmpeg-devel] [PATCH] Making process of uuid-xmp faster.

2016-11-08 Thread Michael Niedermayer
On Tue, Nov 08, 2016 at 04:34:13PM +0800, Chen Meng wrote: > --- > libavformat/mov.c | 15 +++ > 1 file changed, 11 insertions(+), 4 deletions(-) > > diff --git a/libavformat/mov.c b/libavformat/mov.c > index f06de06..388cd1f 100644 > --- a/libavformat/mov.c > +++ b/libavformat/mov.c

[FFmpeg-devel] [PATCH] Making process of uuid-xmp faster.

2016-11-08 Thread Chen Meng
--- libavformat/mov.c | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index f06de06..388cd1f 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -4533,13 +4533,20 @@ static int mov_read_uuid(MOVContext *c, AVIOContext