9 Commits (51a269cd97a11be8016d0b44f1276993ec021d4d)

Author SHA1 Message Date
Reimar Döffinger 679f5c2542 Documentation for LZO error return value flags 16 years ago
Reimar Döffinger a545f067f3 Move doxygen documentation from lzo.c to lzo.h 16 years ago
Reimar Döffinger 0b178e5629 Add av_ prefix to LZO stuff and thus make it officially part of the public API. 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
Diego Biurrun 82ed0b763a Add missing stdint.h header to fix 'make checkheaders'. 16 years ago
Peter Ross 6ba10f338a Add av_memcpy_backptr(): deliberately overlapping memcpy variant. 16 years ago
Reimar Döffinger 5e038b4f08 LZO decoder input is const 17 years ago
Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
Reimar Döffinger 4302963daa Move lzo decompression to libavutil 18 years ago
Reimar Döffinger a737f1dfdb LZO optimization: check input buffer bounds less frequently if padded 18 years ago
Reimar Döffinger 8cb59bce97 Fix _LZO_H vs. LZO_H typo 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Diego Biurrun 04d7f60143 Add official LGPL license headers to the files that were missing them. 18 years ago
Reimar Döffinger f53a2931cf faster copy functions for lzo decoder that also need padding 19 years ago
Reimar Döffinger 517840c654 Our own LZO (1X) implementation, under LGPL and optimized for readability. 19 years ago