log imgconvert.c @ 6356:afa99894d8d9 libavcodec

age author description
Fri, 15 Feb 2008 18:01:07 +0000 vitor Split avpicture_fill() in two functions. This will be libavcodec
Wed, 13 Feb 2008 09:26:10 +0000 diego typo fix: inited --> initialized libavcodec
Mon, 11 Feb 2008 21:49:24 +0000 vitor Factor bytewidth determination in its own function libavcodec
Thu, 31 Jan 2008 00:00:08 +0000 bcoudurier cast to dest type, fix warning imgconvert.c:1958: warning: assignment from incompatible pointer type libavcodec
Tue, 18 Dec 2007 13:49:58 +0000 bcoudurier avoid infinite loop if pixel format conversion does not exist libavcodec
Sat, 01 Dec 2007 22:21:04 +0000 vitor spelling libavcodec
Thu, 11 Oct 2007 22:31:08 +0000 cehoyos Enable avpicture_deinterlace() for PIX_FMT_GRAY8. libavcodec
Sat, 29 Sep 2007 15:09:34 +0000 andoma Use emms_c() instead of ifdef libavcodec
Mon, 24 Sep 2007 13:21:41 +0000 aurel add support for yuva420p colorspace (yuv420p + alpha) libavcodec
Wed, 18 Jul 2007 08:11:16 +0000 benoit add YUV440P and YUVJ440P support libavcodec
Tue, 17 Jul 2007 12:57:50 +0000 diego typo fixes libavcodec
Tue, 17 Jul 2007 12:33:14 +0000 benoit create colorspace.h and use it where appropriate libavcodec
Wed, 30 May 2007 14:20:55 +0000 benoit Add support for listing the supported pixel formats using the option libavcodec
Mon, 28 May 2007 09:30:41 +0000 diego Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h. libavcodec
Sat, 07 Apr 2007 19:24:27 +0000 ivo Fix segmentation fault for gray16le to gray conversion. libavcodec
Sun, 04 Mar 2007 11:53:11 +0000 takis Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img" libavcodec
Sun, 25 Feb 2007 07:53:44 +0000 takis Move the unaltered documentation of the functions which are part of the public libavcodec
Tue, 20 Feb 2007 08:35:25 +0000 gpoirier add doxygen docs for avpicture_fill() libavcodec
Mon, 12 Feb 2007 23:23:05 +0000 diego consistency renaming: yuv422 --> yuyv422 libavcodec
Mon, 12 Feb 2007 23:15:38 +0000 diego consistency renaming: uyvy411 --> uyyvyy411 libavcodec
Mon, 12 Feb 2007 23:07:17 +0000 diego consistency renaming: rgba32 --> rgb32 libavcodec
Wed, 07 Feb 2007 01:48:09 +0000 diego Replace deprecated PIX_FMT names by the newer variants. libavcodec
Wed, 17 Jan 2007 11:02:07 +0000 lu_zero Avoid branches in the loop and solve a gcc warning libavcodec
Wed, 17 Jan 2007 10:47:58 +0000 lu_zero Cosmetics libavcodec
Thu, 16 Nov 2006 20:46:36 +0000 alex Remove alpha channel from RGB555 libavcodec
Thu, 16 Nov 2006 20:43:29 +0000 alex BGR555 has never been working as alpha supporting format. Remove the false setting. libavcodec
Tue, 14 Nov 2006 19:53:22 +0000 alex changed rgba32_to routines to support both alpha and non-alpha formats (see r7066 too) libavcodec
Sun, 12 Nov 2006 20:08:09 +0000 mru rename cropTbl -> ff_cropTbl libavcodec
Fri, 27 Oct 2006 22:08:02 +0000 reynaldo Fix obvious typo, BGR555 was missing libavcodec
Tue, 24 Oct 2006 04:57:43 +0000 kostya 16-bit grayscale support libavcodec