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

Paul B Mahol onemda at gmail.com
Wed Oct 9 15:22:51 CEST 2013


On 8/11/13, Reimar Doeffinger <Reimar.Doeffinger at gmx.de> wrote:
> 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...

I will apply this unless someone shows this really can be used by existing code.


More information about the ffmpeg-devel mailing list