[Ffmpeg-devel] lzw compression in tiff encoder (qualification	task for GSoC)
    Bartlomiej Wolowiec 
    b.wolowiec
       
    Fri Apr  6 15:28:32 CEST 2007
    
    
  
Hi,
As a supplement to my qualification task for GSoC I implemented LZW 
compressor. I think that my code is fast, universal and it can be easily used 
in other encoders. My implementation use hash table with simple hash function 
(I've used LZW prefix code and xor to calculate new hash value). So, I'm 
sending two files: one with lzw encoder (lzw.patch) and one with patch to 
tiffenc.c (tifflzw.patch). 
Best Regards,
Bartek
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tifflzw.patch
Type: text/x-diff
Size: 3214 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070406/1227e663/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lzw.patch
Type: text/x-diff
Size: 8466 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070406/1227e663/attachment-0001.patch>
    
    
More information about the ffmpeg-devel
mailing list