[FFmpeg-devel] WebP encoder: extract out some methods into a library

Urvang Joshi urvang at google.com
Fri May 22 02:28:48 CEST 2015


On Thu, May 21, 2015 at 4:33 PM Michael Niedermayer <michaelni at 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 <urvang at 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.ruggles at 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 at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 2.WebP-encoder-extract-out-some-methods-into-a-separat.patch
Type: text/x-patch
Size: 29864 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150522/36b7d457/attachment.bin>


More information about the ffmpeg-devel mailing list