summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* Makefile: make fate target depend on compiling ffmpegVitor Sessak2010-04-19
* Add some ad-hoc tests for libavfilter.Stefano Sabatini2010-03-17
* Add FATE testsMåns Rullgård2010-03-15
* Fix brief make output for generated tablesMåns Rullgård2010-03-14
* 10l: fix version.h generationMåns Rullgård2010-03-10
* Make version.h depend on git changesMåns Rullgård2010-03-10
* Improve version.h generationMåns Rullgård2010-03-10
* Prettify make output for documentationMåns Rullgård2010-03-10
* Change dir into doc/ when running texi2htmlMåns Rullgård2010-03-10
* checkheaders: skip per-arch headers not meant for direct inclusionMåns Rullgård2010-03-08
* Add TESTOBJS make variable for extra objects used by test appsMåns Rullgård2010-03-08
* Skip cmdutils_common_opts.h fragment in checkheadersMåns Rullgård2010-03-08
* Prettify make outputMåns Rullgård2010-03-06
* Add INSTALL makefile variableMåns Rullgård2010-03-06
* Use mkdir -p to create directoriesMåns Rullgård2010-03-06
* Add CP make variableMåns Rullgård2010-03-06
* Use $(RM) to delete filesMåns Rullgård2010-03-06
* Run seektest on all generated filesMåns Rullgård2010-03-02
* Remove unused argument to test scriptsMåns Rullgård2010-03-02
* Add FFprobe tool.Stefano Sabatini2010-02-21
* Delete avconfig.h on distcleanMåns Rullgård2010-02-20
* Delete all test related files in testclean ruleMåns Rullgård2010-02-20
* 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