]> git.sesse.net Git - ffmpeg/history - libswscale/Makefile
lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields
[ffmpeg] / libswscale / Makefile
2014-05-13 Janne Grunaubuild: handle library dependencies in configure
2012-07-04 Diego BiurrunCreate version.h headers for libraries that lack them
2012-05-07 Diego Biurrunbuild: cosmetics: Split HEADERS/OBJS/PROGS lists into...
2012-04-12 Diego Biurrunbuild: Move all arch OBJS declarations into arch subdir...
2012-04-12 Diego Biurrunbuild: Consistently handle conditional compilation...
2012-03-26 Diego Biurrunbuild: Only clean the architecture subdirectory we...
2012-03-26 Diego Biurrunbuild: prettyprinting cosmetics
2012-02-08 Diego BiurrunRemove Sun medialib glue code.
2012-02-07 Ronald S. Bultjeswscale: split C output functions into separate file.
2012-02-07 Ronald S. Bultjeswscale: Split C input functions into separate file.
2012-02-02 Ronald S. Bultjewin64: add a XMM clobber test configure option.
2012-01-09 Ronald S. Bultjeswscale: convert yuy2/uyvy/nv12/nv21ToY/UV from inline...
2012-01-04 Ronald S. Bultjeswscale: split scale.asm.
2012-01-04 Ronald S. Bultjeswscale: add MMX files to MMX-OBJS instead of OBJS.
2011-12-13 Mans Rullgardbuild: move inclusion of subdir.mak to main subdir...
2011-09-13 Ronald S. Bultjesws: implement MMX/SSE2/SSSE3/SSE4 versions for horizon...
2011-06-28 Mans Rullgardbuild: include sub-makefiles using full path instead...
2011-06-25 Diego Biurrunbuild: Remove redundant config.mak includes from subdir...
2011-06-03 Ronald S. Bultjeswscale: split swscale.c in unscaled and generic conver...
2011-06-03 Ronald S. Bultjeswscale: split out x86/swscale_template.c from swscale.c.
2011-06-03 Ronald S. Bultjeswscale: split out ppc _template.c files from main...
2011-06-03 Ronald S. Bultjeswscale: split out unscaled altivec YUV converters...
2011-04-14 Luca Barbatoswscale: move away x86 specific code from rgb2rgb
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2010-08-08 Ramiro Pollaswscale-test: get strides using av_fill_image_linesizes...
2010-05-04 Diego Biurrunalternative LGPL-licensed, MMX-optimized YUV to RGB...
2010-01-27 Stefano SabatiniRename swscale-example to swscale-test, to better refle...
2010-01-24 Ramiro PollaSplit swscale.c into scaler code (swscale.c) and utilit...
2009-04-18 Stefano SabatiniRename swscale_avoption.c to options.c.
2009-04-12 Diego BiurrunMove addition of MMX-OBJS to OBJS into common.mak inste...
2009-04-01 Måns RullgårdMake examples and test progs depend on libraries
2009-03-31 Diego BiurrunAdd missing $(EXESUF) to example/test program dependenc...
2009-03-29 Diego BiurrunGeneralize example target rule in common.mak so that...
2009-03-27 Ramiro PollaMove bfin specific code to its subdir.
2009-03-26 Diego BiurrunRename cs_test.c --> colorspace-test.c. This is more...
2009-03-26 Ramiro PollaMove yuv2rgb code to subdirs.
2009-03-25 Diego Biurrunswscale-example is an API example, not a test program.
2009-03-22 Diego BiurrunRename 'tests' target to 'testprogs'. It is too easily...
2009-03-22 Diego BiurrunRemove unnecessary CLEANFILES declaration. Test program...
2009-02-24 Diego BiurrunRename yuv2rgb2.c --> yuv2rgb.c.
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