index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
/
lzo.c
Age
Commit message (
Expand
)
Author
2011-12-30
Avoid av_memcpy_backptr hang without extra branch.
Reimar Döffinger
2011-12-24
lzo: fix memcpy_backptr() with 0 offset
Michael Niedermayer
2011-12-06
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-05
doxygen: eliminate Qt-style doxygen syntax
Diego Biurrun
2011-11-05
av_lzo1x_decode: properly handle negative buffer length.
Reimar Döffinger
2011-06-24
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-24
doxygen: Consistently use '@' instead of '\' for Doxygen markup.
Diego Biurrun
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-01-24
Handle input or output len of 0 properly in lzo decoder.
Reimar Döffinger
2011-01-24
Handle input or output len of 0 properly in lzo decoder.
Reimar Döffinger
2009-04-09
Give liblzo benchmark conditionals more descriptive names and add convenience
Diego Biurrun
2009-04-02
Replace manual setting of the removed av_log_level variable by the
Diego Biurrun
2009-03-08
Remove more functions disabled by major version bump.
Reimar Döffinger
2009-02-02
Add necessary header for LIBAVUTIL_VERSION_MAJOR, fixes the warning:
Diego Biurrun
2009-02-02
Move doxygen documentation from lzo.c to lzo.h
Reimar Döffinger
2009-02-02
Add av_ prefix to LZO stuff and thus make it officially part of the public API.
Reimar Döffinger
2009-01-28
spelling/grammar/consistency review part II
Diego Biurrun
2009-01-28
spelling/grammar/consistency review part I
Diego Biurrun
2008-08-06
Add av_memcpy_backptr(): deliberately overlapping memcpy variant.
Peter Ross
2008-02-01
LZO decoder input is const
Reimar Döffinger
2007-01-31
Move lzo decompression to libavutil
Reimar Döffinger