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-07-21cosmetics: Use uppercase names for installation directories in makefiles.Diego Biurrun
2007-07-17fix tools compilationBenoit Fouet
2007-07-14create and populate "tools" directoryMåns Rullgård
2007-07-13libavtest and seektest no longer need gplMåns Rullgård
2007-07-10prettify conditional targetsMåns Rullgård
2007-07-10whitespace cosmeticsMåns Rullgård
2007-07-10clean up vhook variablesMåns Rullgård
2007-07-0910l: The ppm video hook depends on fork().Diego Biurrun
2007-07-08fix build after breakage in r9544Måns Rullgård
2007-07-08Make vhook build non-recursive.Diego Biurrun
2007-06-19Revert videohook dependency change.Diego Biurrun
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