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-12fix make dep with some gcc versionsMåns Rullgård
2006-11-12slight simplificationDiego Biurrun
2006-11-11fix make dep for out of tree buildsMåns Rullgård
2006-11-09rename HAVE_VHOOK/BUILD_VHOOK to CONFIG_VHOOKMåns Rullgård
2006-11-08allow spaces in source and build directory namesMåns Rullgård
2006-11-02Add option to disable ffmpeg build.Diego Biurrun
2006-10-23Do not use a fake libavcodec/swscale.h, but always use the real oneLuca Abeni
2006-10-15Consistently use $(BUILD_ROOT).Diego Biurrun
2006-10-07Replace -I../-I. by -I$(BUILD_ROOT).Diego Biurrun
2006-10-03Mark all phony targets as such.Diego Biurrun
2006-10-02Add codectest to test targets.Diego Biurrun
2006-10-01make depend should recurse into libswscale as well.Diego Biurrun
2006-10-01Remove bogus .PHONY declaration from version.h target.Diego Biurrun
2006-09-13ffmpeg, ffplay, ffserver need version.hMåns Rullgård
2006-09-12Fix 'make depend' for libpostproc.Diego Biurrun
2006-09-10add our -L flags before any other linker flagsMåns Rullgård
2006-09-09fix out of tree buildsMåns Rullgård
2006-09-08Add -lav* to the front of LDFLAGS, fixes linking on Linux.Panagiotis Issaris
2006-09-08FFLIBS --> EXTRALIBSDiego Biurrun
2006-09-08Remove pointless variable indirection.Diego Biurrun
2006-09-08simplifyDiego Biurrun
2006-09-08FFLIBDIRS --> LDFLAGSDiego Biurrun
2006-08-31Some gcc versions dislike version.h to appear in the list of files toDiego Biurrun
2006-08-25FFMPEG_VERSION was moved to version.h.Diego Biurrun
2006-08-08Enable swscale usage in ffmpegLuca Abeni
2006-07-24Rename FFSLDFLAGS variable to FFSERVERLDFLAGS to lessen confusion.Diego Biurrun
2006-07-14replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental useMåns Rullgård
2006-07-12CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun
2006-07-10Move gprof compiler flag handling to configure.Diego Biurrun
2006-07-10Remove silly TEST variable that is used in one line but not directly above.Diego Biurrun
2006-07-05cosmetics: Break overly long lines.Diego Biurrun
2006-07-02simplifyDiego Biurrun
2006-07-02make distclean clean everythingLuca Barbato
2006-06-29get svn version when using separate build treeMåns Rullgård
2006-06-23.depend needs version.h, noticed by Uoti UrpalaDiego Biurrun
2006-06-20Use Subversion revision for FFMPEG_VERSION.Diego Biurrun
2006-06-20Avoid binary stripping rule code duplication.Diego Biurrun
2006-06-17put local -L flags first in link commandsMåns Rullgård
2006-06-09CVS --> SubversionDiego Biurrun
2006-06-02'make depend' should recurse into libavutil as well.Diego Biurrun
2006-06-02libavcodec/libpostproc ---> libpostprocDiego Biurrun
2006-05-18Generate the list of all programs, unstripped programs and man pages in a moreDiego Biurrun
2006-05-18Rename singular variables to more sensible plural form.Diego Biurrun
2006-05-18uninstallation supportDiego Biurrun
2006-05-18cosmetics: Prettyprint some commands.Diego Biurrun
2006-03-27Use '-' instead of '|| true' to ignore errors.Diego Biurrun
2006-03-16use CFLAGS when compiling qt-faststart, to enable largefile supportBaptiste Coudurier
2006-02-19Create installation directories in the common install-* targets.Måns Rullgård
2006-02-13add quotes around $(libdir)Måns Rullgård
2006-02-13move common parts of makefiles into common.makMåns Rullgård