summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
* Create libavfilter/$arch when building outside source treeMåns Rullgård2010-09-25
| | | | Originally committed as revision 25200 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yadif filter, based on stefanos port of my yadif from mplayer.Michael Niedermayer2010-09-25
| | | | | | Compared to stefanos, 2 frame output works with ffplay. Originally committed as revision 25196 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add frei0r filter.Stefano Sabatini2010-09-24
| | | | | | | | See thread: Subject: [FFmpeg-devel] [POC] frei0r wrapper Date: Tue, 24 Aug 2010 21:37:32 +0200 Originally committed as revision 25165 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable ALIGNED_STACK with icc 10 or prior on x86_32Måns Rullgård2010-09-21
| | | | Originally committed as revision 25152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add HAVE_ALIGNED_STACK config settingMåns Rullgård2010-09-21
| | | | | | | This is set to 1 if the stack is guaranteed to be suitably aligned for the strictest access mode of the machine. Originally committed as revision 25151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Request 16-byte aligned stack with icc on x86_32Måns Rullgård2010-09-18
| | | | Originally committed as revision 25145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: print minimum lame version number required after revision 25128James Darnley2010-09-17
| | | | | | Patch by James Darnley <james dot darnley at gmail dot com>. Originally committed as revision 25139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: detect Open64 compilerMåns Rullgård2010-09-16
| | | | Originally committed as revision 25135 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow float values for libmp3lame quality.James Darnley2010-09-15
| | | | | | Patch by James Darnley, james D darnley A gmail Originally committed as revision 25128 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update pathscale compiler detectionMåns Rullgård2010-09-14
| | | | Originally committed as revision 25122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement libopencv smooth filter.Stefano Sabatini2010-09-14
| | | | Originally committed as revision 25118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create config.asm for use with yasmMåns Rullgård2010-09-03
| | | | Originally committed as revision 25039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: whitespaceMåns Rullgård2010-09-03
| | | | Originally committed as revision 25038 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: make print_config() more flexibleMåns Rullgård2010-09-03
| | | | Originally committed as revision 25037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Detect llvm-gcc and set appropriate flagsMåns Rullgård2010-09-02
| | | | Originally committed as revision 25028 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add -mllvm -stack-alignment=16 to CFLAGS when using clangMåns Rullgård2010-09-02
| | | | Originally committed as revision 25027 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: move config.fate creation after OS sectionMåns Rullgård2010-08-26
| | | | | | The OS label can be changed, and we want this to be reflected. Originally committed as revision 24953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: write config.fate file as early as possibleMåns Rullgård2010-08-26
| | | | Originally committed as revision 24952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: improve error message for missing yasmMåns Rullgård2010-08-26
| | | | Originally committed as revision 24951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* x86: Require yasm OR --disable-asm OR --disable-mmx OR --disable-yasm to build.Alex Converse2010-08-26
| | | | Originally committed as revision 24950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert "Disable MMX for i686 and pentiumpro"Måns Rullgård2010-08-26
| | | | | | | To avoid being burned at the stake by an angry mob, I am forced to revert this commit. Originally committed as revision 24949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable MMX for i686 and pentiumproMåns Rullgård2010-08-26
| | | | Originally committed as revision 24946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: select warning suppression syntax based on armcc versionMåns Rullgård2010-08-26
| | | | | | | | Release 4.1 changed the flag used to pass options through the gcc translation layer. Detect which version is used, and choose the appropriate flag. Originally committed as revision 24945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: enable fast_cmov for 'atom'Janne Grunau2010-08-24
| | | | Originally committed as revision 24910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: fix typo in test depsMåns Rullgård2010-08-24
| | | | Originally committed as revision 24907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mmsh depends on httpMåns Rullgård2010-08-22
| | | | Originally committed as revision 24867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix configure .pc files generation and make install whenAnatoly Nenashev2010-08-18
| | | | | | | | --build-suffix is used. Patch by Anatoly Nenashev ${surname}_as@mail.ru. Originally committed as revision 24821 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add hflip filter.Stefano Sabatini2010-08-17
| | | | Originally committed as revision 24806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only check for for libvpx decoder/encoder if libvpx is enabled.Diego Biurrun2010-08-08
| | | | Originally committed as revision 24744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix configure when --enable-libvpx is not specifiedRamiro Polla2010-08-08
| | | | Originally committed as revision 24743 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split libvpx check into decoder and encoder check.Frank Barchard2010-08-08
| | | | | | | This allows using a libvpx that has been configured as decoder/encoder only. patch by Frank Barchard, fbarchard google com Originally committed as revision 24742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split h264dsp and h264pred in configure.Jason Garrett-Glaser2010-08-07
| | | | | | | | | Many H.264 derivatives, like RV40 and VP8, use the H.264 prediction functions but not the weight/loopfilter functions. This should reduce the size of builds with one of these derivatives but without H.264 decoding itself. Originally committed as revision 24741 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a CONFIG_ variable for generic Huffman routines.Diego Biurrun2010-08-06
| | | | Originally committed as revision 24715 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: remove redundant extralibs settingsMåns Rullgård2010-08-05
| | | | Originally committed as revision 24705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add -Wno-parentheses to CFLAGS.Diego Biurrun2010-08-02
| | | | | | | Without this flag -Wall generates warnings that nobody wants to see fixed or worked around. Disabling those warnings is thus the best solution. Originally committed as revision 24666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add lavfi-pixfmts LE tests.Stefano Sabatini2010-08-01
| | | | | | | | | The corresponding lavfi-pixfmts BE tests are not yet added, as there are some bugs in the scaler (scaling rgba, argb, bgra, abgr, yuva420p) which result in differences with the LE reference, and I cannot visually check the generated files on BE. Originally committed as revision 24657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement set_ne_test_deps() and use if for the lavfi pixdesc test.Stefano Sabatini2010-08-01
| | | | Originally committed as revision 24653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix suncc ident string (hopefully)Måns Rullgård2010-08-01
| | | | Originally committed as revision 24652 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: set subarch for ARMMåns Rullgård2010-07-31
| | | | Originally committed as revision 24614 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make pkgconfig_generate() explicitly return 0 in instead of returningJean-Daniel Dupas2010-07-30
| | | | | | | | | | | | | without value when the target library is disabled. If it does not explicitly return 0, when the last library is disabled (swscale), the final "configure" exit value is 1, even if the configure script is successfully executed. So it breaks scripts that invoke configure and rely on 0 for success and 1 for failure. Patch by Jean-Daniel Dupas reverse(<org.shadowlab@devlists>). Originally committed as revision 24585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove reference to the unexisting movie filter and the correspondingStefano Sabatini2010-07-28
| | | | | | useless --enable-avfilter-lavf option. Originally committed as revision 24569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Detect PathScale compilerMåns Rullgård2010-07-27
| | | | Originally committed as revision 24552 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: fix sh_quote functionMåns Rullgård2010-07-27
| | | | | | | Non-matching lists start with ! instead of the usual ^ in shell patterns. Originally committed as revision 24550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add Chinese AVS encoding via external library libxavsStefan Gehrer2010-07-27
| | | | Originally committed as revision 24533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: create report filesMåns Rullgård2010-07-26
| | | | Originally committed as revision 24529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: extract detailed compiler identificationMåns Rullgård2010-07-26
| | | | Originally committed as revision 24528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent.Stefano Sabatini2010-07-26
| | | | Originally committed as revision 24520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make pkgconfig_generate check if the library is enabled before toStefano Sabatini2010-07-26
| | | | | | generate the pc files. Originally committed as revision 24519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini2010-07-26
| | | | | | | | | | | in favor of the newly added corresponding functions av_parse_video_size() and av_parse_video_rate() defined in libavcore/parseutils.h. This change also adds a linking-time dependency of libavcodec and of libavfilter on libavcore. Originally committed as revision 24518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix pkgconfig_generate line for libavcore.Stefano Sabatini2010-07-25
| | | | | | libavcore depends on libavutil, and does not require extralibs. Originally committed as revision 24500 to svn://svn.ffmpeg.org/ffmpeg/trunk