summaryrefslogtreecommitdiffstats
path: root/libavcodec/lzo.h
Commit message (Collapse)AuthorAgeFilesLines
* Move lzo decompression to libavutilReimar Döffinger2007-01-311-35/+0
| | | | Originally committed as revision 7789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* LZO optimization: check input buffer bounds less frequently if paddedReimar Döffinger2007-01-281-1/+1
| | | | Originally committed as revision 7747 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix _LZO_H vs. LZO_H typoReimar Döffinger2007-01-271-1/+1
| | | | Originally committed as revision 7732 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-101-0/+19
| | | | Originally committed as revision 6219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* faster copy functions for lzo decoder that also need paddingReimar Döffinger2006-01-221-0/+3
| | | | Originally committed as revision 4882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Our own LZO (1X) implementation, under LGPL and optimized for readability.Reimar Döffinger2006-01-121-0/+11
Tested on CamStudio sample files. Originally committed as revision 4840 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud