summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
* test whether linker supports --warn-commonMåns Rullgård2007-06-15
| | | | Originally committed as revision 9328 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge print_config_enable() and print_config() as only the former is usedMåns Rullgård2007-06-15
| | | | Originally committed as revision 9325 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace TARGET_* with HAVE_* simplifying lists in configure scriptMåns Rullgård2007-06-15
| | | | Originally committed as revision 9324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add x86 to ARCH_LIST simplifying config file generationMåns Rullgård2007-06-15
| | | | Originally committed as revision 9323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace TARGET_ARCH_* to ARCH_* for consistencyMåns Rullgård2007-06-15
| | | | Originally committed as revision 9322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* generate ENABLE_* defines also for ARCH_*Aurelien Jacobs2007-06-15
| | | | Originally committed as revision 9321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* generate ENABLE_* defines also for all the HAVE_* valuesAurelien Jacobs2007-06-15
| | | | Originally committed as revision 9319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Vhooks require special cflags and ldflags for Windows buildsRamiro Polla2007-06-14
| | | | | | Copy them from Cygwin to MinGW Originally committed as revision 9313 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ppm vhook depend on fork()Ramiro Polla2007-06-14
| | | | Originally committed as revision 9312 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print static vhook warning for Cygwin and MinGWRamiro Polla2007-06-14
| | | | Originally committed as revision 9311 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print static vhook warning for Cygwin only when both are enabledRamiro Polla2007-06-14
| | | | Originally committed as revision 9310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Consistent naming and lib prefixes for x264, xvid and mp3lame within the code.Diego Biurrun2007-06-06
| | | | Originally committed as revision 9230 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for Cell (requires gcc-4.2 or patches)Luca Barbato2007-06-03
| | | | Originally committed as revision 9181 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename aac_decoder to libfaad_decoder for consistency and to be able toDiego Biurrun2007-06-02
| | | | | | more easily add a possible future native decoder. Originally committed as revision 9172 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename faac_encoder to libfaac_encoder for consistency and to be able toDiego Biurrun2007-06-02
| | | | | | more easily add a possible future native encoder. Originally committed as revision 9171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doc/Makefile no longer exists.Diego Biurrun2007-05-27
| | | | Originally committed as revision 9143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: alignmentAurelien Jacobs2007-05-23
| | | | Originally committed as revision 9113 to svn://svn.ffmpeg.org/ffmpeg/trunk
* define ENABLE_* for every CONFIG_ itemAurelien Jacobs2007-05-23
| | | | Originally committed as revision 9112 to svn://svn.ffmpeg.org/ffmpeg/trunk
* loosen dependencies over mpegaudiodecAurelien Jacobs2007-05-20
| | | | Originally committed as revision 9080 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add --enable-auto-image-base for building mingw32 & cygwin DLLsZuxy Meng2007-05-19
| | | | Originally committed as revision 9075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove libdts decoder, we have a native dts decoderAurelien Jacobs2007-05-17
| | | | Originally committed as revision 9051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent misdetection by using a stricter regexpAurelien Jacobs2007-05-17
| | | | Originally committed as revision 9050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Building both shared and static libraries is now possible on MinGW.Zuxy Meng2007-05-15
| | | | | | patch by Zuxy Meng, zuxy.meng gmail com Originally committed as revision 9030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* link to ws2_32.dll only if networking is enabledAlex Beregszaszi2007-05-15
| | | | Originally committed as revision 9028 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow to enable or disable every bitstream filters individuallyJason Millard2007-05-12
| | | | | | | | Original patch by Jason Millard jsm174 _at_ gmail Date: On Fri, 11 May 2007 11:14:01 -0400 Subject: [FFmpeg-devel] enable/disable bitstream filters? Originally committed as revision 9010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure check for whether we can compile ssse3Loren Merritt2007-05-12
| | | | Originally committed as revision 9002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split h264.c to move parser in its own fileAurelien Jacobs2007-05-10
| | | | Originally committed as revision 8985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.cAurelien Jacobs2007-05-09
| | | | | | | now h263dec depends on mpeg4video_parser this fixes compilation when h263 decoder is disabled Originally committed as revision 8962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install MinGW shared libraries (dlls) to bindirRamiro Polla2007-05-09
| | | | Originally committed as revision 8953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow conditional compilation of H.263-related decoders.Diego Biurrun2007-05-09
| | | | Originally committed as revision 8949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move H.263 parser to its own file.Diego Biurrun2007-05-08
| | | | Originally committed as revision 8934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a few explanatory comments.Diego Biurrun2007-05-08
| | | | Originally committed as revision 8933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename oggvorbis decoder to libvorbis.Diego Biurrun2007-05-04
| | | | Originally committed as revision 8883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give libamr decoders/encoders a lib prefix in the name.Diego Biurrun2007-05-03
| | | | Originally committed as revision 8880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename dts_decoder to libdts_decoder.Diego Biurrun2007-05-03
| | | | Originally committed as revision 8879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The configure test for ebx fails because it is run before the -mdynamic-no-picAlexander Strange2007-05-01
| | | | | | | | | | | check. Move it before the ebx test and remove -mdynamic-no-pic from VHOOKCFLAGS later on. patch by Alexander Strange, astrange ithinksw com reference: Subject: [Ffmpeg-devel] [PATCH] fix CONFIG_EBX_AVAILABLE on Darwin/x86 Date: Fri, 13 Apr 2007 17:24:55 -0400 Originally committed as revision 8863 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Align some lines.Diego Biurrun2007-04-27
| | | | Originally committed as revision 8848 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, rtp_muxer needs config_networkAlex Beregszaszi2007-04-27
| | | | Originally committed as revision 8843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make protocols configure selectable and also cleanup the CONFIG_NETWORKAlex Beregszaszi2007-04-26
| | | | | | related parts (rtp,rtsp,sdp). Currently they are interdependent. Originally committed as revision 8842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* proper dependency on mpegts_demuxer for rtp_muxerDiego Biurrun2007-04-26
| | | | Originally committed as revision 8831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant dependency from ffserver_deps.Diego Biurrun2007-04-26
| | | | Originally committed as revision 8830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove hackish support for the non-free fixed-point AMR-NB reference code.Diego Biurrun2007-04-25
| | | | Originally committed as revision 8813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* "fast unaligned" bytestream functionsRamiro Polla2007-04-25
| | | | | | | | | patch by Ramiro Polla ramiro lisha ufsc br original thread: date: 03/11/2007 03:06 AM subject: [Ffmpeg-devel] [PATCH] Machine endian bytestream functions Originally committed as revision 8803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move ebx_available and ebp_available from CONFIG_LIST to HAVE_LIST,Diego Biurrun2007-04-24
| | | | | | it's not configurable by the user. Originally committed as revision 8795 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove possibly broken wince cruftAlex Beregszaszi2007-04-20
| | | | Originally committed as revision 8763 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The AC3 demuxer depends on the AC3 parser.Diego Biurrun2007-04-15
| | | | Originally committed as revision 8740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify Darwin gcc flags setting.Diego Biurrun2007-04-14
| | | | Originally committed as revision 8730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant 2.95 branch from the Darwin gcc check. It is alreadyDiego Biurrun2007-04-14
| | | | | | being handled by the default case. Originally committed as revision 8729 to svn://svn.ffmpeg.org/ffmpeg/trunk
* trap signals in tests that can crashMåns Rullgård2007-04-13
| | | | Originally committed as revision 8727 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace hackish support for amr-nb and amr-wb. Instead of including the sourceStanislav Brabec2007-04-12
| | | | | | | of the reference implementation it is possible to use proper libraries now. patch by Stanislav Brabec, sbrabec suse cz, changes and bug fixes by me Originally committed as revision 8717 to svn://svn.ffmpeg.org/ffmpeg/trunk