| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/lzo: split test out into a separate file | James Almer | 2016-05-13 | 1 | -55/+0 |
* | avutil/lzo: fix resource leak | Ruoyu | 2014-10-11 | 1 | -0/+1 |
* | avutil/lzo: allow selecting the compression function in the test code | Michael Niedermayer | 2014-06-24 | 1 | -1/+11 |
* | Merge commit 'ccda51b14c0fcae2fad73a24872dce75a7964996' | Michael Niedermayer | 2014-06-23 | 1 | -1/+1 |
|\ |
|
| * | lzo: Handle integer overflow | Luca Barbato | 2014-06-23 | 1 | -1/+9 |
* | | avutil/lzo: add asserts to be double sure against overflows | Michael Niedermayer | 2014-06-23 | 1 | -0/+3 |
* | | avutil/lzo: Fix integer overflow | Michael Niedermayer | 2014-06-23 | 1 | -1/+6 |
* | | Merge commit 'ca6c3f2c53be70aa3c38e8f1292809db89ea1ba6' | Michael Niedermayer | 2013-03-16 | 1 | -2/+1 |
|\| |
|
| * | lzo: fix overflow checking in copy_backptr() | Xi Wang | 2013-03-15 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-25 | 1 | -43/+1 |
|\| |
|
| * | avutil: Move memcpy_backptr() to mem.c | Diego Biurrun | 2012-10-25 | 1 | -43/+1 |
* | | Merge commit 'd82f188504410fdfa446c5682c128c31bb5851a4' | Michael Niedermayer | 2012-10-24 | 1 | -8/+8 |
|\| |
|
| * | Remove need for padding in av_memcpy_backptr() | Mans Rullgard | 2012-10-23 | 1 | -8/+8 |
* | | Merge commit 'ceb754d041f5f6327fd9195a5f43575af9516daa' | Michael Niedermayer | 2012-10-24 | 1 | -20/+8 |
|\| |
|
| * | lzo: Use AV_COPY*U macros where appropriate | Diego Biurrun | 2012-10-23 | 1 | -20/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-20 | 1 | -43/+53 |
|\| |
|
| * | avutil/lzo: K&R formatting cosmetics | Diego Biurrun | 2012-10-20 | 1 | -43/+53 |
* | | Merge commit 'c9ef43215c7d68c2cdcdbe02287aa114f27a32ed' | Michael Niedermayer | 2012-10-20 | 1 | -3/+2 |
|\| |
|
| * | lzo: Drop obsolete fast_memcpy reference | Diego Biurrun | 2012-10-19 | 1 | -3/+2 |
| * | libavutil: Remove broken and pointless lzo test program. | Diego Biurrun | 2012-03-26 | 1 | -44/+0 |
* | | Avoid av_memcpy_backptr hang without extra branch. | Reimar Döffinger | 2011-12-30 | 1 | -3/+3 |
* | | lzo: fix memcpy_backptr() with 0 offset | Michael Niedermayer | 2011-12-24 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-06 | 1 | -3/+3 |
|\| |
|
| * | doxygen: eliminate Qt-style doxygen syntax | Diego Biurrun | 2011-12-05 | 1 | -3/+3 |
* | | av_lzo1x_decode: properly handle negative buffer length. | Reimar Döffinger | 2011-11-05 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-24 | 1 | -11/+11 |
|\| |
|
| * | doxygen: Consistently use '@' instead of '\' for Doxygen markup. | Diego Biurrun | 2011-06-24 | 1 | -11/+11 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Handle input or output len of 0 properly in lzo decoder. | Reimar Döffinger | 2011-01-24 | 1 | -0/+8 |
* | | Handle input or output len of 0 properly in lzo decoder. | Reimar Döffinger | 2011-01-24 | 1 | -0/+8 |
|/ |
|
* | Give liblzo benchmark conditionals more descriptive names and add convenience | Diego Biurrun | 2009-04-09 | 1 | -2/+8 |
* | Replace manual setting of the removed av_log_level variable by the | Diego Biurrun | 2009-04-02 | 1 | -1/+1 |
* | Remove more functions disabled by major version bump. | Reimar Döffinger | 2009-03-08 | 1 | -6/+0 |
* | Add necessary header for LIBAVUTIL_VERSION_MAJOR, fixes the warning: | Diego Biurrun | 2009-02-02 | 1 | -0/+2 |
* | Move doxygen documentation from lzo.c to lzo.h | Reimar Döffinger | 2009-02-02 | 1 | -20/+0 |
* | Add av_ prefix to LZO stuff and thus make it officially part of the public API. | Reimar Döffinger | 2009-02-02 | 1 | -11/+17 |
* | spelling/grammar/consistency review part II | Diego Biurrun | 2009-01-28 | 1 | -1/+1 |
* | spelling/grammar/consistency review part I | Diego Biurrun | 2009-01-28 | 1 | -10/+10 |
* | Add av_memcpy_backptr(): deliberately overlapping memcpy variant. | Peter Ross | 2008-08-06 | 1 | -3/+21 |
* | LZO decoder input is const | Reimar Döffinger | 2008-02-01 | 1 | -5/+5 |
* | Move lzo decompression to libavutil | Reimar Döffinger | 2007-01-31 | 1 | -0/+273 |