summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Get one step closer to world domination.Ramiro Polla2010-01-151-10/+2
* Add ROQ format regression test.Reimar Döffinger2009-12-121-0/+1
* Fix make install when all of ffmpeg/ffplay/ffserver are disabledMåns Rullgård2009-11-101-1/+1
* Allow disabling doc generation with --disable-docMåns Rullgård2009-10-311-2/+2
* Makefile cosmeticsMåns Rullgård2009-10-311-1/+1
* Add generic rules for building helpers with HOSTCCMåns Rullgård2009-10-291-4/+3
* Split codec-regression.sh again and create a lavfi-regression.sh forStefano Sabatini2009-10-271-1/+1
* Split codec-regression.sh, and create the lavf-regression.sh script.Stefano Sabatini2009-10-241-1/+1
* Rename vfilters.texi to libavfilter.texi, as the file is meant toStefano Sabatini2009-10-211-1/+1
* cosmetics: Break overly long lines.Diego Biurrun2009-10-181-2/+3
* Add documentation for libavfilter video filters.Stefano Sabatini2009-10-181-1/+1
* Add ALAC encoding and decoding regression tests.Justin Ruggles2009-10-061-0/+1
* Implement a lavfitest target for testing regressions in libavfilter.Stefano Sabatini2009-09-271-2/+16
* Split dnxhd regression test so the parts can run in parallelMåns Rullgård2009-09-211-1/+3
* Add probetest to TOOLS list.Diego Biurrun2009-09-181-1/+1
* Introduce a variable for all targets in the tools subdirectory.Diego Biurrun2009-09-181-2/+3
* Add dnxhd test to regression tests.Reimar Döffinger2009-09-171-0/+1
* Fix typo: '.' was used instead of '/' as directory separator.Diego Biurrun2009-09-101-1/+1
* Skip headers requiring external libs not present in checkheadersMåns Rullgård2009-08-231-1/+1
* Replace BUILD_{SHARED,STATIC} with CONFIG_ counterpartsMåns Rullgård2009-07-281-1/+1
* Fix building of tools/*Måns Rullgård2009-07-221-2/+5
* Make sure that tests/seek_test.o gets deleted on 'make clean'.Diego Biurrun2009-07-171-1/+1
* Use LD for linking, default to same as CCMåns Rullgård2009-07-121-4/+4
* Split developer documentation off from general documentation.Diego Biurrun2009-06-241-1/+1
* Consistently rename variables denoting regression reference file(s)Stefano Sabatini2009-06-221-18/+18
* Rename tests/ffmpeg.regression.ref to tests/vsynth.regression.ref,Stefano Sabatini2009-06-181-2/+2
* Add "config" make target to rerun configure with old optionsMåns Rullgård2009-06-151-1/+4
* Remove $(CLEANSUFFIXES) and $(DISTCLEANSUFFIXES) on clean/distcleanDave Yeo2009-05-281-0/+2
* The MLP optimizations do not depend on HAVE_MMX, but on ARCH_X86.Diego Biurrun2009-05-251-1/+1
* NEON-OBJS should also be cleared for each subdir.Ramiro Polla2009-05-251-1/+1
* Move generated file aynth1.sw to the data subdirectory. Thus it does not haveDiego Biurrun2009-03-301-4/+5
* Rename regression.sh --> codec-regression.sh. Now all regression test scriptsDiego Biurrun2009-03-301-3/+3
* Rename server-regression.sh --> ffserver-regression.sh for consistency.Diego Biurrun2009-03-301-1/+1
* Rename servertest target to ffservertest.Diego Biurrun2009-03-301-1/+1
* Rename libav.regression.ref --> lavf.regression.ref.Diego Biurrun2009-03-291-1/+1
* Rename libavtest target to lavftest to better express what it tests.Diego Biurrun2009-03-291-5/+5
* Rename test.conf --> ffserver.conf, the new name is more meaningful.Diego Biurrun2009-03-291-1/+1
* Rename seek_test.sh --> seek-regression.sh for greater consistency.Diego Biurrun2009-03-291-1/+1
* Move output_example.c --> libavformat/output-example.c.Diego Biurrun2009-03-271-5/+0
* Remove unnecessary CFLAGS variable from output_example link command.Diego Biurrun2009-03-261-1/+1
* Removing example programs is already handled by the generic clean commands,Diego Biurrun2009-03-261-1/+1
* Clear some more variables that are used on subdir Makefiles.Ramiro Polla2009-03-251-1/+2
* Rename 'tests' target to 'testprogs'. It is too easily confused with theDiego Biurrun2009-03-221-1/+1
* Add rule for building API example programs.Diego Biurrun2009-03-221-1/+3
* PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.Daniel Verkamp2009-03-201-0/+1
* Remove 'lib' and 'swscale-error' from list of phony targets.Diego Biurrun2009-03-131-1/+1
* Mark all clean targets as phony.Diego Biurrun2009-03-131-1/+1
* Add "testclean" target to .PHONYReimar Döffinger2009-03-131-1/+1
* mxf and mxf d10 regression testsBaptiste Coudurier2009-03-111-0/+1
* Allow different executable suffix for host and targetMåns Rullgård2009-03-081-6/+7
OpenPOWER on IntegriCloud