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 (Collapse)Author
2006-11-08allow spaces in source and build directory namesMåns Rullgård
out of tree builds from a source dir with spaces is impossible due to how make handles vpath Originally committed as revision 6938 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-01Use common define for x86_32 and x86_64.Diego Biurrun
Originally committed as revision 6859 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-29Fix dependencies for 'make dep'.Diego Biurrun
Originally committed as revision 6835 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-16Fix #endif comments.Diego Biurrun
Originally committed as revision 6709 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-15Revert putting EXTRALIBS in common.mak, linking fails on MinGW.Diego Biurrun
Originally committed as revision 6700 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-12Rename ABS macro to FFABS.Diego Biurrun
Originally committed as revision 6666 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-12Rename SIGN macro to FFSIGN to avoid clashes with system headers.Diego Biurrun
Originally committed as revision 6665 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-11Move CFLAGS handling to common.mak.Diego Biurrun
Originally committed as revision 6642 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-11printf --> av_log with some help from OdedDiego Biurrun
Originally committed as revision 6639 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-10Remove unused variables.Diego Biurrun
Originally committed as revision 6625 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-10Change libpostproc to use the FFMIN/FFMAX macros from libavutil.Diego Biurrun
Originally committed as revision 6622 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-10Move sign macro to libavutil.Diego Biurrun
Originally committed as revision 6620 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-10Use ABS macro from libavutil.Diego Biurrun
Originally committed as revision 6619 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-10Remove gcc-workaround that is already present in libavutil/common.h.Diego Biurrun
Originally committed as revision 6614 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-10Fix default license header.Diego Biurrun
Originally committed as revision 6613 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-07Replace -I../-I. by -I$(BUILD_ROOT).Diego Biurrun
Originally committed as revision 6572 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-07Remove bogus commented out include line.Diego Biurrun
Originally committed as revision 6571 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-03Move EXTRALIBS handling to common.mak.Diego Biurrun
Originally committed as revision 6545 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-031000000l for lu_zero (commiting untested? code)Michael Niedermayer
Originally committed as revision 6537 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-03Fix postproc build, thanks to Pavlov Konstantin <thresh@cpms.ru>Luca Barbato
Originally committed as revision 6534 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-02make postproc use avutilLuca Barbato
Originally committed as revision 6524 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-12Remove superfluous ifeq.Diego Biurrun
Originally committed as revision 6239 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-12Fix 'make depend' for libpostproc.Diego Biurrun
Originally committed as revision 6238 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-10Replace informal GPL notice by official header.Diego Biurrun
Originally committed as revision 6215 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-18Explicitly include fastmemcpy.h from libvo/.Diego Biurrun
Originally committed as revision 6021 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-17Move all internal -I parameters to the front of CFLAGS to avoid using externalDiego Biurrun
header files that happen to have the same name as internal ones. Originally committed as revision 6016 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-17Remove unnecessary -I. option.Diego Biurrun
Originally committed as revision 6010 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-17Remove duplicate -I option.Diego Biurrun
Originally committed as revision 6009 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-12Remove MPlayer-specific include option hacks.Diego Biurrun
Originally committed as revision 5723 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-06Make ffmpeg better support pic - from Diego Pettenò <flameeyes@gentoo.org>Luca Barbato
Originally committed as revision 5631 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-05Remove erroneous -I../.. flag that points outside of the src directory.Diego Biurrun
Originally committed as revision 5621 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-18Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner
outside their declaring source file and which have no corresponding prototype. patch by Stefan Huehner stefan^^@^^huehner^^.^^org Originally committed as revision 5497 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-09CVS --> SubversionDiego Biurrun
Originally committed as revision 5461 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-02remove redundant make variable SUBDIRMåns Rullgård
Originally committed as revision 5442 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-0210l to DiegoMåns Rullgård
Originally committed as revision 5441 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-02libavcodec/libpostproc ---> libpostprocDiego Biurrun
Originally committed as revision 5440 to svn://svn.ffmpeg.org/ffmpeg/trunk