]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - Makefile
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / Makefile
2009-03-30 diegoMove generated file aynth1.sw to the data subdirectory...
2009-03-30 diegoRename regression.sh --> codec-regression.sh. Now all...
2009-03-30 diegoRename server-regression.sh --> ffserver-regression...
2009-03-30 diegoRename servertest target to ffservertest.
2009-03-29 diegoRename libav.regression.ref --> lavf.regression.ref.
2009-03-29 diegoRename libavtest target to lavftest to better express...
2009-03-29 diegoRename test.conf --> ffserver.conf, the new name is...
2009-03-29 diegoRename seek_test.sh --> seek-regression.sh for greater...
2009-03-27 diegoMove output_example.c --> libavformat/output-example.c.
2009-03-26 diegoRemove unnecessary CFLAGS variable from output_example...
2009-03-26 diegoRemoving example programs is already handled by the...
2009-03-25 ramiroClear some more variables that are used on subdir Makef...
2009-03-22 diegoRename 'tests' target to 'testprogs'. It is too easily...
2009-03-22 diegoAdd rule for building API example programs.
2009-03-20 cehoyosPCX encoder that handles 1-, 8-, and 24-bpp pixfmts.
2009-03-13 diegoRemove 'lib' and 'swscale-error' from list of phony...
2009-03-13 diegoMark all clean targets as phony.
2009-03-13 reimarAdd "testclean" target to .PHONY
2009-03-11 bcouduriermxf and mxf d10 regression tests
2009-03-08 mruAllow different executable suffix for host and target
2009-03-03 michaelRemove old scaler.
2009-03-03 diegoRemove deprecated vhook subsystem.
2009-02-21 diegoBail out if regtest-flashsv is run but zlib is not...
2009-02-21 diegoFix swscale-error vs. swscale_error typo; it is marked...
2009-02-21 mruDeclare version.h dependencies explicitly
2009-01-25 superdumpAdd (un)installation targets for ffpresets using the...
2009-01-10 diegoAdd a separate 'testclean' rule to clean regression...
2008-11-23 mruRun regression tests on target system.
2008-11-23 mruBuild regression test data generators using HOSTCC
2008-10-30 diegoAdd check target to run both tests and checkheaders...
2008-10-25 mruUse OBJS variable for all object files
2008-09-27 diegoAdd alltools target to build all the tools/ stuff.
2008-09-13 michaelSwitch regression tests to swscale.
2008-08-24 jbrrestore accidently deleted file
2008-08-24 jbr1000l to me. committed to wrong repo. revert last commit.
2008-08-08 prossPCM regression tests.
2008-07-17 diegoMove up swscale_error target so that regression tests...
2008-06-19 mruenable version.h to be created from subdirs
2008-06-16 diegoGenerate pkg-config files in each library subdirectory...
2008-06-06 diegoRemove Fabrice's copyright from the Makefiles. They...
2008-05-27 diegoDo not remove gmon.out on clean, we never create it.
2008-05-27 diegoRemove TAGS target cruft.
2008-05-27 diegoSimplify phony target declaration.
2008-05-27 diegoRename test-server target to servertest for consistency...
2008-04-16 mruclear TESTS variable between subdirs
2008-04-14 diegoAdd DIRS variable to the list of variables to be cleare...
2008-04-10 mruffplay.d needs SDL_CFLAGS
2008-04-10 mrucorrect soname for vhooks
2008-04-10 mrusave DEP_LIBS before processing subdirs
2008-04-09 mrumove DEP_LIBS to common.mak
2008-04-09 mrufix build with --build-suffix
2008-04-09 mrugenerate separate dependency files per object file
2008-04-07 mrucollect vhook-related makefile lines in one place
2008-04-07 diegoMake the install-man target depend on $(MANPAGES).
2008-04-07 mrunon-recursive makefiles
2008-04-03 mrusimplify LDFLAGS and EXTRALIBS handling
2008-04-03 mrusimplify vhook/*.o rule
2008-04-03 mruclean up DEP_LIBS setting
2008-04-03 diego10l typo, restore forgotten $.
2008-04-02 diegoAdd libavutil to DEP_LIBS so that PROGS get rebuilt...
2008-03-29 mrufix ff*_g -> ff* rules
2008-03-28 diegobandaid fix for broken shared library installation
2008-03-28 diegoMove INSTALL_PROGS_TARGETS variable to a better place.
2008-03-28 diegoHandle EXTRALIBS and LDFLAGS for libswscale and libavfi...
2008-03-28 diegoReplace ifeq to declare install-progs dependencies...
2008-03-28 diegoThe install target should depend on enabled installatio...
2008-03-28 diegoRemove TAGS target. It is ages old and has never been...
2008-03-26 diegoUse common.mak in the top-level Makefile as well.
2008-03-26 diegocosmetics: Rename SRCS variable to PROGS_SRCS.
2008-03-26 diegoMerge LDFLAGS lines.
2008-03-26 diegocosmetics: Move around some rules and variable declarat...
2008-03-26 diegocosmetics: Rename 'all' target to 'main'.
2008-03-15 diegoMerge binary generation rules.
2008-03-15 mruset SRC_DIR in top-leve Makefile
2008-03-15 diegoUse $< to simplify a few lines.
2008-03-14 diegoBuild ffserver_g as well as ffserver, consistent with...
2008-03-12 diegoMove dependency generation commands into configure.
2008-03-12 diegoDo not calculate dependencies for header files in the...
2008-03-12 diegoUse $^ without header files instead of $(SRCS) to refer...
2008-03-10 ramiroRemove windows installer. I'm not aware of anyone that...
2008-03-10 diegoSimplify .depend generation command.
2008-03-10 diegoReplace the awkward '1>' with the more natural '>'.
2008-03-10 diegoMerge SDL_CFLAGS handling for files that need it.
2008-03-10 diegovhooks really need libav* even if they compile fine...
2008-03-10 diegoRename --enable-swscaler --> enable-swscale to be consi...
2008-03-08 diegoRename pp variable to postproc for consistency.
2008-03-08 diegocosmetics: prettyprinting
2008-03-08 diegoInstall libavfilter if it has been enabled.
2008-03-08 diegoThe videohook target does not depend on .libs.
2008-03-07 mruRemove mp4psp regression test
2008-03-06 kostyaIMA ADPCM encoder - QT variant
2008-03-05 mruallow vpath search only for source files
2008-02-26 vitorBuild system changes for libavfilter addition. Add...
2008-02-23 mruuse diff -u -w in codec regression test
2008-02-16 mrudo not run ldconfig after installing shared libraries
2008-02-03 mrusplit lavf regression tests
2008-02-03 mrusplit regression tests allowing make to run them in...
2008-01-28 diegoseektest depends on both codectest and libavtest.
2008-01-27 mruwhitespace cosmetics
2008-01-27 mruremove some ifeq ($(CONFIG_FOO),yes)
next