Re: [FFmpeg-devel] Masked LZ Decompression

2016-05-22 Thread Umair Khan
On Sun, May 22, 2016 at 11:11 PM, Paul B Mahol wrote: > On 5/22/16, Umair Khan wrote: >> On Fri, May 20, 2016 at 11:53 PM, Paul B Mahol wrote: >>> On 5/20/16, Umair Khan wrote: Hi, I'm working on implementing floating point support in the ALS decoder. In this I've to use mas

Re: [FFmpeg-devel] Masked LZ Decompression

2016-05-22 Thread Paul B Mahol
On 5/22/16, Umair Khan wrote: > On Fri, May 20, 2016 at 11:53 PM, Paul B Mahol wrote: >> On 5/20/16, Umair Khan wrote: >>> Hi, >>> >>> I'm working on implementing floating point support in the ALS decoder. >>> In this I've to use masked LZ decompression. I've written the code for >>> myself for

Re: [FFmpeg-devel] Masked LZ Decompression

2016-05-22 Thread Umair Khan
On Fri, May 20, 2016 at 11:53 PM, Paul B Mahol wrote: > On 5/20/16, Umair Khan wrote: >> Hi, >> >> I'm working on implementing floating point support in the ALS decoder. >> In this I've to use masked LZ decompression. I've written the code for >> myself for masked lz decompression using the help

Re: [FFmpeg-devel] Masked LZ Decompression

2016-05-20 Thread Paul B Mahol
On 5/20/16, Umair Khan wrote: > Hi, > > I'm working on implementing floating point support in the ALS decoder. > In this I've to use masked LZ decompression. I've written the code for > myself for masked lz decompression using the help from the reference > software. > Although, I'm not yet sure if

[FFmpeg-devel] Masked LZ Decompression

2016-05-20 Thread Umair Khan
Hi, I'm working on implementing floating point support in the ALS decoder. In this I've to use masked LZ decompression. I've written the code for myself for masked lz decompression using the help from the reference software. Although, I'm not yet sure if an implementation of masked LZ is already t