log libswscale/Makefile @ 30320:90c417401f02

age author description
Sat, 18 Apr 2009 13:52:00 +0000 stefano Rename swscale_avoption.c to options.c.
Sun, 12 Apr 2009 22:49:58 +0000 diego Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.
Wed, 01 Apr 2009 00:54:23 +0000 mru Make examples and test progs depend on libraries
Tue, 31 Mar 2009 16:52:24 +0000 diego Add missing $(EXESUF) to example/test program dependency declaration.
Sun, 29 Mar 2009 14:35:38 +0000 diego Generalize example target rule in common.mak so that it sets a -example$(EXESUF)
Fri, 27 Mar 2009 22:56:56 +0000 ramiro Move bfin specific code to its subdir.
Thu, 26 Mar 2009 14:20:15 +0000 diego Rename cs_test.c --> colorspace-test.c. This is more consistent with the names
Thu, 26 Mar 2009 01:30:10 +0000 ramiro Move yuv2rgb code to subdirs.
Wed, 25 Mar 2009 18:08:52 +0000 diego swscale-example is an API example, not a test program.
Sun, 22 Mar 2009 23:15:54 +0000 diego Rename 'tests' target to 'testprogs'. It is too easily confused with the
Sun, 22 Mar 2009 23:09:20 +0000 diego Remove unnecessary CLEANFILES declaration. Test programs do not require it.
Tue, 24 Feb 2009 22:40:20 +0000 diego Rename yuv2rgb2.c --> yuv2rgb.c.
Sun, 22 Feb 2009 09:22:05 +0000 kostya New LGPLed YUV2RGB table generator for SwScaler
Thu, 20 Nov 2008 22:54:30 +0000 diego cosmetics: Consistently place HEADERS before OBJS in all Makefiles.
Mon, 03 Nov 2008 22:06:45 +0000 diego Merge ARCH_BFIN lines.
Mon, 03 Nov 2008 22:01:03 +0000 diego Add tests target for libswscale test programs.
Mon, 03 Nov 2008 21:49:54 +0000 mru Remove forgotten ASM_OBJS in libswscale
Mon, 27 Oct 2008 09:05:27 +0000 michael rgb2rgb.h was not really intended to be a public header, thus remove it.
Wed, 09 Jul 2008 22:43:08 +0000 lu_zero Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantini
Sun, 08 Jun 2008 14:44:38 +0000 diego OBJS should end in .o, not .c.
Sun, 08 Jun 2008 14:44:05 +0000 diego VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi.
Mon, 05 May 2008 10:10:05 +0000 diego cosmetics: sort lines (correctly)
Sun, 04 May 2008 20:22:03 +0000 lu_zero cosmetics: Shuffle lines around and add empty lines.
Sun, 04 May 2008 20:19:33 +0000 lu_zero Build sparc arch specific code using the Makefile
Sun, 04 May 2008 18:28:24 +0000 diego cosmetics: alphabetical order
Mon, 07 Apr 2008 21:16:50 +0000 mru non-recursive makefiles
Sat, 08 Mar 2008 14:54:36 +0000 diego cosmetics: Remove useless empty line.
Sat, 08 Mar 2008 14:40:18 +0000 diego cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.
Fri, 07 Mar 2008 19:27:08 +0000 mru simplify library version handling
Thu, 06 Mar 2008 20:44:47 +0000 mru consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
Thu, 18 Oct 2007 09:35:02 +0000 diego Rename LIB to LIBNAME for consistency.
Thu, 30 Aug 2007 23:11:55 +0000 diego cosmetics: Sort some lines, whitespace changes.
Fri, 22 Jun 2007 13:03:40 +0000 mhoffman integrating ff_bfin_get_unscaled_swscale into the system
Sat, 16 Jun 2007 15:29:26 +0000 reimar Missing libswscale part of TARGET_ -> HAVE_ change
Sat, 16 Jun 2007 15:17:00 +0000 reimar Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change.
Sun, 13 May 2007 19:22:32 +0000 gpoirier Blackfin optimized YUV420 to RGB CSC Color Space Converters.
Thu, 26 Apr 2007 15:14:12 +0000 diego Don't declare -lm as a dependency of swscale-example.
Tue, 27 Feb 2007 00:19:01 +0000 diego Remove useless conditional.
Sun, 28 Jan 2007 17:52:59 +0000 lu_zero Make example and test build and link correctly
Thu, 25 Jan 2007 00:35:29 +0000 diego Simplify conditional compilation handling.
Fri, 22 Dec 2006 17:57:19 +0000 lucabe Clarify that yuv2rgb_init.c cannot be used under LGPL
Wed, 20 Dec 2006 13:09:29 +0000 lucabe Allow to compile swscale's non-SIMD code under the LGPL license.
Thu, 09 Nov 2006 15:13:56 +0000 lucabe Synch with ffmpeg's r6938 "allow spaces in source and build directory names..."
Mon, 23 Oct 2006 14:03:49 +0000 lucabe Properly set EXTRALIBS
Wed, 11 Oct 2006 08:30:22 +0000 diego Move CFLAGS handling to common.mak.
Sat, 07 Oct 2006 09:23:09 +0000 diego Replace -I.. by -I$(BUILD_ROOT).
Thu, 05 Oct 2006 17:11:05 +0000 diego Simplify test program build.
Thu, 05 Oct 2006 00:57:48 +0000 diego Test programs depend on $(LIB).
Wed, 04 Oct 2006 22:18:40 +0000 diego FFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE in CFLAGS.
Wed, 04 Oct 2006 14:02:42 +0000 diego Remove cs_test and swscale-example on clean.
Wed, 04 Oct 2006 14:00:14 +0000 diego Remove redundant EXTRALIBS declaration.
Wed, 04 Oct 2006 13:56:24 +0000 diego Simplify compilation call by using $(EXTRALIBS).
Mon, 21 Aug 2006 12:15:29 +0000 lucabe Allow to compile swscale tests
Thu, 17 Aug 2006 17:19:56 +0000 diego Move all internal -I parameters to the front of CFLAGS to avoid using external
Wed, 16 Aug 2006 20:09:47 +0000 lucabe Fix compilation as a win32 shared library (libavutil must be explicitly linked)
Mon, 10 Jul 2006 12:35:52 +0000 lucabe make libswscale build system similar to the libav* one
Fri, 30 Jun 2006 12:00:31 +0000 lucabe Move postproc ---> libswscale