log libmpcodecs/vd_lzo.c @ 30634:9c043456a260

age author description
2010-02-12 diego Mark all ad_info_t/vd_info_t structure declarations as const.
2010-01-30 diego Add missing license headers to all files in the libmpcodecs directory.
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-02-02 reimar Adapt to lzo changes in libavutil
2008-02-25 diego FFmpeg now uses different (unified) #include paths.
2007-01-31 reimar use ffmpeg's LZO
2007-01-31 reimar Use export type mpi, everything else is a fragile hack.
2007-01-31 reimar Avoid a static variable and instead use variable in context
2007-01-30 reimar cosmetics: remove useless commented-out stuff.
2007-01-30 reimar More simplification
2007-01-30 reimar Simplify
2007-01-30 reimar Fix vd_lzo, broken since r18069, i.e. April 2006!
2006-04-09 reimar 10l, we should really, really use lzo1x_decompress_safe instead of lzo1x_decompress
2006-03-08 reimar free tmp earlier, it is not needed below and might leak on errors otherwise
2002-11-06 arpi *HUGE* set of compiler warning fixes, unused variables removal
2002-10-29 alex cleaned up liblzo detect and naming
2002-10-28 arpi config_vo error handling
2002-10-19 alex using sh->context for private data
2002-10-19 alex support to use minilzo lib alternatively
2002-10-13 arpi liblzo realtime video codec support (decoding only)