summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
* Use libopenjpeg for jpeg2k decoding.Jai Menon2009-02-06
| | | | | | Patch by Jaikrishnan Menon Originally committed as revision 17017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: add command flag to disable yasm useMåns Rullgård2009-02-05
| | | | Originally committed as revision 16998 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: set EXESUF before it is usedMåns Rullgård2009-02-05
| | | | Originally committed as revision 16997 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: move basic sanity tests before other testsMåns Rullgård2009-02-04
| | | | Originally committed as revision 16995 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fastdiv is disabled by default, so put --enable-fastdiv into the help output.Diego Biurrun2009-02-04
| | | | Originally committed as revision 16991 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the new RDFT code in the QDM2 decoder.Alex Converse2009-01-30
| | | | Originally committed as revision 16865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.Alex Converse2009-01-30
| | | | Originally committed as revision 16864 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationRamiro Polla2009-01-27
| | | | Originally committed as revision 16828 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mingw: don't check for minimum mingw runtime and w32api versions for mingw-w64Ramiro Polla2009-01-27
| | | | | | | there is no vfw in mingw-64, and it has different (not yet stable) version defines Originally committed as revision 16827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: exit with error if OS is unknownMåns Rullgård2009-01-26
| | | | Originally committed as revision 16807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ALSA support in libavdevice.Nicolas George2009-01-26
| | | | | | | | Patch by Nicolas George: name surname normalesup org Original thread: [FFmpeg-devel] [PATCH] ALSA for libavdevice Date: 12/09/2008 07:17 PM Originally committed as revision 16800 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: add datadir variable and write to config.{h,mak}Måns Rullgård2009-01-25
| | | | Originally committed as revision 16791 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add AMD 3DNow! instruction enabling/disabling support in the build system.Diego Biurrun2009-01-25
| | | | Originally committed as revision 16785 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop redundant architecture extension dependencies.Diego Biurrun2009-01-25
| | | | Originally committed as revision 16784 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing architecture-specific options to summary output.Diego Biurrun2009-01-25
| | | | Originally committed as revision 16779 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SSE depends on x86.Diego Biurrun2009-01-25
| | | | Originally committed as revision 16777 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add configuration options section to help output.Diego Biurrun2009-01-24
| | | | Originally committed as revision 16760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* help output cosmeticsDiego Biurrun2009-01-24
| | | | Originally committed as revision 16759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove --enable-static and --disable-shared from help output.Diego Biurrun2009-01-24
| | | | | | Only one of --enable or --disable should be in the help output. Originally committed as revision 16758 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use cc_default variable in help output for --cc option.Diego Biurrun2009-01-24
| | | | | | The cc variable is not yet initialized when the help output is printed. Originally committed as revision 16757 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a check for ppc4xx instructions; rename preprocessor directive accordingly.Diego Biurrun2009-01-24
| | | | Originally committed as revision 16756 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: add help for fastdivMåns Rullgård2009-01-24
| | | | Originally committed as revision 16754 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add VDPAU hardware accelerated decoding for WMV3 and VC1 which canNVIDIA Corporation2009-01-20
| | | | | | | | be used by video players. Original patch by NVIDIA corporation. Originally committed as revision 16699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Alpha: add -mieee to CFLAGSMåns Rullgård2009-01-18
| | | | Originally committed as revision 16676 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: add fastdiv to CONFIG_LISTMåns Rullgård2009-01-18
| | | | Originally committed as revision 16674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add mpeg1_vdpau decoder.Carl Eugen Hoyos2009-01-16
| | | | Originally committed as revision 16640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which canNVIDIA Corporation2009-01-16
| | | | | | | | be used by video players. Original patch by NVIDIA corporation. Originally committed as revision 16628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add -Wundef compiler flag, to catch typo in #if or similar situationsAurelien Jacobs2009-01-16
| | | | Originally committed as revision 16621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-14
| | | | | | and remove all ENABLE_ definitions. Originally committed as revision 16600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
| | | | | | They are now always defined to either 0 or 1. Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: add Alpha CPU typesMåns Rullgård2009-01-13
| | | | Originally committed as revision 16573 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: fix PIC activation for x86_64 shared libsMåns Rullgård2009-01-11
| | | | Originally committed as revision 16563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pass subarch instead of arch to YASMFLAGSRamiro Polla2009-01-11
| | | | Originally committed as revision 16560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend 'checkheaders' target to architecture-specific subdirectories.Diego Biurrun2009-01-11
| | | | Originally committed as revision 16559 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split arch variable into arch and subarch.Diego Biurrun2009-01-11
| | | | Originally committed as revision 16558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use 'enabled' function to simplify x86_64 check in the mingw32 section.Diego Biurrun2009-01-11
| | | | Originally committed as revision 16557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add truncf() replacement function.Michael Kostylev2009-01-11
| | | | | | Patch by Michael Kostylev <mik at it-1 dot ru> Originally committed as revision 16555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use setmode() if it exists in <io.h>, and not based on O_BINARY.Ramiro Polla2009-01-11
| | | | Originally committed as revision 16553 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use 'enabled' function instead of raw 'test' calls in arch checks.Diego Biurrun2009-01-11
| | | | Originally committed as revision 16552 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove useless quotes.Diego Biurrun2009-01-11
| | | | Originally committed as revision 16544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1l: better alphabetical orderDiego Biurrun2009-01-11
| | | | Originally committed as revision 16543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing --disable-armv6t2 to help output.Diego Biurrun2009-01-11
| | | | Originally committed as revision 16542 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use coff as objformat for dos.Michael Kostylev2009-01-11
| | | | | | Patch by Michael Kostylev <mik at it-1 dot ru> Originally committed as revision 16525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: allow to disable sse code.Ramiro Polla2009-01-07
| | | | | | Based on patch by Michael Kostylev <mik at it-1 dot ru> Originally committed as revision 16490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use posix_memalign() if available.Ramiro Polla2009-01-07
| | | | Originally committed as revision 16488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't prefix yasm with cross prefix.Michael Kostylev2009-01-07
| | | | | | Patch by Michael Kostylev <mik at it-1 dot ru> Originally committed as revision 16463 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alphabetical ordering cosmeticsDiego Biurrun2009-01-07
| | | | Originally committed as revision 16461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Export VDPAU support by installing vdpau.h.Carl Eugen Hoyos2009-01-05
| | | | Originally committed as revision 16445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add -D__EXTENSIONS__ to CFLAGS on Solaris to make ip_mreq visible.Palle Lyckegaard2009-01-05
| | | | | | | Fixes compilation of libavformat/udp.c. patch by Palle Lyckegaard, palle lyckegaard dk Originally committed as revision 16440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add VDPAU hardware accelerated decoding for H264 which can be used byNVIDIA Corporation2009-01-04
| | | | | | | | video players. Original patch by NVIDIA corporation. Originally committed as revision 16431 to svn://svn.ffmpeg.org/ffmpeg/trunk