summaryrefslogtreecommitdiff
path: root/libswscale/Makefile
Commit message (Expand)AuthorAge
* sws: implement MMX/SSE2/SSSE3/SSE4 versions for horizontal scaling.Ronald S. Bultje2011-09-13
* build: include sub-makefiles using full path instead of symlinksMans Rullgard2011-06-28
* build: Remove redundant config.mak includes from subdirectory Makefiles.Diego Biurrun2011-06-25
* swscale: split swscale.c in unscaled and generic conversion routines.Ronald S. Bultje2011-06-03
* swscale: split out x86/swscale_template.c from swscale.c.Ronald S. Bultje2011-06-03
* swscale: split out ppc _template.c files from main swscale.c.Ronald S. Bultje2011-06-03
* swscale: split out unscaled altivec YUV converters in their own file.Ronald S. Bultje2011-06-03
* swscale: move away x86 specific code from rgb2rgbLuca Barbato2011-04-14
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* swscale-test: get strides using av_fill_image_linesizes() from libavcoreRamiro Polla2010-08-08
* alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routinesDiego Biurrun2010-05-04
* Rename swscale-example to swscale-test, to better reflect the intendedStefano Sabatini2010-01-27
* Split swscale.c into scaler code (swscale.c) and utility code (utils.c).Ramiro Polla2010-01-24
* Rename swscale_avoption.c to options.c.Stefano Sabatini2009-04-18
* Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.Diego Biurrun2009-04-12
* Make examples and test progs depend on librariesMåns Rullgård2009-04-01
* Add missing $(EXESUF) to example/test program dependency declaration.Diego Biurrun2009-03-31
* Generalize example target rule in common.mak so that it sets a -example$(EXESUF)Diego Biurrun2009-03-29
* Move bfin specific code to its subdir.Ramiro Polla2009-03-27
* Rename cs_test.c --> colorspace-test.c. This is more consistent with the namesDiego Biurrun2009-03-26
* Move yuv2rgb code to subdirs.Ramiro Polla2009-03-26
* swscale-example is an API example, not a test program.Diego Biurrun2009-03-25
* Rename 'tests' target to 'testprogs'. It is too easily confused with theDiego Biurrun2009-03-22
* Remove unnecessary CLEANFILES declaration. Test programs do not require it.Diego Biurrun2009-03-22
* Rename yuv2rgb2.c --> yuv2rgb.c.Diego Biurrun2009-02-24
* New LGPLed YUV2RGB table generator for SwScalerKostya Shishkov2009-02-22
* cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun2008-11-20
* Merge ARCH_BFIN lines.Diego Biurrun2008-11-03
* Add tests target for libswscale test programs.Diego Biurrun2008-11-03
* Remove forgotten ASM_OBJS in libswscaleMåns Rullgård2008-11-03
* rgb2rgb.h was not really intended to be a public header, thus remove it.Michael Niedermayer2008-10-27
* Split AVOption/AVClass in a separate file. SoC Patch from Keiji CostantiniLuca Barbato2008-07-09
* OBJS should end in .o, not .c.Diego Biurrun2008-06-08
* VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi.Jan Knutar2008-06-08
* cosmetics: sort lines (correctly)Diego Biurrun2008-05-05
* Cosmetics: reorder and align targetsLuca Barbato2008-05-04
* Build sparc arch specific code using the MakefileLuca Barbato2008-05-04
* cosmetics: alphabetical orderDiego Biurrun2008-05-04
* non-recursive makefilesMåns Rullgård2008-04-07
* cosmetics: Remove useless empty line.Diego Biurrun2008-03-08
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun2008-03-08
* simplify library version handlingMåns Rullgård2008-03-07
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård2008-03-06
* Rename LIB to LIBNAME for consistency.Diego Biurrun2007-10-18
* cosmetics: Sort some lines, whitespace changes.Diego Biurrun2007-08-30
* integrating ff_bfin_get_unscaled_swscale into the systemMarc Hoffman2007-06-22
* Missing libswscale part of TARGET_ -> HAVE_ changeReimar Döffinger2007-06-16
* Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change.Reimar Döffinger2007-06-16
* Blackfin optimized YUV420 to RGB CSC Color Space Converters.Marc Hoffman2007-05-13
* Don't declare -lm as a dependency of swscale-example.Diego Biurrun2007-04-26