On Sun, Apr 26, 2015 at 11:11:58AM +0530, greeshma wrote:
> Updated Patch

[...]

>  0001-exr-lossy-compression-B44-added.patch |  151 
> +++++++++++++++++++++++++++++
>  1 file changed, 151 insertions(+)
> 0efe2282ed40546e0736c2e46f092a9ddd2c5808  
> 0001-B44-compression-techinique-added.patch
> From d857196db9c6d388e49a9160da4e63c8a19839ae Mon Sep 17 00:00:00 2001
> From: greeshmab <greeshmabalaba...@gmail.com>
> Date: Sun, 26 Apr 2015 10:14:34 +0530
> Subject: [PATCH] B44 compression techinique added
> 
> ---
>  0001-exr-lossy-compression-B44-added.patch | 151 
> +++++++++++++++++++++++++++++
>  1 file changed, 151 insertions(+)
>  create mode 100644 0001-exr-lossy-compression-B44-added.patch
> 
> diff --git a/0001-exr-lossy-compression-B44-added.patch 
> b/0001-exr-lossy-compression-B44-added.patch
> new file mode 100644
> index 0000000..535efcc
> --- /dev/null
> +++ b/0001-exr-lossy-compression-B44-added.patch
> @@ -0,0 +1,151 @@
> +From c10e182e56310cfc5ebd6c6f8801128668042a2a Mon Sep 17 00:00:00 2001
> +From: greeshmab <greeshmabalaba...@gmail.com>
> +Date: Mon, 20 Apr 2015 23:33:55 +0530
> +Subject: [PATCH] exr lossy compression B44 added
> +
> +---
> + libavcodec/exr.c | 114 
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++
> + 1 file changed, 114 insertions(+)
> +
> +diff --git a/libavcodec/exr.c b/libavcodec/exr.c
> +index f9525ec..92ecc9b 100644
> +--- a/libavcodec/exr.c
> ++++ b/libavcodec/exr.c
> +@@ -770,6 +770,115 @@ static int piz_uncompress(EXRContext *s, const uint8_t 
> *src, int ssize,
> +     return 0;
> + }
> + 
> ++static void B44_unpack14 ( GetByteContext *gb, uint16_t out[16]){

thats not a updated patch, thats a patch adding a patch




[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

In fact, the RIAA has been known to suggest that students drop out
of college or go to community college in order to be able to afford
settlements. -- The RIAA

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to