]> git.sesse.net Git - ffmpeg/history - libavutil/lzo.c
mp3: Forward seeking errors
[ffmpeg] / libavutil / lzo.c
2014-06-23 Luca Barbatolzo: Handle integer overflow
2013-03-15 Xi Wanglzo: fix overflow checking in copy_backptr()
2012-10-25 Diego Biurrunavutil: Move memcpy_backptr() to mem.c
2012-10-23 Mans RullgardRemove need for padding in av_memcpy_backptr()
2012-10-23 Diego Biurrunlzo: Use AV_COPY*U macros where appropriate
2012-10-20 Diego Biurrunavutil/lzo: K&R formatting cosmetics
2012-10-19 Diego Biurrunlzo: Drop obsolete fast_memcpy reference
2012-03-26 Diego Biurrunlibavutil: Remove broken and pointless lzo test program.
2011-12-05 Diego Biurrundoxygen: eliminate Qt-style doxygen syntax
2011-06-23 Diego Biurrundoxygen: Consistently use '@' instead of '\' for Doxyge...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-24 Reimar DöffingerHandle input or output len of 0 properly in lzo decoder.
2009-04-09 Diego BiurrunGive liblzo benchmark conditionals more descriptive...
2009-04-02 Diego BiurrunReplace manual setting of the removed av_log_level...
2009-03-08 Reimar DöffingerRemove more functions disabled by major version bump.
2009-02-02 Diego BiurrunAdd necessary header for LIBAVUTIL_VERSION_MAJOR, fixes...
2009-02-02 Reimar DöffingerMove doxygen documentation from lzo.c to lzo.h
2009-02-02 Reimar DöffingerAdd av_ prefix to LZO stuff and thus make it officially...
2009-01-28 Diego Biurrunspelling/grammar/consistency review part II
2009-01-28 Diego Biurrunspelling/grammar/consistency review part I
2008-08-06 Peter RossAdd av_memcpy_backptr(): deliberately overlapping memcp...
2008-02-01 Reimar DöffingerLZO decoder input is const
2007-01-31 Reimar DöffingerMove lzo decompression to libavutil