Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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-03Mark all phony targets as such.Diego Biurrun
Originally committed as revision 6538 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-02Add codectest to test targets.Diego Biurrun
Originally committed as revision 6532 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-01make depend should recurse into libswscale as well.Diego Biurrun
Originally committed as revision 6406 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-01Remove bogus .PHONY declaration from version.h target.Diego Biurrun
Should fix make dep to be invoked before distclean under some circumstances. Originally committed as revision 6405 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-13ffmpeg, ffplay, ffserver need version.hMåns Rullgård
Originally committed as revision 6242 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-10add our -L flags before any other linker flagsMåns Rullgård
Originally committed as revision 6220 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-09fix out of tree buildsMåns Rullgård
Originally committed as revision 6214 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-08Add -lav* to the front of LDFLAGS, fixes linking on Linux.Panagiotis Issaris
patch by Panagiotis Issaris, takis.issaris uhasselt be Originally committed as revision 6204 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-08FFLIBS --> EXTRALIBSDiego Biurrun
Originally committed as revision 6203 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-08Remove pointless variable indirection.Diego Biurrun
Originally committed as revision 6202 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-08simplifyDiego Biurrun
Originally committed as revision 6201 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-08FFLIBDIRS --> LDFLAGSDiego Biurrun
Originally committed as revision 6200 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-31Some gcc versions dislike version.h to appear in the list of files toDiego Biurrun
compile dependencies for. Originally committed as revision 6144 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-25FFMPEG_VERSION was moved to version.h.Diego Biurrun
hint by Ramiro Polla, angustia at arrozcru d.t no-ip d.t org Originally committed as revision 6089 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-08Enable swscale usage in ffmpegLuca Abeni
Originally committed as revision 5959 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-24Rename FFSLDFLAGS variable to FFSERVERLDFLAGS to lessen confusion.Diego Biurrun
Originally committed as revision 5817 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-14replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental useMåns Rullgård
of gnu extensions Originally committed as revision 5733 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-12CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun
CONFIG_MINGW or __MINGW32__ instead. Originally committed as revision 5718 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-10Move gprof compiler flag handling to configure.Diego Biurrun
Originally committed as revision 5701 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-10Remove silly TEST variable that is used in one line but not directly above.Diego Biurrun
Originally committed as revision 5700 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-05cosmetics: Break overly long lines.Diego Biurrun
Originally committed as revision 5622 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-02simplifyDiego Biurrun
Originally committed as revision 5581 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-02make distclean clean everythingLuca Barbato
Originally committed as revision 5580 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-29get svn version when using separate build treeMåns Rullgård
Originally committed as revision 5539 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-23.depend needs version.h, noticed by Uoti UrpalaDiego Biurrun
Originally committed as revision 5510 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-20Use Subversion revision for FFMPEG_VERSION.Diego Biurrun
based on a patch by Ismail Dönmez ismail$$at$$pardus$$dot$$org$$dot$$tr Originally committed as revision 5502 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-20Avoid binary stripping rule code duplication.Diego Biurrun
Originally committed as revision 5500 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-17put local -L flags first in link commandsMåns Rullgård
Originally committed as revision 5494 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-02'make depend' should recurse into libavutil as well.Diego Biurrun
Originally committed as revision 5444 to svn://svn.ffmpeg.org/ffmpeg/trunk