log imgresample.c @ 8590:7a463923ecd1 libavcodec

age author description
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavcodec
Mon, 22 Dec 2008 09:12:42 +0000 diego Rename libavcodec/i386/ --> libavcodec/x86/. libavcodec
Sun, 14 Dec 2008 00:46:27 +0000 aurel Get rid of mmx_t. libavcodec
Sat, 13 Dec 2008 12:56:29 +0000 diego Add img_convert() to imgconvert.h and #include it from imgresample.c. libavcodec
Mon, 03 Nov 2008 18:08:00 +0000 rathann Remove duplicated MM_* macros for CPU capabilities from dsputil.h. libavcodec
Tue, 21 Oct 2008 21:40:24 +0000 aurel uses FF_ARRAY_ELEMS() where appropriate libavcodec
Sun, 14 Sep 2008 22:20:14 +0000 diego cosmetics: Fix indentation. libavcodec
Mon, 08 Sep 2008 14:24:59 +0000 michael Bump Major version, this commit is almost just renaming bits_per_sample to libavcodec
Sun, 01 Jun 2008 20:51:44 +0000 bcoudurier add context_to_name func for logging libavcodec
Sun, 01 Jun 2008 02:21:53 +0000 bcoudurier give context to av_log libavcodec
Tue, 27 May 2008 21:12:28 +0000 michael memleak / fixes CID118 libavcodec
Fri, 09 May 2008 14:29:37 +0000 diego Add missing path to #include statement. libavcodec
Thu, 06 Mar 2008 17:41:31 +0000 takis Make av_class a pointer to a const AVClass. Addresses one warning in libavcodec
Mon, 03 Mar 2008 21:54:18 +0000 mru remove invalid free() forgotten in r12300 libavcodec
Mon, 03 Mar 2008 19:53:27 +0000 michael Provide non null class name to avoid crash with ffmpeg -h. libavcodec
Fri, 21 Dec 2007 11:50:18 +0000 diego comment typo fixes libavcodec
Sat, 01 Dec 2007 22:21:04 +0000 vitor spelling libavcodec
Tue, 02 Oct 2007 11:39:32 +0000 lu_zero Sanitize altivec code so it can be built with runtime check properly libavcodec
Tue, 26 Jun 2007 18:01:15 +0000 benoit Indentation libavcodec
Tue, 26 Jun 2007 18:00:50 +0000 benoit test context before accessing it libavcodec
Tue, 26 Jun 2007 16:09:55 +0000 benoit add an AVClass pointer in SwsContext context libavcodec
Mon, 28 May 2007 09:30:41 +0000 diego Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h. libavcodec
Mon, 21 May 2007 07:05:23 +0000 diego Fix imgresample-test linking. libavcodec
Mon, 21 May 2007 07:01:42 +0000 diego Add explanatory comments to some #endifs. 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
Wed, 17 Jan 2007 10:26:13 +0000 takis fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.ogm and libavcodec
Tue, 14 Nov 2006 03:18:09 +0000 mru revert bad checkin libavcodec
Tue, 14 Nov 2006 03:12:29 +0000 mru move some CFLAGS settings away from config.* writing section libavcodec
Wed, 01 Nov 2006 22:39:58 +0000 diego Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. libavcodec
Mon, 30 Oct 2006 10:15:37 +0000 lucabe AVPicture has 4 planes, not 3 libavcodec