log libvo/jpeg_enc.c @ 28676:d5c295360163

age author description
Tue, 04 Nov 2008 21:00:29 +0000 diego Add #include <string.h> for memset.
Wed, 14 May 2008 17:22:53 +0000 diego Use standard license headers with standard formatting.
Thu, 03 Apr 2008 17:19:23 +0000 reimar Change I_TYPE -> FF_I_TYPE to fix compilation.
Thu, 14 Feb 2008 14:23:55 +0000 diego typo fix: inited --> initialized
Fri, 18 Jan 2008 01:57:40 +0000 diego Remove broken test program that likely never worked.
Sun, 30 Dec 2007 10:49:43 +0000 diego Do not duplicate MJpegContext struct, #include the proper header instead.
Wed, 21 Nov 2007 09:22:33 +0000 diego main() --> main(void)
Sun, 27 May 2007 21:13:10 +0000 reimar Remove more pointless fastmemcpy.h includes in libvo
Sun, 27 May 2007 08:44:27 +0000 rik compilation fix: ff_ _encode added and temporarily disabled mjpeg_write_tables
Tue, 27 Feb 2007 15:07:44 +0000 rik compilation fix clip_uint8 -> av_clip_uint8
Mon, 22 Jan 2007 08:02:06 +0000 diego Fix FSF address and otherwise broken license headers.
Sat, 23 Dec 2006 13:18:43 +0000 rik compilation fixes: define always_inline and don't use uint64_t_C
Fri, 01 Sep 2006 18:49:40 +0000 rik Patch from Karolina Lindqvist <karolina.lindqvist@kramnet.se>
Sun, 01 May 2005 08:33:35 +0000 rik compilation fix (libavcodec sync)
Thu, 28 Oct 2004 01:15:53 +0000 diego Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.