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-06-11The video hooks do not depend on the libav* libraries.Diego Biurrun
2007-06-11We do not create .d files, thus no need to remove them.Diego Biurrun
2007-06-11Move libpostproc-specific uninstallation command to the libpostproc Makefile.Diego Biurrun
2007-06-11Use consistent paths for adding values to LDFLAGS.Diego Biurrun
2007-06-10Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.Diego Biurrun
2007-06-10whitespace cosmeticsDiego Biurrun
2007-06-10Simplify ffplay.o CFLAGS handling.Diego Biurrun
2007-06-10Compile all binaries with default CFLAGS.Diego Biurrun
2007-06-10Simplify command with automatic variable.Diego Biurrun
2007-06-08Remove stray commented out line, fix individual regression test dependencies.Diego Biurrun
2007-06-08Merge tests Makefile into the top-level Makefile.Diego Biurrun
2007-05-25Add seektest to top-level targets, remove individual codec tests.Diego Biurrun
2007-05-17Make documentation build nonrecursive: Merge it into the top-level Makefile.Diego Biurrun
2007-03-08include only files actually built in SRCSMåns Rullgård
2007-02-28remove useless OBJS variableMåns Rullgård
2007-02-28simplify conditional targetsMåns Rullgård
2007-02-27simplifyMåns Rullgård
2007-02-24Simplify .depend file inclusion.Diego Biurrun
2007-01-25Remove installstrip in favor of explicit strip; better for cross-compilation.Ramiro Polla
2007-01-25comment typoDiego Biurrun
2007-01-25PROGS depends on PROGS_G so depending on just PROGS is enough.Diego Biurrun
2006-12-26make version.h depend on .svn/entriesMåns Rullgård
2006-12-07do not use non-standard test -ntMåns Rullgård
2006-11-21Nuke config.log support.Diego Biurrun
2006-11-15Also remove cws2fws on clean.Diego Biurrun
2006-11-15Do not build output_example and qt-faststart by default.Diego Biurrun
2006-11-15Remove ifneq MINGW condition around man page uninstallation. We don't doDiego Biurrun
2006-11-15Move BeOS extralibs handling into configure.Diego Biurrun
2006-11-15Remove tar target, it's hardly useful.Diego Biurrun
2006-11-14Make man page installation dependent on documentation generation.Diego Biurrun
2006-11-14Remove ifneq MINGW condition around man page installation. We don't doDiego Biurrun
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