[FFmpeg-devel] [PATCH] exr: piz decompression

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sun Aug 11 19:37:07 CEST 2013


On Sun, Aug 11, 2013 at 04:23:54PM +0200, Piotr Bandurski wrote:
> Hi,
> 
> > > Signed-off-by: Paul B Mahol <onemda at gmail.com>
> > ---
> >  libavcodec/exr.c | 477 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >  1 file changed, 477 insertions(+)
> > 
> > diff --git a/libavcodec/exr.c b/libavcodec/exr.c
> > index 7e9e68c..a65e6ba 100644
> > --- a/libavcodec/exr.c
> > +++ b/libavcodec/exr.c
> 
> What is the status of this patch?

I suspect it is kind of waiting for someone to figure out if this
is rather ordinary huffman/VLC coding as I guessed and thus should
be using the functions we have for that instead of reimplementing it
or if I'm completely off...


More information about the ffmpeg-devel mailing list