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
2008-08-09PCM regression tests.Peter Ross
Originally committed as revision 14671 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-17Move up swscale_error target so that regression tests error out immediately.Diego Biurrun
Originally committed as revision 14261 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-19enable version.h to be created from subdirsMåns Rullgård
Originally committed as revision 13819 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-16Generate pkg-config files in each library subdirectory so that they doDiego Biurrun
not clutter the root of the source tree. Originally committed as revision 13780 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-06Remove Fabrice's copyright from the Makefiles. They have been entirelyDiego Biurrun
rewritten since they were originally created. Originally committed as revision 13675 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-27Do not remove gmon.out on clean, we never create it.Diego Biurrun
Originally committed as revision 13453 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-27Remove TAGS target cruft.Diego Biurrun
Originally committed as revision 13451 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-27Simplify phony target declaration.Diego Biurrun
Originally committed as revision 13450 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-27Rename test-server target to servertest for consistency with other test targets.Diego Biurrun
Originally committed as revision 13449 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-17clear TESTS variable between subdirsMåns Rullgård
Originally committed as revision 12866 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-15Add DIRS variable to the list of variables to be cleared instead ofDiego Biurrun
unsetting it manually. Originally committed as revision 12825 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-11ffplay.d needs SDL_CFLAGSMåns Rullgård
Originally committed as revision 12787 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-10correct soname for vhooksMåns Rullgård
Originally committed as revision 12785 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-10save DEP_LIBS before processing subdirsMåns Rullgård
Originally committed as revision 12784 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-10move DEP_LIBS to common.makMåns Rullgård
Originally committed as revision 12777 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-10fix build with --build-suffixMåns Rullgård
Originally committed as revision 12776 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-10generate separate dependency files per object fileMåns Rullgård
Originally committed as revision 12775 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-08collect vhook-related makefile lines in one placeMåns Rullgård
Originally committed as revision 12762 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-08Make the install-man target depend on $(MANPAGES).Stefano Sabatini
patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 12761 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-08non-recursive makefilesMåns Rullgård
Originally committed as revision 12760 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-04simplify LDFLAGS and EXTRALIBS handlingMåns Rullgård
Originally committed as revision 12683 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-04simplify vhook/*.o ruleMåns Rullgård
Originally committed as revision 12682 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-04clean up DEP_LIBS settingMåns Rullgård
Originally committed as revision 12681 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-0310l typo, restore forgotten $.Diego Biurrun
Originally committed as revision 12673 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-02Add libavutil to DEP_LIBS so that PROGS get rebuilt upon libavutil changes.Björn Axelsson
Closes issue 418, patch by Björn Axelsson, bjorn.axelsson intinor se Originally committed as revision 12667 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-29fix ff*_g -> ff* rulesMåns Rullgård
Originally committed as revision 12624 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-28bandaid fix for broken shared library installationDiego Biurrun
Originally committed as revision 12617 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-28Move INSTALL_PROGS_TARGETS variable to a better place.Diego Biurrun
Originally committed as revision 12616 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-28Handle EXTRALIBS and LDFLAGS for libswscale and libavfilter in a simpler way.Diego Biurrun
Originally committed as revision 12615 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-28Replace ifeq to declare install-progs dependencies by a variable.Diego Biurrun
Originally committed as revision 12613 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-28The install target should depend on enabled installation targets.Diego Biurrun
Originally committed as revision 12612 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-28Remove TAGS target. It is ages old and has never been updated to matchDiego Biurrun
changes to the source tree. Thus it has to be completely unused. Originally committed as revision 12610 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-26Use common.mak in the top-level Makefile as well.Diego Biurrun
Originally committed as revision 12599 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-26cosmetics: Rename SRCS variable to PROGS_SRCS.Diego Biurrun
This is in preparation for common.mak inclusion in the main Makefile. Originally committed as revision 12598 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-26Merge LDFLAGS lines.Diego Biurrun
Originally committed as revision 12597 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-26cosmetics: Move around some rules and variable declarations.Diego Biurrun
This is in preparation for common.mak inclusion in the main Makefile. Originally committed as revision 12596 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-26cosmetics: Rename 'all' target to 'main'.Diego Biurrun
This is in preparation for common.mak inclusion in the main Makefile. Originally committed as revision 12595 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-15Merge binary generation rules.Diego Biurrun
Originally committed as revision 12455 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-15set SRC_DIR in top-leve MakefileMåns Rullgård
Originally committed as revision 12453 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-15Use $< to simplify a few lines.Diego Biurrun
Originally committed as revision 12451 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-14Build ffserver_g as well as ffserver, consistent with the other binaries.Diego Biurrun
Originally committed as revision 12439 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-13Move dependency generation commands into configure.Diego Biurrun
This will allow specifying gcc-independent commands in the future. Originally committed as revision 12426 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-12Do not calculate dependencies for header files in the .vhookdepend target.Diego Biurrun
Originally committed as revision 12422 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-12Use $^ without header files instead of $(SRCS) to reference the dependenciesDiego Biurrun
of the .depend target. $^ apparently includes the full path to files found in a vpath directory, $(SRCS) does not. This makes out of tree builds fail. Originally committed as revision 12421 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-11Remove windows installer. I'm not aware of anyone that uses it.Ramiro Polla
Originally committed as revision 12416 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-10Simplify .depend generation command.Diego Biurrun
Originally committed as revision 12414 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-10Replace the awkward '1>' with the more natural '>'.Diego Biurrun
Originally committed as revision 12413 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-10Merge SDL_CFLAGS handling for files that need it.Diego Biurrun
Originally committed as revision 12412 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-10vhooks really need libav* even if they compile fine without on Linux.Diego Biurrun
Originally committed as revision 12409 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-10Rename --enable-swscaler --> enable-swscale to be consistent with theDiego Biurrun
directory name and other option names. Also rename variables accordingly. Originally committed as revision 12408 to svn://svn.ffmpeg.org/ffmpeg/trunk