log libswscale/Makefile @ 31799:fe2e3c755706

age author description
Tue, 04 May 2010 09:11:01 +0000 diego alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routines
Wed, 27 Jan 2010 00:25:23 +0000 stefano Rename swscale-example to swscale-test, to better reflect the intended
Sun, 24 Jan 2010 02:08:22 +0000 ramiro Split swscale.c into scaler code (swscale.c) and utility code (utils.c).
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.