summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
...
* Add more tests for the presence of dlfcn.h and dlopenPhilip Gladstone2002-11-30
| | | | Originally committed as revision 1291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed multidir compileFabrice Bellard2002-11-29
| | | | Originally committed as revision 1289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* I goofed on the darwin LDFLAGS front. Till sourceforge install gcc3Philip Gladstone2002-11-28
| | | | | | I can't actually test it fully. Originally committed as revision 1288 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
* More fixes to compile and build on more platforms.Philip Gladstone2002-11-26
| | | | Originally committed as revision 1280 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some rudimentary support for sparc64Philip Gladstone2002-11-26
| | | | Originally committed as revision 1279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Try to get this to build on more platforms (especially Darwin)Philip Gladstone2002-11-26
| | | | Originally committed as revision 1278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Applied changes to make it compile on darwinPhilip Gladstone2002-11-23
| | | | Originally committed as revision 1270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BeOS Audio ouput patch by (François Revol <revol at free dot fr>)François Revol2002-11-05
| | | | Originally committed as revision 1163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lrintf detection (based upon a patch by François Revol <revol at free dot fr>)Michael Niedermayer2002-11-05
| | | | Originally committed as revision 1162 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gcc optimization on BeOS (patch by François Revol <revol at free dot fr>)François Revol2002-11-02
| | | | Originally committed as revision 1151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added BeOS net_server support (R5 network stack), basically the sameFrançois Revol2002-11-02
| | | | | | | | problems as with winsock (sockets != fd), and the broken select(). based on older patch by Andrew Bachmann. patch by (François Revol <revol at free dot fr>) Originally committed as revision 1146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -mdynamic-no-pic for darwin -> 5% speedup patch by (Dieter Shirley <dieters ↵Dieter2002-11-02
| | | | | | at schemasoft dot com>) Originally committed as revision 1140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cross compiling supportFabrice Bellard2002-10-14
| | | | Originally committed as revision 1034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* suppressed unrelated logsFabrice Bellard2002-10-01
| | | | Originally committed as revision 987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)Leon van Stuivenberg2002-09-23
| | | | Originally committed as revision 963 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ar -s -> ranlibMichael Niedermayer2002-09-02
| | | | Originally committed as revision 900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* altivec build tidyup patch by (Brian Foley <bfoley at compsoc dot nuigalway ↵Brian Foley2002-09-02
| | | | | | dot ie>) Originally committed as revision 898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>)Mark Hills2002-09-01
| | | | Originally committed as revision 896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cygwin patch by (Felix Buenemann <atmosfear at users dot sourceforge dot net>)Felix Bünemann2002-08-30
| | | | Originally committed as revision 883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* patch by Heliodoro Tammaro <helio at interactives dot org>Heliodoro Tammaro2002-08-30
| | | | | | | | - 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
* first cut at altivec support on darwin patch by (Brian Foley <bfoley at ↵Brian Foley2002-08-28
| | | | | | compsoc dot nuigalway dot ie>) Originally committed as revision 875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* darwin patches by Heliodoro Tammaro <helio at interactives dot org>Michael Niedermayer2002-08-21
| | | | Originally committed as revision 857 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better big/little endian testMichael Niedermayer2002-07-28
| | | | Originally committed as revision 830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add logic to figure out whether strptime is present on the system. If not, thenPhilip Gladstone2002-07-27
| | | | | | get it built. Originally committed as revision 819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* beos/mov/adpcm patch by François Revol <revol at free dot fr>François Revol2002-07-20
| | | | | | | | | | | | | | | | | | | | | * Some BeOS fixes: - errno stuff - nanosleep() replacement - added a doc/README.beos * mov reader still has problems with most videos (skips many chunks), - It should now read .mov files with zlib-compressed moov headers (aka cmov) - added SVQ1 support. - removed mapping 'raw ' and 'yuv2' to h263, was my mistake. - added IMA4 support. (tested) - fixed frame rate (it reported 0 fps or something before) - extended file probing ('wide' and 'free' atoms) - improved .mov/.mp4 detection (or so I think) * adpcm * added zlib support, with header file and lib check Originally committed as revision 780 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BeOS patches by "shatty" <shatty at myrealbox.com>Michael Niedermayer2002-07-19
| | | | | | | | | 1. errno's are negative on beos, so negating them gives positive values. 2. the -shared flag is -nostart on beos. 3. building the shared lib on beos requires -fomit-frame-pointer 4. beos doesn't have oss support Originally committed as revision 779 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -O3Michael Niedermayer2002-07-10
| | | | Originally committed as revision 732 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Detect "retrict" keywordFalk Hüffner2002-07-04
| | | | | | * Use "restrict" in some dsputil routines (yields large speedup) Originally committed as revision 716 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpegaudio decoder is in high precision mode by default (low precision is ↵Fabrice Bellard2002-06-01
| | | | | | only interesting for slow/old CPUs) Originally committed as revision 635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bsd fixesFabrice Bellard2002-05-26
| | | | Originally committed as revision 606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more config optionsFabrice Bellard2002-05-25
| | | | Originally committed as revision 586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BSD/OS support by Steven M SchultzAlex Beregszaszi2002-05-21
| | | | Originally committed as revision 554 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added bigendian support - added cross compilation support - added generation ↵Fabrice Bellard2002-05-18
| | | | | | of objects in another directory for simultaneous compilations (needs testing) - simplified redundant code Originally committed as revision 530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixed --enable-shared handlingZdenek Kabelac2002-05-16
| | | | Originally committed as revision 503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable simple-idct by default (needed cuz otherwise files encoded with ↵Michael Niedermayer2002-05-14
| | | | | | ffmpeg will show stripes with the reference IDCT during decoding) Originally committed as revision 495 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * using liba52Zdenek Kabelac2002-04-22
| | | | Originally committed as revision 417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * solaris does not support -qZdenek Kabelac2002-04-16
| | | | Originally committed as revision 402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - ME setting moved to AVCodecContext/MpegEncContext, no longer a global.Juanjo2002-04-14
| | | | | | | | - EPZS ME algo used by default. - HQ flag activated for ffmpeg. - Cosmetics ... Originally committed as revision 398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * no error message without config.hZdenek Kabelac2002-04-11
| | | | Originally committed as revision 396 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * support for simple_idct configZdenek Kabelac2002-04-11
| | | | | | * preserving timestamp if config.h is not modifed Originally committed as revision 395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek.Juanjo2002-03-10
| | | | | | - Changes on AVI and WAV muxers to support MP3 encoding. Originally committed as revision 323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * BeOS patch by François Revol <revol@free.fr>François Revol2002-03-08
| | | | | | fixing some compilation problems Originally committed as revision 319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>Nick Kurshev2002-01-20
| | | | Originally committed as revision 275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Shared objects supportNick Kurshev2001-10-27
| | | | Originally committed as revision 195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * made by Juergen - should be useful for SolarisZdenek Kabelac2001-10-23
| | | | Originally committed as revision 181 to svn://svn.ffmpeg.org/ffmpeg/trunk
* suppressed mpglib optionFabrice Bellard2001-09-23
| | | | Originally committed as revision 137 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memalign autodetectionNick Kurshev2001-09-13
| | | | Originally committed as revision 115 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added win32 cross compile supportFabrice Bellard2001-08-15
| | | | Originally committed as revision 107 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added arm support - added --disable-grabFabrice Bellard2001-08-13
| | | | Originally committed as revision 80 to svn://svn.ffmpeg.org/ffmpeg/trunk