summaryrefslogtreecommitdiff
path: root/libavcodec/lzo.c
Commit message (Expand)AuthorAge
* Move lzo decompression to libavutilReimar Döffinger2007-01-31
* Make sure we do not accidentially "fix" cnt to something < 0Reimar Döffinger2007-01-31
* Simplify checks, use that we know that cnt will not be < 0Reimar Döffinger2007-01-31
* Remove boundary checks that are actually done "well enough"Reimar Döffinger2007-01-31
* Documentation fix: Copy functions should "work" fine for cnt == 0Reimar Döffinger2007-01-31
* Optimize LZO copy operationsReimar Döffinger2007-01-31
* another >> vs >Michael Niedermayer2007-01-31
* simpify state and make code 2% fasterMichael Niedermayer2007-01-31
* Add two extra needed bounds checksReimar Döffinger2007-01-31
* replace if(x>>b) by if(x>C) as shifts are slow on some cpus and i have my dou...Michael Niedermayer2007-01-31
* Add code to testcode to ease comparing with liblzo.Reimar Döffinger2007-01-31
* LZO optimization: check input buffer bounds less frequently if paddedReimar Döffinger2007-01-28
* Fix buffer end checks in lzo copy code to work in all cases.Reimar Döffinger2007-01-27
* Add lzo test codeReimar Döffinger2007-01-27
* Avoid void *-arithmeticReimar Döffinger2006-10-08
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* faster copy functions for lzo decoder that also need paddingReimar Döffinger2006-01-22
* 10l, get_byte returning 0 on error can cause a hang. So let's try with 1 inst...Reimar Döffinger2006-01-15
* get_byte may not return -1 on error, since it can lead to a negative backptr.Reimar Döffinger2006-01-14
* Wrong state handling causing decompression errors in some casesReimar Döffinger2006-01-14
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* Our own LZO (1X) implementation, under LGPL and optimized for readability.Reimar Döffinger2006-01-12