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
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
2006-10-04Remove redundant EXTRALIBS declaration.Diego Biurrun
2006-10-04Simplify compilation call by using $(EXTRALIBS).Diego Biurrun
2006-08-21Allow to compile swscale testsLuca Abeni
2006-08-17Move all internal -I parameters to the front of CFLAGS to avoid using externalDiego Biurrun
2006-08-17Fix compilation as a win32 shared library (libavutil must be explicitly linked)Luca Abeni
2006-07-10make libswscale build system similar to the libav* oneLuca Abeni
2006-06-30Move postproc ---> libswscaleLuca Abeni