]> git.sesse.net Git - ffmpeg/history - libswscale/Makefile
New LGPLed YUV2RGB table generator for SwScaler
[ffmpeg] / libswscale / Makefile
2009-02-22 Kostya ShishkovNew LGPLed YUV2RGB table generator for SwScaler
2008-11-20 Diego Biurruncosmetics: Consistently place HEADERS before OBJS in...
2008-11-03 Diego BiurrunMerge ARCH_BFIN lines.
2008-11-03 Diego BiurrunAdd tests target for libswscale test programs.
2008-11-03 Måns RullgårdRemove forgotten ASM_OBJS in libswscale
2008-10-27 Michael Niedermayerrgb2rgb.h was not really intended to be a public header...
2008-07-09 Luca BarbatoSplit AVOption/AVClass in a separate file. SoC Patch...
2008-06-08 Diego BiurrunOBJS should end in .o, not .c.
2008-06-08 Jan KnutarVIS OBJS should end in .o, not .c; patch by Jan Knutar...
2008-05-05 Diego Biurruncosmetics: sort lines (correctly)
2008-05-04 Luca BarbatoCosmetics: reorder and align targets
2008-05-04 Luca BarbatoBuild sparc arch specific code using the Makefile
2008-05-04 Diego Biurruncosmetics: alphabetical order
2008-04-07 Måns Rullgårdnon-recursive makefiles
2008-03-08 Diego Biurruncosmetics: Remove useless empty line.
2008-03-08 Diego Biurruncosmetics: Consistently move NAME and FFLIBS to the...
2008-03-07 Måns Rullgårdsimplify library version handling
2008-03-06 Måns Rullgårdconsolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
2007-10-18 Diego BiurrunRename LIB to LIBNAME for consistency.
2007-08-30 Diego Biurruncosmetics: Sort some lines, whitespace changes.
2007-06-22 Marc Hoffmanintegrating ff_bfin_get_unscaled_swscale into the system
2007-06-16 Reimar DöffingerMissing libswscale part of TARGET_ -> HAVE_ change
2007-06-16 Reimar DöffingerCopile fix: missing libswscale part of ffmpeg r9322...
2007-05-13 Marc HoffmanBlackfin optimized YUV420 to RGB CSC Color Space Conver...
2007-04-26 Diego BiurrunDon't declare -lm as a dependency of swscale-example.
2007-02-27 Diego BiurrunRemove useless conditional.
2007-01-28 Luca BarbatoMake example and test build and link correctly
2007-01-25 Diego BiurrunSimplify conditional compilation handling.
2006-12-22 Luca AbeniClarify that yuv2rgb_init.c cannot be used under LGPL
2006-12-20 Luca AbeniAllow to compile swscale's non-SIMD code under the...
2006-11-09 Luca AbeniSynch with ffmpeg's r6938 "allow spaces in source and...
2006-10-23 Luca AbeniProperly set EXTRALIBS
2006-10-11 Diego BiurrunMove CFLAGS handling to common.mak.
2006-10-07 Diego BiurrunReplace -I.. by -I$(BUILD_ROOT).
2006-10-05 Diego BiurrunSimplify test program build.
2006-10-05 Diego BiurrunTest programs depend on $(LIB).
2006-10-04 Diego BiurrunFFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE...
2006-10-04 Diego BiurrunRemove cs_test and swscale-example on clean.
2006-10-04 Diego BiurrunRemove redundant EXTRALIBS declaration.
2006-10-04 Diego BiurrunSimplify compilation call by using $(EXTRALIBS).
2006-08-21 Luca AbeniAllow to compile swscale tests
2006-08-17 Diego BiurrunMove all internal -I parameters to the front of CFLAGS...
2006-08-16 Luca AbeniFix compilation as a win32 shared library (libavutil...
2006-07-10 Luca Abenimake libswscale build system similar to the libav* one
2006-06-30 Luca AbeniMove postproc ---> libswscale