Our own LZO (1X) implementation, under LGPL and optimized for readability.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Thu, 12 Jan 2006 17:52:41 +0000 (17:52 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Thu, 12 Jan 2006 17:52:41 +0000 (17:52 +0000)
commit517840c65434b42fb8784ad1ce4a0301d5d6c36d
tree0665e82179aad38062265448e0b811e48c036002
parent1015631b79b7bc40dcae6f8f8d7c5787319dc540
Our own LZO (1X) implementation, under LGPL and optimized for readability.
Tested on CamStudio sample files.

Originally committed as revision 4840 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/Makefile
libavcodec/cscd.c
libavcodec/lzo.c [new file with mode: 0644]
libavcodec/lzo.h [new file with mode: 0644]