summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* Remove .pc files on distclean.Diego Biurrun2005-10-18
| | | | Originally committed as revision 4648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move all definitions of external dependencies into configure instead ofj@v2v.cc2005-10-04
| | | | | | | defining it in configure and the Makefiles in a random fashion. patch by j -- at -- v2v -- dot -- cc Originally committed as revision 4628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure libgsm patch by (Justin Ruggles: jruggle, earthlink net)Justin Ruggles2005-08-10
| | | | Originally committed as revision 4500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser2005-08-01
| | | | Originally committed as revision 4489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support BUILDSUF patch by <charles dot yates at pandora dot be>Charles Yates2005-05-08
| | | | Originally committed as revision 4203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ogg has to be at the right of vorbis patch by ("Víctor Paesa" wzrlpy ↵Víctor Paesa2005-03-18
| | | | | | hotmail com) Originally committed as revision 4055 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changes 'make' in a couple places to $(MAKE) patch by ("Steven M. Schultz" ↵Steven M. Schultz2005-02-27
| | | | | | <sms 2bsd com>) Originally committed as revision 3988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 01-makefile_fix_updated.patchNilesh Bansal2005-02-24
| | | | | | | | Adds --enable-theora/--enable-vorbis/--enable-ogg to configure If compiled WITHOUT --enable-theora, native VP3 decoder is used patch by (Nilesh Bansal <nileshbansal gmail com>) Originally committed as revision 3975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Out-of-directory build patch by (Philipp Matthias Hahn <pmhahn titan.lahn de>)Philipp Matthias Hahn2005-01-21
| | | | | | preserve support for spaces in directories in case of in-tree builds by (James A. Morrison <ja2morri csclub.uwaterloo ca>) Originally committed as revision 3855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Introducing IIDC1394 grabbing interface.Roman Shaposhnik2004-10-22
| | | | | | | | | Use it with -grab dc1394 * Introducing yet another packed pix_fmt in order to support some of the IIDC1394 modes: uyvy411 (Cb Y0 Y1 Cr Y2 Y3). Originally committed as revision 3621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cws2fws, utility to convert compressed flash files to uncompressed ones, ↵Alex Beregszaszi2004-10-16
| | | | | | which can be than played back with ffplay. note: this doesn't gets compiled automatically Originally committed as revision 3598 to svn://svn.ffmpeg.org/ffmpeg/trunk
* config options log patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-10-11
| | | | Originally committed as revision 3582 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * missing targets cleanupZdenek Kabelac2004-10-06
| | | | Originally committed as revision 3564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix link fail of ffserver on mingw with --enable-vorbis patch by ("Robert ↵Robert Lippmann2004-10-05
| | | | | | Lippmann" <rlippmann at imsventures dot com>) Originally committed as revision 3560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux ↵Michel Bardiaux2004-10-01
| | | | | | <mbardiaux at peaktime dot be>) Originally committed as revision 3545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make dep fixes by (Måns Rullgård <mru at kth dot se>)Michael Niedermayer2004-08-11
| | | | Originally committed as revision 3379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* XviD Support patch by (Adam Thayer <krevnik at comcast dot net>)Adam Thayer2004-07-16
| | | | Originally committed as revision 3325 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spaces in the patch fix by (Nicolas Boos <nicolas.boos at wanadoo dot fr>)Michael Niedermayer2004-07-08
| | | | Originally committed as revision 3296 to svn://svn.ffmpeg.org/ffmpeg/trunk
* autobuild doc if possible patch by (Nicolas Boos <nicolas.boos at wanadoo ↵Nicolas Boos2004-07-05
| | | | | | dot fr>) Originally committed as revision 3288 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install only manpage if binary is present patch by (Nicolas Boos ↵Nicolas Boos2004-06-17
| | | | | | <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-26
| | | | | | popular request Originally committed as revision 2934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * missing opts for make depZdenek Kabelac2004-03-09
| | | | Originally committed as revision 2860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Moving -Wall from the individual Makefiles to configure (and onlyDan Christiansen2003-10-18
| | | | | | | | | | | | 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-04
| | | | 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-28
| | | | | | dot au dot dk>) Originally committed as revision 2315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean target removes output_exampleFabrice Bellard2003-09-28
| | | | Originally committed as revision 2308 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed windows buildFabrice Bellard2003-09-15
| | | | Originally committed as revision 2278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* windows installerFabrice Bellard2003-09-11
| | | | Originally committed as revision 2263 to svn://svn.ffmpeg.org/ffmpeg/trunk
* man page installation supportFabrice Bellard2003-08-24
| | | | Originally committed as revision 2145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* long awaited simple libavformat output API exampleFabrice Bellard2003-07-22
| | | | Originally committed as revision 2069 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added fulltest targetFabrice Bellard2003-07-16
| | | | 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-11
| | | | | | dot com dot au>) Originally committed as revision 2033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added ffplay utilityFabrice Bellard2003-06-07
| | | | Originally committed as revision 1936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * 3gp patch by JocaZdenek Kabelac2003-06-05
| | | | 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-14
| | | | Originally committed as revision 1876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * link libfaad when neededZdenek Kabelac2003-05-12
| | | | 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-15
| | | | | | 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-26
| | | | | | 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-13
| | | | Originally committed as revision 1681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix build issue with --enable-shared & --enable-vorbisFrançois Revol2003-03-13
| | | | | | (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-12
| | | | Originally committed as revision 1676 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * quick fix to support make -j xZdenek Kabelac2003-03-12
| | | | Originally committed as revision 1670 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dependencies are only build with make dependFabrice Bellard2003-02-01
| | | | Originally committed as revision 1531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dependency handling is consistant with libavcodecFabrice Bellard2003-01-22
| | | | Originally committed as revision 1492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AUtomatic dependency generation. Runs on Linux (at least). Probably shouldPhilip Gladstone2003-01-14
| | | | | | 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-11
| | | | 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-01
| | | | Originally committed as revision 1387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added release tar targetFabrice Bellard2002-12-27
| | | | Originally committed as revision 1364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added ffserver disabling for easier portingFabrice Bellard2002-12-18
| | | | Originally committed as revision 1341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More changes to make things compile on more platformsPhilip Gladstone2002-11-27
| | | | Originally committed as revision 1287 to svn://svn.ffmpeg.org/ffmpeg/trunk