summaryrefslogtreecommitdiff
path: root/libavutil/lzo.c
Commit message (Expand)AuthorAgeFilesLines
* 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