log libmpcodecs/vf_scale.c @ 29845:a05ba1fa78b6

age author description
Tue, 11 Aug 2009 17:51:11 +0000 cehoyos Add IMGFMT_RGB48LE and IMGFMT_RGB48BE.
Sun, 26 Jul 2009 19:53:00 +0000 diego Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Sun, 29 Mar 2009 14:46:59 +0000 reimar Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in libmpcodecs.
Fri, 16 Jan 2009 13:19:29 +0000 gpoirier revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r28331
Fri, 16 Jan 2009 10:07:14 +0000 gpoirier fix compilation on non x86 machines (PPC here)
Fri, 16 Jan 2009 09:21:21 +0000 reimar Lots and lots of #ifdef ARCH_... -> #if ARCH_...
Thu, 16 Oct 2008 18:59:27 +0000 diego Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
Sun, 11 May 2008 12:37:04 +0000 michael Factorize "int i".
Mon, 28 Apr 2008 14:43:30 +0000 diego Consistently #include mpbswap.h instead of bswap.h everywhere.
Sun, 02 Dec 2007 14:57:15 +0000 reimar Make all vf_info_t structs const
Tue, 28 Aug 2007 17:06:00 +0000 diego warning fix:
Thu, 07 Jun 2007 20:01:05 +0000 reimar 100l, fix compile error in r23498 due to bad copy in paste
Thu, 07 Jun 2007 19:11:25 +0000 reimar RGB8/BGR8 IMGFMTs are paletted in case of swscale input.
Sun, 27 May 2007 20:36:04 +0000 reimar Remove useless fastmemcpy.h include for filters that do not even do any memcpy.