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
2007-07-21cosmetics: Use uppercase names for installation directories in makefiles.Diego Biurrun
Originally committed as revision 9776 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-17fix tools compilationBenoit Fouet
Originally committed as revision 9712 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-14create and populate "tools" directoryMåns Rullgård
Originally committed as revision 9634 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-13libavtest and seektest no longer need gplMåns Rullgård
Originally committed as revision 9633 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-10prettify conditional targetsMåns Rullgård
Originally committed as revision 9566 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-10whitespace cosmeticsMåns Rullgård
Originally committed as revision 9565 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-10clean up vhook variablesMåns Rullgård
Originally committed as revision 9564 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-0910l: The ppm video hook depends on fork().Diego Biurrun
This dependency was apparently accidentally lost while making the vhook build process non-recursive. Originally committed as revision 9562 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-08fix build after breakage in r9544Måns Rullgård
Originally committed as revision 9546 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-08Make vhook build non-recursive.Diego Biurrun
Originally committed as revision 9544 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-19Revert videohook dependency change.Diego Biurrun
Originally committed as revision 9368 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-11The video hooks do not depend on the libav* libraries.Diego Biurrun
Originally committed as revision 9281 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-11We do not create .d files, thus no need to remove them.Diego Biurrun
Originally committed as revision 9278 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-11Move libpostproc-specific uninstallation command to the libpostproc Makefile.Diego Biurrun
Originally committed as revision 9277 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-11Use consistent paths for adding values to LDFLAGS.Diego Biurrun
Originally committed as revision 9276 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-10Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.Diego Biurrun
Originally committed as revision 9273 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-10whitespace cosmeticsDiego Biurrun
Originally committed as revision 9272 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-10Simplify ffplay.o CFLAGS handling.Diego Biurrun
Originally committed as revision 9271 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-10Compile all binaries with default CFLAGS.Diego Biurrun
Originally committed as revision 9270 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-10Simplify command with automatic variable.Diego Biurrun
Originally committed as revision 9267 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-08Remove stray commented out line, fix individual regression test dependencies.Diego Biurrun
Originally committed as revision 9259 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-08Merge tests Makefile into the top-level Makefile.Diego Biurrun
This gets rid of some recursion and simplifies the code. Originally committed as revision 9255 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-25Add seektest to top-level targets, remove individual codec tests.Diego Biurrun
Originally committed as revision 9126 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-17Make documentation build nonrecursive: Merge it into the top-level Makefile.Diego Biurrun
Originally committed as revision 9042 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-08include only files actually built in SRCSMåns Rullgård
Originally committed as revision 8289 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-28remove useless OBJS variableMåns Rullgård
Originally committed as revision 8154 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-28simplify conditional targetsMåns Rullgård
Originally committed as revision 8153 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-27simplifyMåns Rullgård
Originally committed as revision 8152 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-24Simplify .depend file inclusion.Diego Biurrun
Originally committed as revision 8104 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-25Remove installstrip in favor of explicit strip; better for cross-compilation.Ramiro Polla
patch by Ramiro Ribeiro Polla, ramiro lisha.ufsc br Originally committed as revision 7709 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-25comment typoDiego Biurrun
Originally committed as revision 7708 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-25PROGS depends on PROGS_G so depending on just PROGS is enough.Diego Biurrun
Originally committed as revision 7700 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-26make version.h depend on .svn/entriesMåns Rullgård
Originally committed as revision 7377 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-07do not use non-standard test -ntMåns Rullgård
Originally committed as revision 7252 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-21Nuke config.log support.Diego Biurrun
Originally committed as revision 7141 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-15Also remove cws2fws on clean.Diego Biurrun
Originally committed as revision 7086 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-15Do not build output_example and qt-faststart by default.Diego Biurrun
Originally committed as revision 7085 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-15Remove ifneq MINGW condition around man page uninstallation. We don't doDiego Biurrun
OS-dependent conditions in Makefiles anymore and I doubt this is correct. If it turns out to be a problem it can easily be fixed. Originally committed as revision 7083 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-15Move BeOS extralibs handling into configure.Diego Biurrun
Originally committed as revision 7082 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-15Remove tar target, it's hardly useful.Diego Biurrun
Originally committed as revision 7080 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-14Make man page installation dependent on documentation generation.Diego Biurrun
Originally committed as revision 7042 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-14Remove ifneq MINGW condition around man page installation. We don't doDiego Biurrun
OS-dependent conditions in Makefiles anymore and I doubt this is correct. If it turns out to be a problem it can easily be fixed. Originally committed as revision 7028 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-12fix make dep with some gcc versionsMåns Rullgård
Originally committed as revision 6988 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-12slight simplificationDiego Biurrun
Originally committed as revision 6984 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-11fix make dep for out of tree buildsMåns Rullgård
Originally committed as revision 6974 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-09rename HAVE_VHOOK/BUILD_VHOOK to CONFIG_VHOOKMåns Rullgård
Originally committed as revision 6949 to svn://svn.ffmpeg.org/ffmpeg/trunk
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-02Add option to disable ffmpeg build.Diego Biurrun
Patch taken from the Debian package by Sam Hocevar. Originally committed as revision 6871 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-23Do not use a fake libavcodec/swscale.h, but always use the real oneLuca Abeni
(from libswscale) instead Originally committed as revision 6777 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-15Consistently use $(BUILD_ROOT).Diego Biurrun
Originally committed as revision 6699 to svn://svn.ffmpeg.org/ffmpeg/trunk