summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* Separate audio-only tests so they are only run onceMåns Rullgård2010-01-30
* 10l: fix linkingMåns Rullgård2010-01-27
* Allow disabling of lavc, lavf, lavd, and lswsMåns Rullgård2010-01-26
* Revert r21226, it was a joke:Ramiro Polla2010-01-26
* Add rules to install generated headersMåns Rullgård2010-01-19
* regtest: run tests only for enabled codecs and formatsMåns Rullgård2010-01-16
* regtest: split wma test into wmav1 and wmav2Måns Rullgård2010-01-16
* regtest: split reference files allowing tests to run individuallyMåns Rullgård2010-01-16
* Get one step closer to world domination.Ramiro Polla2010-01-15
* Add ROQ format regression test.Reimar Döffinger2009-12-12
* Fix make install when all of ffmpeg/ffplay/ffserver are disabledMåns Rullgård2009-11-10
* Allow disabling doc generation with --disable-docMåns Rullgård2009-10-31
* Makefile cosmeticsMåns Rullgård2009-10-31
* Add generic rules for building helpers with HOSTCCMåns Rullgård2009-10-29
* Split codec-regression.sh again and create a lavfi-regression.sh forStefano Sabatini2009-10-27
* Split codec-regression.sh, and create the lavf-regression.sh script.Stefano Sabatini2009-10-24
* Rename vfilters.texi to libavfilter.texi, as the file is meant toStefano Sabatini2009-10-21
* cosmetics: Break overly long lines.Diego Biurrun2009-10-18
* Add documentation for libavfilter video filters.Stefano Sabatini2009-10-18
* Add ALAC encoding and decoding regression tests.Justin Ruggles2009-10-06
* Implement a lavfitest target for testing regressions in libavfilter.Stefano Sabatini2009-09-27
* Split dnxhd regression test so the parts can run in parallelMåns Rullgård2009-09-21
* Add probetest to TOOLS list.Diego Biurrun2009-09-18
* Introduce a variable for all targets in the tools subdirectory.Diego Biurrun2009-09-18
* Add dnxhd test to regression tests.Reimar Döffinger2009-09-17
* Fix typo: '.' was used instead of '/' as directory separator.Diego Biurrun2009-09-10
* Skip headers requiring external libs not present in checkheadersMåns Rullgård2009-08-23
* Replace BUILD_{SHARED,STATIC} with CONFIG_ counterpartsMåns Rullgård2009-07-28
* Fix building of tools/*Måns Rullgård2009-07-22
* Make sure that tests/seek_test.o gets deleted on 'make clean'.Diego Biurrun2009-07-17
* Use LD for linking, default to same as CCMåns Rullgård2009-07-12
* Split developer documentation off from general documentation.Diego Biurrun2009-06-24
* Consistently rename variables denoting regression reference file(s)Stefano Sabatini2009-06-22
* Rename tests/ffmpeg.regression.ref to tests/vsynth.regression.ref,Stefano Sabatini2009-06-18
* Add "config" make target to rerun configure with old optionsMåns Rullgård2009-06-15
* Remove $(CLEANSUFFIXES) and $(DISTCLEANSUFFIXES) on clean/distcleanDave Yeo2009-05-28
* The MLP optimizations do not depend on HAVE_MMX, but on ARCH_X86.Diego Biurrun2009-05-25
* NEON-OBJS should also be cleared for each subdir.Ramiro Polla2009-05-25
* Move generated file aynth1.sw to the data subdirectory. Thus it does not haveDiego Biurrun2009-03-30
* Rename regression.sh --> codec-regression.sh. Now all regression test scriptsDiego Biurrun2009-03-30
* Rename server-regression.sh --> ffserver-regression.sh for consistency.Diego Biurrun2009-03-30
* Rename servertest target to ffservertest.Diego Biurrun2009-03-30
* Rename libav.regression.ref --> lavf.regression.ref.Diego Biurrun2009-03-29
* Rename libavtest target to lavftest to better express what it tests.Diego Biurrun2009-03-29
* Rename test.conf --> ffserver.conf, the new name is more meaningful.Diego Biurrun2009-03-29
* Rename seek_test.sh --> seek-regression.sh for greater consistency.Diego Biurrun2009-03-29
* Move output_example.c --> libavformat/output-example.c.Diego Biurrun2009-03-27
* Remove unnecessary CFLAGS variable from output_example link command.Diego Biurrun2009-03-26
* Removing example programs is already handled by the generic clean commands,Diego Biurrun2009-03-26
* Clear some more variables that are used on subdir Makefiles.Ramiro Polla2009-03-25