summaryrefslogtreecommitdiffstats
path: root/libswscale/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi.Jan Knutar2008-06-081-1/+1
* cosmetics: sort lines (correctly)Diego Biurrun2008-05-051-5/+2
* Cosmetics: reorder and align targetsLuca Barbato2008-05-041-1/+3
* Build sparc arch specific code using the MakefileLuca Barbato2008-05-041-0/+3
* cosmetics: alphabetical orderDiego Biurrun2008-05-041-3/+1
* non-recursive makefilesMåns Rullgård2008-04-071-7/+6
* cosmetics: Remove useless empty line.Diego Biurrun2008-03-081-1/+0
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun2008-03-081-2/+1
* simplify library version handlingMåns Rullgård2008-03-071-2/+0
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård2008-03-061-1/+1
* Rename LIB to LIBNAME for consistency.Diego Biurrun2007-10-181-2/+2
* cosmetics: Sort some lines, whitespace changes.Diego Biurrun2007-08-301-4/+4
* integrating ff_bfin_get_unscaled_swscale into the systemMarc Hoffman2007-06-221-1/+3
* Missing libswscale part of TARGET_ -> HAVE_ changeReimar Döffinger2007-06-161-1/+1
* Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change.Reimar Döffinger2007-06-161-2/+2
* Blackfin optimized YUV420 to RGB CSC Color Space Converters.Marc Hoffman2007-05-131-0/+3
* Don't declare -lm as a dependency of swscale-example.Diego Biurrun2007-04-261-1/+2
* Remove useless conditional.Diego Biurrun2007-02-271-2/+0
* Make example and test build and link correctlyLuca Barbato2007-01-281-2/+2
* Simplify conditional compilation handling.Diego Biurrun2007-01-251-6/+3
* Clarify that yuv2rgb_init.c cannot be used under LGPLLuca Abeni2006-12-221-2/+0
* Allow to compile swscale's non-SIMD code under the LGPL license.Luca Abeni2006-12-201-1/+6
* Synch with ffmpeg's r6938 "allow spaces in source and build directory names..."Luca Abeni2006-11-091-1/+1
* Properly set EXTRALIBSLuca Abeni2006-10-231-0/+2
* Move CFLAGS handling to common.mak.Diego Biurrun2006-10-111-4/+0
* Replace -I.. by -I$(BUILD_ROOT).Diego Biurrun2006-10-071-2/+1
* Simplify test program build.Diego Biurrun2006-10-051-3/+1
* Test programs depend on $(LIB).Diego Biurrun2006-10-051-2/+2
* FFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE in CFLAGS.Diego Biurrun2006-10-041-1/+1
OpenPOWER on IntegriCloud