]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - Makefile
WMA: extend exponent range to 95
[frescor/ffmpeg.git] / Makefile
2009-11-10 mruFix make install when all of ffmpeg/ffplay/ffserver...
2009-10-31 mruAllow disabling doc generation with --disable-doc
2009-10-31 mruMakefile cosmetics
2009-10-29 mruAdd generic rules for building helpers with HOSTCC
2009-10-27 stefanoSplit again codec-regression.sh and create a lavfi...
2009-10-24 stefanoSplit codec-regression.sh, and create the lavf-regressi...
2009-10-21 stefanoRename vfilters.texi to libavfilter.texi, as the file...
2009-10-18 diegocosmetics: Break overly long lines.
2009-10-18 stefanoAdd documentation for libavfilter video filters.
2009-10-06 jbrAdd ALAC encoding and decoding regression tests.
2009-09-27 stefanoImplement a lavfitest target for testing regressions...
2009-09-21 mruSplit dnxhd regression test so the parts can run in...
2009-09-18 diegoAdd probetest to TOOLS list.
2009-09-18 diegoIntroduce a variable for all targets in the tools subdi...
2009-09-17 reimarAdd dnxhd test to regression tests.
2009-09-10 diegoFix typo: '.' was used instead of '/' as directory...
2009-08-23 mruSkip headers requiring external libs not present in...
2009-07-28 mruReplace BUILD_{SHARED,STATIC} with CONFIG_ counterparts
2009-07-22 mruFix building of tools/*
2009-07-17 diegoMake sure that tests/seek_test.o gets deleted on 'make...
2009-07-12 mruUse LD for linking, default to same as CC
2009-06-24 diegoSplit developer documentation off from general document...
2009-06-22 stefanoConsistently rename variables denoting regression refer...
2009-06-18 stefanoRename tests/ffmpeg.regression.ref to tests/vsynth...
2009-06-15 mruAdd "config" make target to rerun configure with old...
2009-05-28 diegoRemove $(CLEANSUFFIXES) and $(DISTCLEANSUFFIXES) on...
2009-05-25 diegoThe MLP optimizations do not depend on HAVE_MMX, but...
2009-05-25 ramiroNEON-OBJS should also be cleared for each subdir.
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'.
next