aboutsummaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* NetBSD 2.0 patch by ("Steven M. Schultz" <sms 2bsd com>)Steven M. Schultz2005-02-281-0/+11
| | | | Originally committed as revision 3991 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 01-makefile_fix_updated.patchNilesh Bansal2005-02-241-3/+39
| | | | | | | | 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
* removing --disable-risky patch by (Josh Varner <jlvarner gmail com>)Josh Varner2005-02-211-10/+0
| | | | Originally committed as revision 3966 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Out-of-directory build patch by (Philipp Matthias Hahn <pmhahn titan.lahn de>)Philipp Matthias Hahn2005-01-211-4/+9
| | | | | | 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
* --extra-cflags and --extra-ldflags clobbers previous options. ThisRoine Gustafsson2005-01-051-2/+2
| | | | | | | patch will add instead of clobber. patch by (Roine Gustafsson <roine users.sourceforge net) Originally committed as revision 3807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Small configure fix for Darwin / Mac OS X.Roine Gustafsson2005-01-031-1/+1
| | | | | | | | | | This option tells linker to look for local libraries first. If you have a shared livavcodec/libavformat in the library path and try to build a static build, the linker will find the shared library first and link with it. patch by (Roine Gustafsson <roine users.sourceforge net>) Originally committed as revision 3793 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spaces in path fixesMichael Niedermayer2005-01-011-3/+3
| | | | Originally committed as revision 3791 to svn://svn.ffmpeg.org/ffmpeg/trunk
* suppress 100 pages of missing enum value in switch spamMichael Niedermayer2004-12-081-1/+1
| | | | Originally committed as revision 3741 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cygwin fixes by (Sascha Sommer <saschasommer O freenet o de>)Michael Niedermayer2004-11-231-0/+3
| | | | Originally committed as revision 3705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BeOS threading support. changed some "if FOO_THREAD||BAR_THREAD" to a more ↵François Revol2004-11-211-1/+9
| | | | | | generic "if HAVE_THREADS" Originally committed as revision 3702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IPv6 support patch by ("Hans Zandbelt" <Hans.Zandbelt <at> telin {dot} nl>)Hans Zandbelt2004-11-091-0/+32
| | | | Originally committed as revision 3663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Introducing IIDC1394 grabbing interface.Roman Shaposhnik2004-10-221-0/+10
| | | | | | | | | 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
* config options log patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-10-111-0/+8
| | | | Originally committed as revision 3582 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AMR linksMichael Niedermayer2004-10-111-2/+2
| | | | Originally committed as revision 3579 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 ↵Aurelien Jacobs2004-10-111-2/+14
| | | | | | patch by (Aurelien Jacobs <aurel at gnuage dot org>) Originally committed as revision 3578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux ↵Michel Bardiaux2004-10-011-0/+11
| | | | | | <mbardiaux at peaktime dot be>) Originally committed as revision 3545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fail if SSE && !memalign && !memalign_hackMichael Niedermayer2004-09-101-0/+5
| | | | Originally committed as revision 3450 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cross compile fix by (allanc at chickenandporn dot com)Michael Niedermayer2004-08-131-1/+5
| | | | Originally committed as revision 3384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* /usr/include -> /usr/local/includeMichael Niedermayer2004-07-301-1/+1
| | | | Originally committed as revision 3365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * cosmetics -- force "command not found" not to be printedRoman Shaposhnik2004-07-231-3/+3
| | | | Originally committed as revision 3335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* XviD Support patch by (Adam Thayer <krevnik at comcast dot net>)Adam Thayer2004-07-161-0/+15
| | | | Originally committed as revision 3325 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libdts support by (Benjamin Zores <ben at geexbox dot org>)Michael Niedermayer2004-07-141-0/+16
| | | | Originally committed as revision 3310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* autobuild doc if possible patch by (Nicolas Boos <nicolas.boos at wanadoo ↵Nicolas Boos2004-07-051-0/+11
| | | | | | dot fr>) Originally committed as revision 3288 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optional and disabled by default memalign hack for SSE/SSE2 on that ↵Michael Niedermayer2004-06-061-0/+9
| | | | | | alternative OS Originally committed as revision 3199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for sdl-configMichael Niedermayer2004-06-041-1/+3
| | | | | | avoid which Originally committed as revision 3190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't compile ffserver if network is not enabled patch by (Luca Abeni ↵Luca Abeni2004-05-171-1/+1
| | | | | | <lucabe72 at email dot it>) Originally committed as revision 3137 to svn://svn.ffmpeg.org/ffmpeg/trunk
* imlib2 needs -lmMichael Niedermayer2004-05-081-1/+1
| | | | Originally committed as revision 3118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont use always_inine with -OsMichael Niedermayer2004-04-301-0/+4
| | | | Originally committed as revision 3101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vis detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ↵James Morrison2004-04-241-1/+9
| | | | | | ca>) Originally committed as revision 3057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better hadamard8_diff16 in AltiVec, and more patch by (Romain Dolbeau ↵Romain Dolbeau2004-04-221-1/+8
| | | | | | <dolbeau at irisa dot fr>) Originally committed as revision 3038 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l by ("Steven M. Schultz" <sms at 2BSD dot COM>)Michael Niedermayer2004-04-161-1/+1
| | | | Originally committed as revision 3022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FreeBSD pthread patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)Steven M. Schultz2004-04-161-2/+5
| | | | Originally committed as revision 3021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2004-04-141-1/+1
| | | | Originally committed as revision 3013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* require the user to explicitly specifiy --enable-gpl before enabling of gpl ↵Michael Niedermayer2004-04-091-0/+56
| | | | | | | | parts becomes possible print correct license if --enable-gpl is specified Originally committed as revision 2985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning patrolFalk Hüffner2004-03-241-2/+2
| | | | Originally committed as revision 2925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* w32threads by (Gildas Bazin <gbazin at altern dot org>)Michael Niedermayer2004-02-191-1/+3
| | | | Originally committed as revision 2803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* multithreaded/SMP motion estimationMichael Niedermayer2004-02-131-0/+10
| | | | | | | | | multithreaded/SMP encoding for MPEG1/MPEG2/MPEG4/H263 all pthread specific code is in pthread.c to try it, run configure --enable-pthreads and ffmpeg ... -threads <num> the internal thread API is a simple AVCodecContext.execute() callback which executes a given function pointer with different arguments and returns after finishing all, that way no mutexes or other thread-mess is needed outside pthread.c Originally committed as revision 2772 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - made --extra-cflags option work on darwinTinic Uro2004-02-061-4/+4
| | | | | | | | | | | | | - allow INTER4V macroblocks for FLV1 codec - fixed issue in flv file format saving 8 mp3 frames per packet instead of 1 - fixed crasher in flv file format involving mp3 buffer handling - added FLV1 codec support for swf file format (FlashPlayer6 or above required) and made it default - fixed broken mp3 support in swf file format patch by (Tinic Uro <turo at macromedia dot com>) cleanup by me Originally committed as revision 2756 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more sane inttypes emulation behavior if libavcodec is used outside ffmpegMichael Niedermayer2004-01-101-2/+2
| | | | Originally committed as revision 2685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alpha amr tipMichael Niedermayer2004-01-091-0/+1
| | | | Originally committed as revision 2683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* inttypes emulation cleanup patch by ("Chris Flerackers" <cflerackers at ↵Chris Flerackers2004-01-091-0/+16
| | | | | | androme dot be>) Originally committed as revision 2681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* patch for configuring amr_wb by ("Murphy Chen" <murphychen at mail2000 dot ↵Michael Niedermayer2004-01-081-0/+3
| | | | | | com dot tw>) Originally committed as revision 2675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* LDFLAGS fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)Michael Niedermayer2004-01-061-1/+1
| | | | Originally committed as revision 2671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixes for broken builds on Solaris, OS2 and all bingendianRoman Shaposhnik2003-11-041-7/+1
| | | | | | systems out there. Originally committed as revision 2480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 2nd attempt at OS/X shared/mdynamicnopic fix by ("Steven M. Schultz" <sms at ↵Michael Niedermayer2003-11-031-5/+18
| | | | | | 2BSD dot COM>) Originally committed as revision 2475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ;Michael Niedermayer2003-11-011-6/+6
| | | | Originally committed as revision 2462 to svn://svn.ffmpeg.org/ffmpeg/trunk
* int_fast??_t emulation for broken systems which dont conform to ISO CMichael Niedermayer2003-11-011-0/+23
| | | | | | this should be ported to mplayers configure if it works Originally committed as revision 2461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure on SGI IRIX patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-10-311-0/+6
| | | | Originally committed as revision 2457 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * sh doesn't understand $(command) type of Command substitution.Roman Shaposhnik2003-10-241-6/+6
| | | | | | It's a ksh'ism. Originally committed as revision 2429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* OS/X 10.2.x gcc-3.1 bug workaround by ("Steven M. Schultz" <sms at 2BSD dot ↵Michael Niedermayer2003-10-191-0/+3
| | | | | | COM>) Originally committed as revision 2400 to svn://svn.ffmpeg.org/ffmpeg/trunk