On Fri, May 22, 2015 at 12:28:48AM +0000, Urvang Joshi wrote: > On Thu, May 21, 2015 at 4:33 PM Michael Niedermayer <michae...@gmx.at> > wrote: > > > On Wed, May 20, 2015 at 01:57:36AM +0000, Urvang Joshi wrote: > > > This is 2nd patch out of 3. > > > Attached. > > > > > Makefile | 2 > > > libwebpenc.c | 279 > > +--------------------------------------------------- > > > libwebpenc_common.c | 261 > > ++++++++++++++++++++++++++++++++++++++++++++++++ > > > libwebpenc_common.h | 89 ++++++++++++++++ > > > 4 files changed, 360 insertions(+), 271 deletions(-) > > > 916a1e2439c6caed2c95aaf2c0f62aab1c0582f0 > > 2.WebP-encoder-extract-out-some-methods-into-a-separat.patch > > > From 060a5b9389d735678abce1c8d75432909d8762ac Mon Sep 17 00:00:00 2001 > > > From: Urvang Joshi <urv...@google.com> > > > Date: Tue, 19 May 2015 17:39:54 -0700 > > > Subject: [PATCH] WebP encoder: extract out some methods into a separate > > helper > > > library. > > > > similarity index 64% > > copy from libavcodec/libwebpenc.c > > copy to libavcodec/libwebpenc_common.c > > index 95d56ac..8c102d5 100644 > > --- a/libavcodec/libwebpenc.c > > +++ b/libavcodec/libwebpenc_common.c > > @@ -1,6 +1,6 @@ > > /* > > * WebP encoding support via libwebp > > - * Copyright (c) 2013 Justin Ruggles <justin.rugg...@gmail.com> > > > > no, you cant remove someone from the copyright > > > > Sorry, didn't know the convention here (I subconciously changed the name as > it was a new file). > Reverted to original author's name in both .h and .c > > > > > > > > + * Copyright (c) 2015 Urvang Joshi > > * > > * This file is part of FFmpeg. > > * > > > > > > > > [...] > > > > -- > > Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB > > > > The real ebay dictionary, page 1 > > "Used only once" - "Some unspecified defect prevented a second use" > > "In good condition" - "Can be repaird by experienced expert" > > "As is" - "You wouldnt want it even if you were payed for it, if you knew > > ..." > > _______________________________________________ > > ffmpeg-devel mailing list > > ffmpeg-devel@ffmpeg.org > > http://ffmpeg.org/mailman/listinfo/ffmpeg-devel > >
> Makefile | 2 > libwebpenc.c | 279 > +--------------------------------------------------- > libwebpenc_common.c | 261 ++++++++++++++++++++++++++++++++++++++++++++++++ > libwebpenc_common.h | 89 ++++++++++++++++ > 4 files changed, 360 insertions(+), 271 deletions(-) > 23a8093faf4646edd256850f79afe73a5f5f9dcd > 2.WebP-encoder-extract-out-some-methods-into-a-separat.patch > From 3b9d2c4f97d15d04295ddc095aea705e232041f1 Mon Sep 17 00:00:00 2001 > From: Urvang Joshi <urv...@google.com> > Date: Tue, 19 May 2015 17:39:54 -0700 > Subject: [PATCH] WebP encoder: extract out some methods into a separate helper > library. > > This is the 2nd patch in preparation for using WebPAnimEncoder API for > encoding > and muxing WebP images. applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB While the State exists there can be no freedom; when there is freedom there will be no State. -- Vladimir Lenin
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel