[FFmpeg-devel] [PATCH] libavcodec/exr.c : exr lossy compression B44 added

greeshma greeshmabalabadra at gmail.com
Sun Apr 26 14:25:55 CEST 2015


Sorry,My mistake
New patch attached.



Greeshma


On Sun, Apr 26, 2015 at 3:42 PM, Michael Niedermayer <michaelni at gmx.at>
wrote:

> 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 <greeshmabalabadra at 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 <greeshmabalabadra at 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
>
> _______________________________________________
> 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: 0001-updated-patch-for-B44-compression-exr.patch
Type: text/x-patch
Size: 5726 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150426/705e67eb/attachment.bin>


More information about the ffmpeg-devel mailing list