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
2006-11-08allow spaces in source and build directory namesMåns Rullgård
2006-11-01Use common define for x86_32 and x86_64.Diego Biurrun
2006-10-29Fix dependencies for 'make dep'.Diego Biurrun
2006-10-16Fix #endif comments.Diego Biurrun
2006-10-15Revert putting EXTRALIBS in common.mak, linking fails on MinGW.Diego Biurrun
2006-10-12Rename ABS macro to FFABS.Diego Biurrun
2006-10-12Rename SIGN macro to FFSIGN to avoid clashes with system headers.Diego Biurrun
2006-10-11Move CFLAGS handling to common.mak.Diego Biurrun
2006-10-11printf --> av_log with some help from OdedDiego Biurrun
2006-10-10Remove unused variables.Diego Biurrun
2006-10-10Change libpostproc to use the FFMIN/FFMAX macros from libavutil.Diego Biurrun
2006-10-10Move sign macro to libavutil.Diego Biurrun
2006-10-10Use ABS macro from libavutil.Diego Biurrun
2006-10-10Remove gcc-workaround that is already present in libavutil/common.h.Diego Biurrun
2006-10-10Fix default license header.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-10-07Replace -I../-I. by -I$(BUILD_ROOT).Diego Biurrun
2006-10-07Remove bogus commented out include line.Diego Biurrun
2006-10-03Move EXTRALIBS handling to common.mak.Diego Biurrun
2006-10-031000000l for lu_zero (commiting untested? code)Michael Niedermayer
2006-10-03Fix postproc build, thanks to Pavlov Konstantin <thresh@cpms.ru>Luca Barbato
2006-10-02make postproc use avutilLuca Barbato
2006-09-12Remove superfluous ifeq.Diego Biurrun
2006-09-12Fix 'make depend' for libpostproc.Diego Biurrun
2006-09-10Replace informal GPL notice by official header.Diego Biurrun
2006-08-18Explicitly include fastmemcpy.h from libvo/.Diego Biurrun
2006-08-17Move all internal -I parameters to the front of CFLAGS to avoid using externalDiego Biurrun
2006-08-17Remove unnecessary -I. option.Diego Biurrun
2006-08-17Remove duplicate -I option.Diego Biurrun
2006-07-12Remove MPlayer-specific include option hacks.Diego Biurrun
2006-07-06Make ffmpeg better support pic - from Diego Pettenò <flameeyes@gentoo.org>Luca Barbato
2006-07-05Remove erroneous -I../.. flag that points outside of the src directory.Diego Biurrun
2006-06-18Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner
2006-06-09CVS --> SubversionDiego Biurrun
2006-06-02remove redundant make variable SUBDIRMåns Rullgård
2006-06-0210l to DiegoMåns Rullgård
2006-06-02libavcodec/libpostproc ---> libpostprocDiego Biurrun