summaryrefslogtreecommitdiffstats
path: root/libswscale/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Rename swscale_avoption.c to options.c.stefano2009-04-181-1/+1
* Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.diego2009-04-121-2/+0
* Make examples and test progs depend on librariesmru2009-04-011-5/+0
* Add missing $(EXESUF) to example/test program dependency declaration.diego2009-03-311-3/+3
* Generalize example target rule in common.mak so that it sets a -example$(EXESUF)diego2009-03-291-1/+1
* Move bfin specific code to its subdir.ramiro2009-03-271-1/+3
* Rename cs_test.c --> colorspace-test.c. This is more consistent with the namesdiego2009-03-261-2/+2
* Move yuv2rgb code to subdirs.ramiro2009-03-261-4/+10
* swscale-example is an API example, not a test program.diego2009-03-251-1/+2
* Rename 'tests' target to 'testprogs'. It is too easily confused with thediego2009-03-221-1/+1
* Remove unnecessary CLEANFILES declaration. Test programs do not require it.diego2009-03-221-2/+0
* Rename yuv2rgb2.c --> yuv2rgb.c.diego2009-02-241-1/+1
* New LGPLed YUV2RGB table generator for SwScalerkostya2009-02-221-2/+1
* cosmetics: Consistently place HEADERS before OBJS in all Makefiles.diego2008-11-201-2/+2
* Merge ARCH_BFIN lines.diego2008-11-031-3/+1
* Add tests target for libswscale test programs.diego2008-11-031-0/+2
* Remove forgotten ASM_OBJS in libswscalemru2008-11-031-1/+1
* rgb2rgb.h was not really intended to be a public header, thus remove it.michael2008-10-271-1/+1
* Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantinilu_zero2008-07-091-1/+1
* OBJS should end in .o, not .c.diego2008-06-081-1/+1
* VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi.diego2008-06-081-1/+1
* cosmetics: sort lines (correctly)diego2008-05-051-5/+2
* cosmetics: Shuffle lines around and add empty lines.lu_zero2008-05-041-1/+3
* Build sparc arch specific code using the Makefilelu_zero2008-05-041-0/+3
* cosmetics: alphabetical orderdiego2008-05-041-3/+1
* non-recursive makefilesmru2008-04-071-7/+6
* cosmetics: Remove useless empty line.diego2008-03-081-1/+0
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.diego2008-03-081-2/+1
* simplify library version handlingmru2008-03-071-2/+0
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentmru2008-03-061-1/+1
* Rename LIB to LIBNAME for consistency.diego2007-10-181-2/+2
* cosmetics: Sort some lines, whitespace changes.diego2007-08-301-4/+4
* integrating ff_bfin_get_unscaled_swscale into the systemmhoffman2007-06-221-1/+3
* Missing libswscale part of TARGET_ -> HAVE_ changereimar2007-06-161-1/+1
* Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change.reimar2007-06-161-2/+2
* Blackfin optimized YUV420 to RGB CSC Color Space Converters.gpoirier2007-05-131-0/+3
* Don't declare -lm as a dependency of swscale-example.diego2007-04-261-1/+2
* Remove useless conditional.diego2007-02-271-2/+0
* Make example and test build and link correctlylu_zero2007-01-281-2/+2
* Simplify conditional compilation handling.diego2007-01-251-6/+3
* Clarify that yuv2rgb_init.c cannot be used under LGPLlucabe2006-12-221-2/+0
* Allow to compile swscale's non-SIMD code under the LGPL license.lucabe2006-12-201-1/+6
* Synch with ffmpeg's r6938 "allow spaces in source and build directory names..."lucabe2006-11-091-1/+1
* Properly set EXTRALIBSlucabe2006-10-231-0/+2
* Move CFLAGS handling to common.mak.diego2006-10-111-4/+0
* Replace -I.. by -I$(BUILD_ROOT).diego2006-10-071-2/+1
* Simplify test program build.diego2006-10-051-3/+1
* Test programs depend on $(LIB).diego2006-10-051-2/+2
* FFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE in CFLAGS.diego2006-10-041-1/+1
* Remove cs_test and swscale-example on clean.diego2006-10-041-0/+3
* Remove redundant EXTRALIBS declaration.diego2006-10-041-1/+0
* Simplify compilation call by using $(EXTRALIBS).diego2006-10-041-2/+2
* Allow to compile swscale testslucabe2006-08-211-0/+6
* Move all internal -I parameters to the front of CFLAGS to avoid using externaldiego2006-08-171-1/+1
* Fix compilation as a win32 shared library (libavutil must be explicitly linked)lucabe2006-08-161-0/+1
* make libswscale build system similar to the libav* onelucabe2006-07-101-43/+13
* Move postproc ---> libswscalelucabe2006-06-301-0/+52