summaryrefslogtreecommitdiffstats
path: root/libswscale/Makefile
Commit message (Expand)AuthorAgeFilesLines
* build: Generate pkg-config files from Make and not from configureDiego Biurrun2016-12-221-0/+1
* build: miscellaneous cosmeticsDiego Biurrun2016-04-071-8/+8
* build: handle library dependencies in configureJanne Grunau2014-05-131-1/+0
* Create version.h headers for libraries that lack themDiego Biurrun2012-07-041-1/+2
* build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.Diego Biurrun2012-05-071-1/+2
* build: Move all arch OBJS declarations into arch subdirectory Makefiles.Diego Biurrun2012-04-121-16/+0
* build: Consistently handle conditional compilation for all optimization OBJS.Diego Biurrun2012-04-121-4/+4
* build: Only clean the architecture subdirectory we build for.Diego Biurrun2012-03-261-2/+0
* build: prettyprinting cosmeticsDiego Biurrun2012-03-261-2/+8
* Remove Sun medialib glue code.Diego Biurrun2012-02-081-2/+1
* swscale: split C output functions into separate file.Ronald S. Bultje2012-02-071-2/+2
* swscale: Split C input functions into separate file.Ronald S. Bultje2012-02-071-2/+2
* win64: add a XMM clobber test configure option.Ronald S. Bultje2012-02-021-0/+2
* swscale: convert yuy2/uyvy/nv12/nv21ToY/UV from inline asm to yasm.Ronald S. Bultje2012-01-081-1/+2
* swscale: split scale.asm.Ronald S. Bultje2012-01-031-1/+2
* swscale: add MMX files to MMX-OBJS instead of OBJS.Ronald S. Bultje2012-01-031-1/+1
* build: move inclusion of subdir.mak to main subdir loopMans Rullgard2011-12-131-2/+0
* sws: implement MMX/SSE2/SSSE3/SSE4 versions for horizontal scaling.Ronald S. Bultje2011-09-131-0/+1
* build: include sub-makefiles using full path instead of symlinksMans Rullgard2011-06-281-1/+1
* build: Remove redundant config.mak includes from subdirectory Makefiles.Diego Biurrun2011-06-251-2/+0
* swscale: split swscale.c in unscaled and generic conversion routines.Ronald S. Bultje2011-06-031-1/+2
* swscale: split out x86/swscale_template.c from swscale.c.Ronald S. Bultje2011-06-031-0/+1
* swscale: split out ppc _template.c files from main swscale.c.Ronald S. Bultje2011-06-031-1/+2
* swscale: split out unscaled altivec YUV converters in their own file.Ronald S. Bultje2011-06-031-1/+2
* swscale: move away x86 specific code from rgb2rgbLuca Barbato2011-04-141-1/+2
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+0
* swscale-test: get strides using av_fill_image_linesizes() from libavcoreRamiro Polla2010-08-081-0/+1
* alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routinesDiego Biurrun2010-05-041-2/+1
* Rename swscale-example to swscale-test, to better reflect the intendedStefano Sabatini2010-01-271-2/+1
* Split swscale.c into scaler code (swscale.c) and utility code (utils.c).Ramiro Polla2010-01-241-1/+1
* Rename swscale_avoption.c to options.c.Stefano Sabatini2009-04-181-1/+1
* Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.Diego Biurrun2009-04-121-2/+0
* Make examples and test progs depend on librariesMåns Rullgård2009-04-011-5/+0
* Add missing $(EXESUF) to example/test program dependency declaration.Diego Biurrun2009-03-311-3/+3
* Generalize example target rule in common.mak so that it sets a -example$(EXESUF)Diego Biurrun2009-03-291-1/+1
* Move bfin specific code to its subdir.Ramiro Polla2009-03-271-1/+3
* Rename cs_test.c --> colorspace-test.c. This is more consistent with the namesDiego Biurrun2009-03-261-2/+2
* Move yuv2rgb code to subdirs.Ramiro Polla2009-03-261-4/+10
* swscale-example is an API example, not a test program.Diego Biurrun2009-03-251-1/+2
* Rename 'tests' target to 'testprogs'. It is too easily confused with theDiego Biurrun2009-03-221-1/+1
* Remove unnecessary CLEANFILES declaration. Test programs do not require it.Diego Biurrun2009-03-221-2/+0
* Rename yuv2rgb2.c --> yuv2rgb.c.Diego Biurrun2009-02-241-1/+1
* New LGPLed YUV2RGB table generator for SwScalerKostya Shishkov2009-02-221-2/+1
* cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun2008-11-201-2/+2
* Merge ARCH_BFIN lines.Diego Biurrun2008-11-031-3/+1
* Add tests target for libswscale test programs.Diego Biurrun2008-11-031-0/+2
* Remove forgotten ASM_OBJS in libswscaleMåns Rullgård2008-11-031-1/+1
* rgb2rgb.h was not really intended to be a public header, thus remove it.Michael Niedermayer2008-10-271-1/+1
* Split AVOption/AVClass in a separate file. SoC Patch from Keiji CostantiniLuca Barbato2008-07-091-1/+1
* OBJS should end in .o, not .c.Diego Biurrun2008-06-081-1/+1
OpenPOWER on IntegriCloud