Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-18Rename swscale_avoption.c to options.c.Stefano Sabatini
2009-04-13Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.Diego Biurrun
2009-04-01Make examples and test progs depend on librariesMåns Rullgård
2009-03-31Add missing $(EXESUF) to example/test program dependency declaration.Diego Biurrun
2009-03-29Generalize example target rule in common.mak so that it sets a -example$(EXESUF)Diego Biurrun
2009-03-28Move bfin specific code to its subdir.Ramiro Polla
2009-03-26Rename cs_test.c --> colorspace-test.c. This is more consistent with the namesDiego Biurrun
2009-03-26Move yuv2rgb code to subdirs.Ramiro Polla
2009-03-25swscale-example is an API example, not a test program.Diego Biurrun
2009-03-23Rename 'tests' target to 'testprogs'. It is too easily confused with theDiego Biurrun
2009-03-23Remove unnecessary CLEANFILES declaration. Test programs do not require it.Diego Biurrun
2009-02-25Rename yuv2rgb2.c --> yuv2rgb.c.Diego Biurrun
2009-02-22New LGPLed YUV2RGB table generator for SwScalerKostya Shishkov
2008-11-21cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun
2008-11-04Merge ARCH_BFIN lines.Diego Biurrun
2008-11-04Add tests target for libswscale test programs.Diego Biurrun
2008-11-04Remove forgotten ASM_OBJS in libswscaleMåns Rullgård
2008-10-27rgb2rgb.h was not really intended to be a public header, thus remove it.Michael Niedermayer
2008-07-10Split AVOption/AVClass in a separate file. SoC Patch from Keiji CostantiniLuca Barbato
2008-06-08OBJS should end in .o, not .c.Diego Biurrun
2008-06-08VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi.Jan Knutar
2008-05-05cosmetics: sort lines (correctly)Diego Biurrun
2008-05-05Cosmetics: reorder and align targetsLuca Barbato
2008-05-05Build sparc arch specific code using the MakefileLuca Barbato
2008-05-04cosmetics: alphabetical orderDiego Biurrun
2008-04-08non-recursive makefilesMåns Rullgård
2008-03-08cosmetics: Remove useless empty line.Diego Biurrun
2008-03-08cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun
2008-03-07simplify library version handlingMåns Rullgård
2008-03-06consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård
2007-10-18Rename LIB to LIBNAME for consistency.Diego Biurrun
2007-08-31cosmetics: Sort some lines, whitespace changes.Diego Biurrun
2007-06-22integrating ff_bfin_get_unscaled_swscale into the systemMarc Hoffman
2007-06-16Missing libswscale part of TARGET_ -> HAVE_ changeReimar Döffinger
2007-06-16Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change.Reimar Döffinger
2007-05-13Blackfin optimized YUV420 to RGB CSC Color Space Converters.Marc Hoffman
2007-04-26Don't declare -lm as a dependency of swscale-example.Diego Biurrun
2007-02-27Remove useless conditional.Diego Biurrun
2007-01-28Make example and test build and link correctlyLuca Barbato
2007-01-25Simplify conditional compilation handling.Diego Biurrun
2006-12-22Clarify that yuv2rgb_init.c cannot be used under LGPLLuca Abeni
2006-12-20Allow to compile swscale's non-SIMD code under the LGPL license.Luca Abeni
2006-11-09Synch with ffmpeg's r6938 "allow spaces in source and build directory names..."Luca Abeni
2006-10-23Properly set EXTRALIBSLuca Abeni
2006-10-11Move CFLAGS handling to common.mak.Diego Biurrun
2006-10-07Replace -I.. by -I$(BUILD_ROOT).Diego Biurrun
2006-10-05Simplify test program build.Diego Biurrun
2006-10-05Test programs depend on $(LIB).Diego Biurrun
2006-10-05FFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE in CFLAGS.Diego Biurrun
2006-10-04Remove cs_test and swscale-example on clean.Diego Biurrun