summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* Separate audio-only tests so they are only run onceMåns Rullgård2010-01-30
| | | | Originally committed as revision 21556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: fix linkingMåns Rullgård2010-01-27
| | | | | | Alphabetical order isn't always a good idea. Originally committed as revision 21472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow disabling of lavc, lavf, lavd, and lswsMåns Rullgård2010-01-26
| | | | Originally committed as revision 21468 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert r21226, it was a joke:Ramiro Polla2010-01-26
| | | | | | | Get one step closer to world domination. Remove "make uninstall". Originally committed as revision 21466 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add rules to install generated headersMåns Rullgård2010-01-19
| | | | Originally committed as revision 21320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: run tests only for enabled codecs and formatsMåns Rullgård2010-01-16
| | | | Originally committed as revision 21256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: split wma test into wmav1 and wmav2Måns Rullgård2010-01-16
| | | | Originally committed as revision 21255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: split reference files allowing tests to run individuallyMåns Rullgård2010-01-16
| | | | | | | | | | | With this change, the output is checked immediately after each test has run. This means commands like "make regtest-mpeg2" can now be used to run a single test and get meaningful results. By default, make will abort if any test fails. To run all tests regardless, use make -k. Originally committed as revision 21254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get one step closer to world domination.Ramiro Polla2010-01-15
| | | | | | Remove "make uninstall". Originally committed as revision 21226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ROQ format regression test.Reimar Döffinger2009-12-12
| | | | Originally committed as revision 20811 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix make install when all of ffmpeg/ffplay/ffserver are disabledMåns Rullgård2009-11-10
| | | | Originally committed as revision 20501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow disabling doc generation with --disable-docMåns Rullgård2009-10-31
| | | | Originally committed as revision 20424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Makefile cosmeticsMåns Rullgård2009-10-31
| | | | Originally committed as revision 20422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add generic rules for building helpers with HOSTCCMåns Rullgård2009-10-29
| | | | Originally committed as revision 20412 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split codec-regression.sh again and create a lavfi-regression.sh forStefano Sabatini2009-10-27
| | | | | | running the libavfilter tests. Originally committed as revision 20384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split codec-regression.sh, and create the lavf-regression.sh script.Stefano Sabatini2009-10-24
| | | | Originally committed as revision 20365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename vfilters.texi to libavfilter.texi, as the file is meant toStefano Sabatini2009-10-21
| | | | | | document libavfilter and not only its video filtering facilities. Originally committed as revision 20338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Break overly long lines.Diego Biurrun2009-10-18
| | | | Originally committed as revision 20276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add documentation for libavfilter video filters.Stefano Sabatini2009-10-18
| | | | Originally committed as revision 20271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ALAC encoding and decoding regression tests.Justin Ruggles2009-10-06
| | | | Originally committed as revision 20188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement a lavfitest target for testing regressions in libavfilter.Stefano Sabatini2009-09-27
| | | | | | | | The target is disabled. See the thread: "[PATCH] libavfilter-soc: regression test for libavfilter". Originally committed as revision 20057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split dnxhd regression test so the parts can run in parallelMåns Rullgård2009-09-21
| | | | Originally committed as revision 19936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add probetest to TOOLS list.Diego Biurrun2009-09-18
| | | | Originally committed as revision 19909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce a variable for all targets in the tools subdirectory.Diego Biurrun2009-09-18
| | | | Originally committed as revision 19908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add dnxhd test to regression tests.Reimar Döffinger2009-09-17
| | | | Originally committed as revision 19895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo: '.' was used instead of '/' as directory separator.Diego Biurrun2009-09-10
| | | | Originally committed as revision 19807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Skip headers requiring external libs not present in checkheadersMåns Rullgård2009-08-23
| | | | Originally committed as revision 19685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace BUILD_{SHARED,STATIC} with CONFIG_ counterpartsMåns Rullgård2009-07-28
| | | | Originally committed as revision 19527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix building of tools/*Måns Rullgård2009-07-22
| | | | | | Fixes issue 1282 Originally committed as revision 19486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure that tests/seek_test.o gets deleted on 'make clean'.Diego Biurrun2009-07-17
| | | | | | Closes issue 1273. Originally committed as revision 19458 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use LD for linking, default to same as CCMåns Rullgård2009-07-12
| | | | Originally committed as revision 19407 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split developer documentation off from general documentation.Diego Biurrun2009-06-24
| | | | Originally committed as revision 19269 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Consistently rename variables denoting regression reference file(s)Stefano Sabatini2009-06-22
| | | | | | | | using the _REFFILE(S) postfix, and regression result file(s) using the _RESFILE(S) postfix. Improve legibility. Originally committed as revision 19253 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename tests/ffmpeg.regression.ref to tests/vsynth.regression.ref,Stefano Sabatini2009-06-18
| | | | | | since that is the name of the corresponding test. Originally committed as revision 19220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add "config" make target to rerun configure with old optionsMåns Rullgård2009-06-15
| | | | Originally committed as revision 19202 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove $(CLEANSUFFIXES) and $(DISTCLEANSUFFIXES) on clean/distcleanDave Yeo2009-05-28
| | | | | | | in the root directory as well as in subdirectories. patch by Dave Yeo, daveryeo telus net Originally committed as revision 18973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The MLP optimizations do not depend on HAVE_MMX, but on ARCH_X86.Diego Biurrun2009-05-25
| | | | | | Build them when ARCH_X86 is enabled. Fixes linking with MMX disabled. Originally committed as revision 18945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* NEON-OBJS should also be cleared for each subdir.Ramiro Polla2009-05-25
| | | | Originally committed as revision 18944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move generated file aynth1.sw to the data subdirectory. Thus it does not haveDiego Biurrun2009-03-30
| | | | | | to be removed separately and there is less clutter in the tests directory. Originally committed as revision 18246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename regression.sh --> codec-regression.sh. Now all regression test scriptsDiego Biurrun2009-03-30
| | | | | | carry the regression test they run as prefix in their name. Originally committed as revision 18245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename server-regression.sh --> ffserver-regression.sh for consistency.Diego Biurrun2009-03-30
| | | | Originally committed as revision 18243 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename servertest target to ffservertest.Diego Biurrun2009-03-30
| | | | Originally committed as revision 18242 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename libav.regression.ref --> lavf.regression.ref.Diego Biurrun2009-03-29
| | | | | | This matches the new name of the test target. Originally committed as revision 18228 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename libavtest target to lavftest to better express what it tests.Diego Biurrun2009-03-29
| | | | | | Also rename related variables to match the new name. Originally committed as revision 18227 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename test.conf --> ffserver.conf, the new name is more meaningful.Diego Biurrun2009-03-29
| | | | Originally committed as revision 18226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename seek_test.sh --> seek-regression.sh for greater consistency.Diego Biurrun2009-03-29
| | | | Originally committed as revision 18220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move output_example.c --> libavformat/output-example.c.Diego Biurrun2009-03-27
| | | | | | The libavformat directory is a better place for a libavformat API example. Originally committed as revision 18199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary CFLAGS variable from output_example link command.Diego Biurrun2009-03-26
| | | | Originally committed as revision 18197 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Removing example programs is already handled by the generic clean commands,Diego Biurrun2009-03-26
| | | | | | so there is no need to remove output_example individually. Originally committed as revision 18196 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clear some more variables that are used on subdir Makefiles.Ramiro Polla2009-03-25
| | | | Originally committed as revision 18180 to svn://svn.ffmpeg.org/ffmpeg/trunk