Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-11avutil/lzo: fix resource leakRuoyu
2014-06-24avutil/lzo: allow selecting the compression function in the test codeMichael Niedermayer
2014-06-23Merge commit 'ccda51b14c0fcae2fad73a24872dce75a7964996'Michael Niedermayer
2014-06-23avutil/lzo: add asserts to be double sure against overflowsMichael Niedermayer
2014-06-23avutil/lzo: Fix integer overflowMichael Niedermayer
2014-06-23lzo: Handle integer overflowLuca Barbato
2013-03-16Merge commit 'ca6c3f2c53be70aa3c38e8f1292809db89ea1ba6'Michael Niedermayer
2013-03-15lzo: fix overflow checking in copy_backptr()Xi Wang
2012-10-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-25avutil: Move memcpy_backptr() to mem.cDiego Biurrun
2012-10-24Merge commit 'd82f188504410fdfa446c5682c128c31bb5851a4'Michael Niedermayer
2012-10-24Merge commit 'ceb754d041f5f6327fd9195a5f43575af9516daa'Michael Niedermayer
2012-10-23Remove need for padding in av_memcpy_backptr()Mans Rullgard
2012-10-23lzo: Use AV_COPY*U macros where appropriateDiego Biurrun
2012-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-20Merge commit 'c9ef43215c7d68c2cdcdbe02287aa114f27a32ed'Michael Niedermayer
2012-10-20avutil/lzo: K&R formatting cosmeticsDiego Biurrun
2012-10-19lzo: Drop obsolete fast_memcpy referenceDiego Biurrun
2012-03-26libavutil: Remove broken and pointless lzo test program.Diego Biurrun
2011-12-30Avoid av_memcpy_backptr hang without extra branch.Reimar Döffinger
2011-12-24lzo: fix memcpy_backptr() with 0 offsetMichael Niedermayer
2011-12-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-05doxygen: eliminate Qt-style doxygen syntaxDiego Biurrun
2011-11-06av_lzo1x_decode: properly handle negative buffer length.Reimar Döffinger
2011-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-24doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-24Handle input or output len of 0 properly in lzo decoder.Reimar Döffinger
2011-01-24Handle input or output len of 0 properly in lzo decoder.Reimar Döffinger
2009-04-09Give liblzo benchmark conditionals more descriptive names and add convenienceDiego Biurrun
2009-04-02Replace manual setting of the removed av_log_level variable by theDiego Biurrun
2009-03-08Remove more functions disabled by major version bump.Reimar Döffinger
2009-02-03Add necessary header for LIBAVUTIL_VERSION_MAJOR, fixes the warning:Diego Biurrun
2009-02-02Move doxygen documentation from lzo.c to lzo.hReimar Döffinger
2009-02-02Add av_ prefix to LZO stuff and thus make it officially part of the public API.Reimar Döffinger
2009-01-29spelling/grammar/consistency review part IIDiego Biurrun
2009-01-28spelling/grammar/consistency review part IDiego Biurrun
2008-08-06Add av_memcpy_backptr(): deliberately overlapping memcpy variant.Peter Ross
2008-02-01LZO decoder input is constReimar Döffinger
2007-02-01Move lzo decompression to libavutilReimar Döffinger