summaryrefslogtreecommitdiff
path: root/libavutil/lzo.c
Commit message (Expand)AuthorAge
* lzo: Handle integer overflowLuca Barbato2014-06-23
* lzo: fix overflow checking in copy_backptr()Xi Wang2013-03-15
* avutil: Move memcpy_backptr() to mem.cDiego Biurrun2012-10-25
* Remove need for padding in av_memcpy_backptr()Mans Rullgard2012-10-23
* lzo: Use AV_COPY*U macros where appropriateDiego Biurrun2012-10-23
* avutil/lzo: K&R formatting cosmeticsDiego Biurrun2012-10-20
* lzo: Drop obsolete fast_memcpy referenceDiego Biurrun2012-10-19
* libavutil: Remove broken and pointless lzo test program.Diego Biurrun2012-03-26
* doxygen: eliminate Qt-style doxygen syntaxDiego Biurrun2011-12-05
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-24
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Handle input or output len of 0 properly in lzo decoder.Reimar Döffinger2011-01-24
* Give liblzo benchmark conditionals more descriptive names and add convenienceDiego Biurrun2009-04-09
* Replace manual setting of the removed av_log_level variable by theDiego Biurrun2009-04-02
* Remove more functions disabled by major version bump.Reimar Döffinger2009-03-08
* Add necessary header for LIBAVUTIL_VERSION_MAJOR, fixes the warning:Diego Biurrun2009-02-02
* Move doxygen documentation from lzo.c to lzo.hReimar Döffinger2009-02-02
* Add av_ prefix to LZO stuff and thus make it officially part of the public API.Reimar Döffinger2009-02-02
* spelling/grammar/consistency review part IIDiego Biurrun2009-01-28
* spelling/grammar/consistency review part IDiego Biurrun2009-01-28
* Add av_memcpy_backptr(): deliberately overlapping memcpy variant.Peter Ross2008-08-06
* LZO decoder input is constReimar Döffinger2008-02-01
* Move lzo decompression to libavutilReimar Döffinger2007-01-31