log imgconvert.c @ 3036:0b546eab515d libavcodec

age author description
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavcodec
Thu, 22 Dec 2005 01:10:11 +0000 diego COSMETICS: tabs --> spaces, some prettyprinting libavcodec
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavcodec
Mon, 11 Jul 2005 00:43:21 +0000 michael segfault fix libavcodec
Wed, 12 Jan 2005 00:16:25 +0000 michael various security fixes and precautionary checks libavcodec
Wed, 24 Nov 2004 22:54:16 +0000 michael YUV420P to UYVY422 conversion patch by (Luca Abeni <lucabe72 >< email >< it>) libavcodec
Wed, 27 Oct 2004 21:42:26 +0000 michael YUV420P to YUV422 conversion routine by (Danny Laarmans <dlaarmans at androme dot com>) libavcodec
Mon, 25 Oct 2004 01:16:13 +0000 michael fix -pixfmt mono[bw] patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>) libavcodec
Fri, 22 Oct 2004 02:04:30 +0000 romansh * Introducing IIDC1394 grabbing interface. libavcodec
Thu, 19 Aug 2004 10:55:48 +0000 michael enrtries for PIX_FMT_XVMC_MPEG2_MC and PIX_FMT_XVMC_MPEG2_IDCT patch by ("Todd.Kirby" <doubleshot at pacbell dot net>) libavcodec
Sun, 25 Jul 2004 10:01:36 +0000 michael UYVY support patch by ("Todd.Kirby" <doubleshot at pacbell dot net>) libavcodec
Sat, 01 Nov 2003 17:38:25 +0000 michael ffv1 rgb support libavcodec
Sat, 11 Oct 2003 08:18:05 +0000 michael recommit of libavcodec
Mon, 29 Sep 2003 15:44:59 +0000 michaelni avcodec const correctness patch by (Drew Hess <dhess at ilm dot com>) libavcodec
Tue, 26 Aug 2003 22:05:12 +0000 romansh * ffmpeg was *silently* rejecting to deinterlace NTSC DV. The problem libavcodec
Wed, 09 Jul 2003 23:10:59 +0000 michaelni flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot com>) libavcodec
Sat, 24 May 2003 18:48:30 +0000 mellum Warning and compatibility fixes. libavcodec
Mon, 12 May 2003 02:53:43 +0000 romansh * fixing a bug in avpicture_layout (PAL8 wasn't handled properly) libavcodec
Wed, 07 May 2003 19:01:45 +0000 romansh * introducing new public interface in imgconvert.c libavcodec
Mon, 21 Apr 2003 22:37:39 +0000 bellard rgb555 alpha extraction fix libavcodec
Mon, 21 Apr 2003 21:20:46 +0000 bellard added img_get_alpha_info() libavcodec
Mon, 21 Apr 2003 15:15:59 +0000 bellard fixed PIX_FMT_YUV422 conversions libavcodec
Mon, 21 Apr 2003 15:01:37 +0000 bellard loss fixes (thanks to Daniel Serpell) - shrink22 fix libavcodec
Mon, 21 Apr 2003 14:38:52 +0000 bellard added all missing UV conversions libavcodec
Mon, 21 Apr 2003 13:53:46 +0000 bellard almost exhaustive image conversion support libavcodec
Mon, 21 Apr 2003 12:12:58 +0000 bellard accurate YUV to RGB and RGB to YUV conversions - added comments libavcodec
Sun, 20 Apr 2003 16:18:44 +0000 bellard YUV formats/gray formats are correctly defined - added format loss information - preliminary JPEG YUV formats support libavcodec
Sat, 19 Apr 2003 16:21:25 +0000 bellard rgba32 convert libavcodec
Fri, 04 Apr 2003 13:36:07 +0000 michaelni fixing mem corruption libavcodec
Thu, 06 Mar 2003 13:22:51 +0000 michaelni typos & cosmetics libavcodec
Thu, 06 Mar 2003 11:32:04 +0000 michaelni per file doxy libavcodec
Tue, 18 Feb 2003 17:35:49 +0000 michaelni fixing 410 -> 420 libavcodec
Tue, 11 Feb 2003 16:35:48 +0000 kabi * UINTX -> uintx_t INTX -> intx_t libavcodec
Mon, 10 Feb 2003 09:35:32 +0000 kabi * static,const,compiler warning cleanup libavcodec
Sun, 09 Feb 2003 16:20:25 +0000 bellard added paletted 8 bit format support libavcodec
Sat, 08 Feb 2003 15:34:25 +0000 philipjsg Fix a bug in the conversion of rgba32->yuv420p. This resulted in garbage images libavcodec
Sun, 02 Feb 2003 19:53:01 +0000 bellard handle odd image sizes when using subsampled chroma (useful for JPEG images) libavcodec
Wed, 29 Jan 2003 22:44:34 +0000 michaelni 100000l libavcodec
Thu, 23 Jan 2003 23:03:09 +0000 bellard use av_malloc() functions - added av_strdup and av_realloc() libavcodec
Thu, 23 Jan 2003 01:20:47 +0000 michaelni reversing my own stupidity ... (raw packed yuv422 files dont use YUY2 but UYVY) libavcodec
Mon, 20 Jan 2003 22:41:48 +0000 michaelni img_convert() (YUV to YUV) patch by (Max Krasnyansky <maxk at qualcomm dot com>) libavcodec
Mon, 20 Jan 2003 22:26:19 +0000 bellard added gray<->RGB functions - fixed rgb<->yuv functions for non RGB24 case libavcodec
Mon, 20 Jan 2003 20:33:08 +0000 michaelni fixing yuv422 -> yuv420p (i need that for the vceq videos ...) libavcodec
Sun, 19 Jan 2003 18:30:29 +0000 michaelni C99 initializers and kill warnings patch by (mru at users dot sourceforge dot net (Mns Rullgrd)) libavcodec
Sat, 11 Jan 2003 04:54:38 +0000 bellard added missing formats in all functions - added monoblack, monowhite and gray8 support for most conversions libavcodec
Sat, 11 Jan 2003 00:08:48 +0000 bellard simplified code (need automatic testing) - added primitive new format support. libavcodec
Sun, 29 Dec 2002 22:35:46 +0000 michaelni removing PIX_FMT_ANY libavcodec
Thu, 14 Nov 2002 19:46:14 +0000 michaelni 16-bit and 15-bit rgb/bgr patch by (Joel Yliluoma <joel dot yliluoma at w-create dot com>) (note, rare formats disabled) libavcodec
Wed, 30 Oct 2002 09:09:34 +0000 michaelni 1) Add MMX deinterlace code. libavcodec
Tue, 08 Oct 2002 17:42:33 +0000 bellard minimum support for YUV411P (new combined scaler/converter will handle that better...) libavcodec
Sat, 27 Jul 2002 03:08:04 +0000 philipjsg Add conversions to and from RGBA32 and BGRA32. libavcodec
Sun, 21 Jul 2002 07:54:53 +0000 michaelni YUV410P to YUV420P patch by Franois Revol <revol at free dot fr> libavcodec
Mon, 27 May 2002 16:42:14 +0000 kabi * started to cleanup name clashes for onetime compilation libavcodec
Sat, 25 May 2002 22:45:33 +0000 glantau license/copyright change libavcodec
Sat, 18 May 2002 23:03:29 +0000 glantau removed useless header includes - use av memory functions libavcodec
Mon, 08 Apr 2002 21:03:35 +0000 kabi * using pixtype as enum - by Philip Gladstone libavcodec
Mon, 13 Aug 2001 21:48:05 +0000 glantau win32 fixes libavcodec
Sat, 11 Aug 2001 19:03:02 +0000 glantau added 422P, 444P support - added deinterlace support - added xxx to RGB24 convertion libavcodec
Thu, 02 Aug 2001 18:46:26 +0000 arpi_esp - removed #include ../config.h, because it's included from common.h libavcodec
Thu, 02 Aug 2001 08:29:38 +0000 nickols_k Adding fastmemcpy stuff to speedup mplayer project libavcodec