summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* 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
* Rename 'tests' target to 'testprogs'. It is too easily confused with theDiego Biurrun2009-03-22
| | | | | | 'test' target and a directory named tests exists. Originally committed as revision 18165 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add rule for building API example programs.Diego Biurrun2009-03-22
| | | | Originally committed as revision 18161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.Daniel Verkamp2009-03-20
| | | | | | Patch by Daniel Verkamp, daniel drv nu Originally committed as revision 18077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove 'lib' and 'swscale-error' from list of phony targets.Diego Biurrun2009-03-13
| | | | | | Both targets no longer exist. Originally committed as revision 17951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark all clean targets as phony.Diego Biurrun2009-03-13
| | | | Originally committed as revision 17950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add "testclean" target to .PHONYReimar Döffinger2009-03-13
| | | | Originally committed as revision 17948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mxf and mxf d10 regression testsBaptiste Coudurier2009-03-11
| | | | Originally committed as revision 17934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow different executable suffix for host and targetMåns Rullgård2009-03-08
| | | | Originally committed as revision 17885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove old scaler.Michael Niedermayer2009-03-03
| | | | Originally committed as revision 17786 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove deprecated vhook subsystem.Diego Biurrun2009-03-03
| | | | Originally committed as revision 17769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bail out if regtest-flashsv is run but zlib is not enabled.Diego Biurrun2009-02-21
| | | | Originally committed as revision 17486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix swscale-error vs. swscale_error typo; it is marked as the former in .PHONY.Diego Biurrun2009-02-21
| | | | Originally committed as revision 17485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Declare version.h dependencies explicitlyMåns Rullgård2009-02-21
| | | | Originally committed as revision 17483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add (un)installation targets for ffpresets using the new DATADIR variableRobert Swain2009-01-25
| | | | Originally committed as revision 16793 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a separate 'testclean' rule to clean regression test data withoutFrancesco Cosoleto2009-01-10
| | | | | | | removing compiled files. patch by Francesco Cosoleto, cosoleto gmail com Originally committed as revision 16518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Run regression tests on target system.Måns Rullgård2008-11-23
| | | | Originally committed as revision 15915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Build regression test data generators using HOSTCCMåns Rullgård2008-11-23
| | | | Originally committed as revision 15914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add check target to run both tests and checkheaders targets.Diego Biurrun2008-10-30
| | | | Originally committed as revision 15750 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use OBJS variable for all object filesMåns Rullgård2008-10-25
| | | | | | | There is no longer any need to differentiate the object files by source type. Originally committed as revision 15708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add alltools target to build all the tools/ stuff.Diego Biurrun2008-09-27
| | | | Originally committed as revision 15438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Switch regression tests to swscale.Michael Niedermayer2008-09-13
| | | | | | | | | | | Plain C, x86-32 and -64 have been tested and should work, other archs that had asm optmizations in swscale likely will need some fixes to either fall back on C if SWS_BITEXACT is set or make the asm match C. This also disables the PAL8 test as neither swscale nor the old scaler really support PAL8 output, imgconvert supported a fixed 666 palette as output and swscale supports fixed 884 and 422. Originally committed as revision 15305 to svn://svn.ffmpeg.org/ffmpeg/trunk
* restore accidently deleted fileJustin Ruggles2008-08-24
| | | | Originally committed as revision 14954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l to me. committed to wrong repo. revert last commit.Justin Ruggles2008-08-24
| | | | Originally committed as revision 14953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PCM regression tests.Peter Ross2008-08-08
| | | | Originally committed as revision 14671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move up swscale_error target so that regression tests error out immediately.Diego Biurrun2008-07-17
| | | | Originally committed as revision 14261 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable version.h to be created from subdirsMåns Rullgård2008-06-19
| | | | Originally committed as revision 13819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Generate pkg-config files in each library subdirectory so that they doDiego Biurrun2008-06-16
| | | | | | not clutter the root of the source tree. Originally committed as revision 13780 to svn://svn.ffmpeg.org/ffmpeg/trunk