summaryrefslogtreecommitdiff
path: root/libavutil/lzo.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-241-2/+4
* avutil/lzo: split test out into a separate fileJames Almer2016-05-131-55/+0
* avutil/lzo: fix resource leakRuoyu2014-10-111-0/+1
* avutil/lzo: allow selecting the compression function in the test codeMichael Niedermayer2014-06-241-1/+11
* Merge commit 'ccda51b14c0fcae2fad73a24872dce75a7964996'Michael Niedermayer2014-06-231-1/+1
|\
| * lzo: Handle integer overflowLuca Barbato2014-06-231-1/+9
* | avutil/lzo: add asserts to be double sure against overflowsMichael Niedermayer2014-06-231-0/+3
* | avutil/lzo: Fix integer overflowMichael Niedermayer2014-06-231-1/+6
* | Merge commit 'ca6c3f2c53be70aa3c38e8f1292809db89ea1ba6'Michael Niedermayer2013-03-161-2/+1
|\ \ | |/
| * lzo: fix overflow checking in copy_backptr()Xi Wang2013-03-151-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-251-43/+1
|\ \ | |/
| * avutil: Move memcpy_backptr() to mem.cDiego Biurrun2012-10-251-43/+1
* | Merge commit 'd82f188504410fdfa446c5682c128c31bb5851a4'Michael Niedermayer2012-10-241-8/+8
|\ \ | |/
| * Remove need for padding in av_memcpy_backptr()Mans Rullgard2012-10-231-8/+8
* | Merge commit 'ceb754d041f5f6327fd9195a5f43575af9516daa'Michael Niedermayer2012-10-241-20/+8
|\ \ | |/
| * lzo: Use AV_COPY*U macros where appropriateDiego Biurrun2012-10-231-20/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-201-43/+53
|\ \ | |/
| * avutil/lzo: K&R formatting cosmeticsDiego Biurrun2012-10-201-43/+53
* | Merge commit 'c9ef43215c7d68c2cdcdbe02287aa114f27a32ed'Michael Niedermayer2012-10-201-3/+2
|\ \ | |/
| * lzo: Drop obsolete fast_memcpy referenceDiego Biurrun2012-10-191-3/+2
| * libavutil: Remove broken and pointless lzo test program.Diego Biurrun2012-03-261-44/+0
* | Avoid av_memcpy_backptr hang without extra branch.Reimar Döffinger2011-12-301-3/+3
* | lzo: fix memcpy_backptr() with 0 offsetMichael Niedermayer2011-12-241-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-061-3/+3
|\ \ | |/
| * doxygen: eliminate Qt-style doxygen syntaxDiego Biurrun2011-12-051-3/+3
* | av_lzo1x_decode: properly handle negative buffer length.Reimar Döffinger2011-11-051-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-241-11/+11
|\ \ | |/
| * doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-241-11/+11
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Handle input or output len of 0 properly in lzo decoder.Reimar Döffinger2011-01-241-0/+8
* | Handle input or output len of 0 properly in lzo decoder.Reimar Döffinger2011-01-241-0/+8
|/
* Give liblzo benchmark conditionals more descriptive names and add convenienceDiego Biurrun2009-04-091-2/+8
* Replace manual setting of the removed av_log_level variable by theDiego Biurrun2009-04-021-1/+1
* Remove more functions disabled by major version bump.Reimar Döffinger2009-03-081-6/+0
* Add necessary header for LIBAVUTIL_VERSION_MAJOR, fixes the warning:Diego Biurrun2009-02-021-0/+2
* Move doxygen documentation from lzo.c to lzo.hReimar Döffinger2009-02-021-20/+0
* Add av_ prefix to LZO stuff and thus make it officially part of the public API.Reimar Döffinger2009-02-021-11/+17
* spelling/grammar/consistency review part IIDiego Biurrun2009-01-281-1/+1
* spelling/grammar/consistency review part IDiego Biurrun2009-01-281-10/+10
* Add av_memcpy_backptr(): deliberately overlapping memcpy variant.Peter Ross2008-08-061-3/+21
* LZO decoder input is constReimar Döffinger2008-02-011-5/+5
* Move lzo decompression to libavutilReimar Döffinger2007-01-311-0/+273