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

Michael Niedermayer michaelni at gmx.at
Fri May 22 01:32:57 CEST 2015


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


+ * 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 ..."
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150522/b631af58/attachment.asc>


More information about the ffmpeg-devel mailing list