summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
* optional and disabled by default memalign hack for SSE/SSE2 on that ↵Michael Niedermayer2004-06-06
| | | | | | alternative OS Originally committed as revision 3199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for sdl-configMichael Niedermayer2004-06-04
| | | | | | 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-17
| | | | | | <lucabe72 at email dot it>) Originally committed as revision 3137 to svn://svn.ffmpeg.org/ffmpeg/trunk
* imlib2 needs -lmMichael Niedermayer2004-05-08
| | | | Originally committed as revision 3118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont use always_inine with -OsMichael Niedermayer2004-04-30
| | | | 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-24
| | | | | | 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-22
| | | | | | <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-16
| | | | 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-16
| | | | Originally committed as revision 3021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2004-04-14
| | | | 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-09
| | | | | | | | 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-24
| | | | Originally committed as revision 2925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* w32threads by (Gildas Bazin <gbazin at altern dot org>)Michael Niedermayer2004-02-19
| | | | Originally committed as revision 2803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* multithreaded/SMP motion estimationMichael Niedermayer2004-02-13
| | | | | | | | | 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-06
| | | | | | | | | | | | | - 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-10
| | | | Originally committed as revision 2685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alpha amr tipMichael Niedermayer2004-01-09
| | | | Originally committed as revision 2683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* inttypes emulation cleanup patch by ("Chris Flerackers" <cflerackers at ↵Chris Flerackers2004-01-09
| | | | | | 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-08
| | | | | | 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-06
| | | | Originally committed as revision 2671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixes for broken builds on Solaris, OS2 and all bingendianRoman Shaposhnik2003-11-04
| | | | | | 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-03
| | | | | | 2BSD dot COM>) Originally committed as revision 2475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ;Michael Niedermayer2003-11-01
| | | | 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-01
| | | | | | 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-31
| | | | Originally committed as revision 2457 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * sh doesn't understand $(command) type of Command substitution.Roman Shaposhnik2003-10-24
| | | | | | 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-19
| | | | | | COM>) Originally committed as revision 2400 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
* AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>)Michael Niedermayer2003-09-28
| | | | Originally committed as revision 2311 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
* simplified version handling - set win32 install pathFabrice Bellard2003-09-11
| | | | Originally committed as revision 2262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Debug/optimization patch by (Glenn Maynard <g_sf at zewt dot org>)Glenn Maynard2003-09-09
| | | | Originally committed as revision 2240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed strptime testFabrice Bellard2003-09-08
| | | | Originally committed as revision 2235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable a52 & pp by defaultMichael Niedermayer2003-09-05
| | | | Originally committed as revision 2209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* localtime_r patch by (Glenn Maynard <g_sf at zewt dot org>)Glenn Maynard2003-09-04
| | | | Originally committed as revision 2204 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MingW patches by (Glenn Maynard <g_sf at zewt dot org>)Michael Niedermayer2003-09-04
| | | | Originally committed as revision 2203 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
* removed deprecated win32 option (use --enable-mingw32 and --cross-prefix)Fabrice Bellard2003-08-24
| | | | Originally committed as revision 2140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enabling Sun medialib support via --enable-sunmlib, the defaultRoman Shaposhnik2003-08-21
| | | | | | (even on systems with medialib is to use ffmpeg routines) Originally committed as revision 2130 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing a regression in mpeg encoder (not setting pix_fmt),Roman Shaposhnik2003-08-12
| | | | | | | | | | | this is hardly the right way to do things, but it'll suffice for now. * patch from Gildas Bazin gbazin at altern dot org * fix for a 10l in configure * gcc 2.95.3 and Solaris build in general are not ready for -Werror in libavformat/Makefile Originally committed as revision 2123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial sh4 supportAlex Beregszaszi2003-08-12
| | | | Originally committed as revision 2122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplified and fixed altivec/altivec.h detection under Linux and Darwin (and ↵Magnus Damm2003-08-11
| | | | | | others). Patch by Magnus Damm <damm@opensource.se> Originally committed as revision 2120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apple GCC 3.3 compile fixes patch by (Dan Christiansen <danchr at daimi dot ↵Dan Christiansen2003-07-15
| | | | | | au dot dk>) Originally committed as revision 2049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1) remove TBL support in PPC performance. It's much more useful to use theRomain Dolbeau2003-07-09
| | | | | | | | | | PMCs, and with Apple's CHUD it's fairly easy too. No reason to keep useless code around 2) make the PPC perf stuff a configure option 3) make put_pixels16_altivec a bit faster by unrolling the loop by 4 patch by (Romain Dolbeau <dolbeau at irisa dot fr>) Originally committed as revision 2022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PPC fixes & clean-up patch by (Romain Dolbeau <dolbeau at irisa dot fr>)Romain Dolbeau2003-07-04
| | | | Originally committed as revision 2008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PPC970 patch + cpu-specific tuning support by (Romain Dolbeau <dolbeau at ↵Michael Niedermayer2003-06-29
| | | | | | irisa dot fr>) Originally committed as revision 1997 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 'ffserver=no' default for Darwin patch by ("Steven M. Schultz" <sms at 2BSD ↵Steven M. Schultz2003-06-28
| | | | | | dot COM>) Originally committed as revision 1994 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for armv5tel (XScale used in iPAQs)Alex Beregszaszi2003-06-24
| | | | Originally committed as revision 1986 to svn://svn.ffmpeg.org/ffmpeg/trunk