aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Install only manpage if binary is present patch by (Nicolas Boos ↵Nicolas Boos2004-06-171-2/+4
| | | | | | <nicolas.boos at wanadoo dot fr>) Originally committed as revision 3230 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added QT faststart remuxing utility to ffmpeg distribution per, ahem,Mike Melanson2004-03-261-2/+6
| | | | | | popular request Originally committed as revision 2934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * missing opts for make depZdenek Kabelac2004-03-091-1/+1
| | | | Originally committed as revision 2860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Moving -Wall from the individual Makefiles to configure (and onlyDan Christiansen2003-10-181-1/+1
| | | | | | | | | | | | have it passed to GCC) - Moving the usage in configure to the top of it, so you don't have to wait needlessly - Silence compiler output during configuration - Add support for configuring with IBM XLC patch by (Dan Christiansen <danchr at daimi dot au dot dk>) Originally committed as revision 2397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Patch for AAC encoding with libfaac by (Gildas Bazin <gbazin at altern dot org>)Michael Niedermayer2003-10-041-0/+4
| | | | Originally committed as revision 2342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi ↵Dan Christiansen2003-09-281-1/+1
| | | | | | dot au dot dk>) Originally committed as revision 2315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean target removes output_exampleFabrice Bellard2003-09-281-1/+1
| | | | Originally committed as revision 2308 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed windows buildFabrice Bellard2003-09-151-26/+19
| | | | Originally committed as revision 2278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* windows installerFabrice Bellard2003-09-111-0/+6
| | | | Originally committed as revision 2263 to svn://svn.ffmpeg.org/ffmpeg/trunk
* man page installation supportFabrice Bellard2003-08-241-1/+9
| | | | Originally committed as revision 2145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* long awaited simple libavformat output API exampleFabrice Bellard2003-07-221-1/+5
| | | | Originally committed as revision 2069 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added fulltest targetFabrice Bellard2003-07-161-2/+2
| | | | Originally committed as revision 2056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Shared library for libavformat support patch by (Tim Allen <tim at proximity ↵Tim Allen2003-07-111-1/+2
| | | | | | dot com dot au>) Originally committed as revision 2033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added ffplay utilityFabrice Bellard2003-06-071-13/+22
| | | | Originally committed as revision 1936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * 3gp patch by JocaZdenek Kabelac2003-06-051-13/+1
| | | | Originally committed as revision 1931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AMR-NB audio support patch by (<joca at rixmail dot se>)joca@rixmail.se2003-05-141-2/+15
| | | | Originally committed as revision 1876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * link libfaad when neededZdenek Kabelac2003-05-121-0/+8
| | | | Originally committed as revision 1862 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Changes for SPARC/Solaris compatibility. Now it should be possible toRoman Shaposhnik2003-04-151-1/+7
| | | | | | build and test ffmpeg on SPARC/Solaris 8+ out of the box. Originally committed as revision 1778 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allways test ffserver too by defaultMichael Niedermayer2003-03-261-1/+1
| | | | | | update ffserver regression checksums (this has been forgotten several times in the past, lets hope no bugs where introduced during that lazyness...) Originally committed as revision 1705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * don't rebuild ffmpeg when libs were not modifiedZdenek Kabelac2003-03-131-1/+2
| | | | Originally committed as revision 1681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix build issue with --enable-shared & --enable-vorbisFrançois Revol2003-03-131-1/+2
| | | | | | (should be reverted if ilbavformat ever gets really built as a shared lib) Originally committed as revision 1680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more fix for make -j xFrançois Revol2003-03-121-1/+1
| | | | Originally committed as revision 1676 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * quick fix to support make -j xZdenek Kabelac2003-03-121-8/+11
| | | | Originally committed as revision 1670 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dependencies are only build with make dependFabrice Bellard2003-02-011-1/+6
| | | | Originally committed as revision 1531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dependency handling is consistant with libavcodecFabrice Bellard2003-01-221-10/+5
| | | | Originally committed as revision 1492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AUtomatic dependency generation. Runs on Linux (at least). Probably shouldPhilip Gladstone2003-01-141-1/+8
| | | | | | update .cvsignore (somehere) to exclude .d files Originally committed as revision 1459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)Slavik Gnatenko2003-01-111-4/+10
| | | | Originally committed as revision 1447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -c patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)Steven M. Schultz2003-01-011-1/+1
| | | | Originally committed as revision 1387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added release tar targetFabrice Bellard2002-12-271-0/+9
| | | | Originally committed as revision 1364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added ffserver disabling for easier portingFabrice Bellard2002-12-181-1/+4
| | | | Originally committed as revision 1341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More changes to make things compile on more platformsPhilip Gladstone2002-11-271-8/+2
| | | | Originally committed as revision 1287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More fixes to compile and build on more platforms.Philip Gladstone2002-11-261-2/+2
| | | | Originally committed as revision 1280 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Try to get this to build on more platforms (especially Darwin)Philip Gladstone2002-11-261-3/+0
| | | | Originally committed as revision 1278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* renamed libav to libavformatFabrice Bellard2002-11-251-9/+9
| | | | Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Applied changes to make it compile on darwinPhilip Gladstone2002-11-231-0/+2
| | | | Originally committed as revision 1270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Build and install the vhook subdirectory if enabled (not by default).Philip Gladstone2002-11-201-3/+22
| | | | Originally committed as revision 1246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BeOS Audio ouput patch by (François Revol <revol at free dot fr>)François Revol2002-11-051-0/+3
| | | | Originally committed as revision 1163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -pMichael Niedermayer2002-11-031-1/+1
| | | | Originally committed as revision 1154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use cp ; strip instead of strip -oMichael Niedermayer2002-11-021-1/+1
| | | | Originally committed as revision 1152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added perm inheritance from ffmpeg_g (it looks like 'strip' in BeOS doesn't ↵François Revol2002-11-021-1/+1
| | | | | | | | keep them, though the Linux one does !?) patch by (François Revol <revol at free dot fr>) Originally committed as revision 1143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>)Mark Hills2002-09-011-0/+3
| | | | Originally committed as revision 896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* patch by Heliodoro Tammaro <helio at interactives dot org>Heliodoro Tammaro2002-08-301-1/+4
| | | | | | | | - configures/builds on all darwin versions - ffserver builds on darwin (if you have the extra libraries) - builds correctly (again) on non-darwin ppc (no -faltivec in gcc-3.2) Originally committed as revision 880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* darwin patches by Heliodoro Tammaro <helio at interactives dot org>Michael Niedermayer2002-08-211-0/+4
| | | | Originally committed as revision 857 to svn://svn.ffmpeg.org/ffmpeg/trunk
* patch by (Volker Moell <volker-ml at die-moells dot de>)Volker Moell2002-08-131-0/+1
| | | | | | | | creating $(prefix)/bin and $(prefix)/lib improved linking libavcodec.so -> libavcodec-$(VERSION).so ldconfig does not rise an error on not beeing root when installing Originally committed as revision 852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* build stripped and unstripped ffmpeg - ffserver exports all its symbols for ↵Fabrice Bellard2002-07-251-5/+13
| | | | | | modules - added installlib target for development static libraries installation Originally committed as revision 811 to svn://svn.ffmpeg.org/ffmpeg/trunk
* largefile support patch by Roy Sigurd Karlsbakk <roy at karlsbakk.net>Roy Sigurd Karlsbakk2002-07-181-1/+1
| | | | Originally committed as revision 778 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license/copyright change - use consistent library namesFabrice Bellard2002-05-251-9/+11
| | | | Originally committed as revision 584 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added libavtest targetFabrice Bellard2002-05-201-1/+1
| | | | Originally committed as revision 550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added VPATH support - added regression targetsFabrice Bellard2002-05-181-2/+10
| | | | Originally committed as revision 529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the EXTRALIBS to the end of the link line where they actually get used!Philip Gladstone2002-05-091-2/+2
| | | | Originally committed as revision 452 to svn://svn.ffmpeg.org/ffmpeg/trunk