log libmpcodecs/vd_lzo.c @ 36061:c5301890251d

age author description
Mon, 13 Sep 2010 15:43:13 +0000 diego Remove vim/emacs coding style hints.
Tue, 03 Aug 2010 15:55:17 +0000 siretart various spelling fixes, found by the Debian QA tool 'lintian'
Fri, 12 Feb 2010 16:29:34 +0000 diego Mark all ad_info_t/vd_info_t structure declarations as const.
Sat, 30 Jan 2010 16:57:40 +0000 diego Add missing license headers to all files in the libmpcodecs directory.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Mon, 02 Feb 2009 20:22:36 +0000 reimar Adapt to lzo changes in libavutil
Mon, 25 Feb 2008 15:46:36 +0000 diego FFmpeg now uses different (unified) #include paths.
Wed, 31 Jan 2007 23:04:20 +0000 reimar use ffmpeg's LZO
Wed, 31 Jan 2007 22:17:52 +0000 reimar Use export type mpi, everything else is a fragile hack.
Wed, 31 Jan 2007 22:15:51 +0000 reimar Avoid a static variable and instead use variable in context
Tue, 30 Jan 2007 19:01:42 +0000 reimar cosmetics: remove useless commented-out stuff.
Tue, 30 Jan 2007 19:00:54 +0000 reimar More simplification
Tue, 30 Jan 2007 18:53:53 +0000 reimar Simplify
Tue, 30 Jan 2007 18:51:23 +0000 reimar Fix vd_lzo, broken since r18069, i.e. April 2006!
Sun, 09 Apr 2006 18:25:35 +0000 reimar 10l, we should really, really use lzo1x_decompress_safe instead of lzo1x_decompress