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
2008-03-15Merge binary generation rules.Diego Biurrun
2008-03-15set SRC_DIR in top-leve MakefileMåns Rullgård
2008-03-15Use $< to simplify a few lines.Diego Biurrun
2008-03-14Build ffserver_g as well as ffserver, consistent with the other binaries.Diego Biurrun
2008-03-13Move dependency generation commands into configure.Diego Biurrun
2008-03-12Do not calculate dependencies for header files in the .vhookdepend target.Diego Biurrun
2008-03-12Use $^ without header files instead of $(SRCS) to reference the dependenciesDiego Biurrun
2008-03-11Remove windows installer. I'm not aware of anyone that uses it.Ramiro Polla
2008-03-10Simplify .depend generation command.Diego Biurrun
2008-03-10Replace the awkward '1>' with the more natural '>'.Diego Biurrun
2008-03-10Merge SDL_CFLAGS handling for files that need it.Diego Biurrun
2008-03-10vhooks really need libav* even if they compile fine without on Linux.Diego Biurrun
2008-03-10Rename --enable-swscaler --> enable-swscale to be consistent with theDiego Biurrun
2008-03-08Rename pp variable to postproc for consistency.Diego Biurrun
2008-03-08cosmetics: prettyprintingDiego Biurrun
2008-03-08Install libavfilter if it has been enabled.Diego Biurrun
2008-03-08The videohook target does not depend on .libs.Diego Biurrun
2008-03-07Remove mp4psp regression testMåns Rullgård
2008-03-06IMA ADPCM encoder - QT variantKostya Shishkov
2008-03-06allow vpath search only for source filesMåns Rullgård
2008-02-27Build system changes for libavfilter addition. Add --enable-avfilter configur...Vitor Sessak
2008-02-23use diff -u -w in codec regression testMåns Rullgård
2008-02-16do not run ldconfig after installing shared librariesMåns Rullgård
2008-02-03split lavf regression testsMåns Rullgård
2008-02-03split regression tests allowing make to run them in parallelMåns Rullgård
2008-01-28seektest depends on both codectest and libavtest.Diego Biurrun
2008-01-27whitespace cosmeticsMåns Rullgård
2008-01-27remove some ifeq ($(CONFIG_FOO),yes)Måns Rullgård
2008-01-26Merge rules for tools/* into a generic rule.Diego Biurrun
2008-01-26Properly remove tools on clean.Diego Biurrun
2008-01-17Make .vhookdep depend on version.h, same as .depend.Diego Pettenò
2008-01-15Add compilation rule for tools/pktdumper.Diego Biurrun
2008-01-09Add compilation rule for tools/trasher.Diego Biurrun
2007-11-22Introduce libavdeviceLuca Abeni
2007-11-05Quote paths in uninstall commands where necessary.Diego Biurrun
2007-10-31Remove redundant -DHAVE_AV_CONFIG_H from tests/seek_test command.Diego Biurrun
2007-10-30Clarify comment about gcc -MM.Diego Biurrun
2007-10-22Fix uninstall-vhook, SLIBSUF was being left out.Diego Biurrun
2007-10-22Fix make install of man pages when PROGS is empty.Diego Biurrun
2007-10-22Fix make install when PROGS is empty.Diego Biurrun
2007-10-22Further simplify install-progs prerequisites, no need to duplicate PROGS.Diego Biurrun
2007-10-22Simplify install-progs prerequisite declaration.Diego Biurrun
2007-09-15Make distclean should remove .vhookdep.Stefano Sabatini
2007-09-12Recurse into libswscale on uninstall.Dave Yeo
2007-08-2910l: Actually add the .libs dependency to the seek_test binary,Diego Biurrun
2007-08-28Split FFmpeg documentation into general documentation and the documentationDiego Biurrun
2007-08-27Give seektest .libs dependency so that it gets updated on libavformat changes.Wolfram Gloger
2007-08-27cosmetics: Insert empty line for readability.Diego Biurrun
2007-08-22Make ffserver use cmdutils.c show_license functionStefano Sabatini
2007-07-21cosmetics: Use uppercase names for installation directories in makefiles.Diego Biurrun