log libswscale/Makefile @ 31910:5f57e2bd697f

age author description
2010-08-08 ramiro swscale-test: get strides using av_fill_image_linesizes() from libavcore
2010-05-04 diego alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routines
2010-01-27 stefano Rename swscale-example to swscale-test, to better reflect the intended
2010-01-24 ramiro Split swscale.c into scaler code (swscale.c) and utility code (utils.c).
2009-04-18 stefano Rename swscale_avoption.c to options.c.
2009-04-12 diego Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.
2009-04-01 mru Make examples and test progs depend on libraries
2009-03-31 diego Add missing $(EXESUF) to example/test program dependency declaration.
2009-03-29 diego Generalize example target rule in common.mak so that it sets a -example$(EXESUF)
2009-03-27 ramiro Move bfin specific code to its subdir.
2009-03-26 diego Rename cs_test.c --> colorspace-test.c. This is more consistent with the names
2009-03-26 ramiro Move yuv2rgb code to subdirs.
2009-03-25 diego swscale-example is an API example, not a test program.
2009-03-22 diego Rename 'tests' target to 'testprogs'. It is too easily confused with the
2009-03-22 diego Remove unnecessary CLEANFILES declaration. Test programs do not require it.
2009-02-24 diego Rename yuv2rgb2.c --> yuv2rgb.c.
2009-02-22 kostya New LGPLed YUV2RGB table generator for SwScaler
2008-11-20 diego cosmetics: Consistently place HEADERS before OBJS in all Makefiles.
2008-11-03 diego Merge ARCH_BFIN lines.
2008-11-03 diego Add tests target for libswscale test programs.
2008-11-03 mru Remove forgotten ASM_OBJS in libswscale
2008-10-27 michael rgb2rgb.h was not really intended to be a public header, thus remove it.
2008-07-09 lu_zero Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantini
2008-06-08 diego OBJS should end in .o, not .c.
2008-06-08 diego VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi.
2008-05-05 diego cosmetics: sort lines (correctly)
2008-05-04 lu_zero cosmetics: Shuffle lines around and add empty lines.
2008-05-04 lu_zero Build sparc arch specific code using the Makefile
2008-05-04 diego cosmetics: alphabetical order
2008-04-07 mru non-recursive makefiles