summaryrefslogtreecommitdiffstats
path: root/libavcodec/lzo.c
Commit message (Expand)AuthorAgeFilesLines
* faster copy functions for lzo decoder that also need paddingReimar Döffinger2006-01-221-18/+77
* 10l, get_byte returning 0 on error can cause a hang. So let's try with 1 inst...Reimar Döffinger2006-01-151-1/+1
* get_byte may not return -1 on error, since it can lead to a negative backptr.Reimar Döffinger2006-01-141-1/+1
* Wrong state handling causing decompression errors in some casesReimar Döffinger2006-01-141-3/+1
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* Our own LZO (1X) implementation, under LGPL and optimized for readability.Reimar Döffinger2006-01-121-0/+167
OpenPOWER on IntegriCloud