summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
* Merge commit 'a61c2115fb936d50b8b0328d00562fe529a7c46a'Michael Niedermayer2014-04-29
|\ | | | | | | | | | | | | | | | | | | | | * commit 'a61c2115fb936d50b8b0328d00562fe529a7c46a': configure: rework dxva in avconv handling Conflicts: Makefile configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: rework dxva in avconv handlingAnton Khirnov2014-04-28
| | | | | | | | | | | | | | Move the dxva check after the dependencies have been detected, make sure the ole32 library exists. Fixes build on non-Windows.
* | Merge commit '35177ba77ff60a8b8839783f57e44bcc4214507a'Michael Niedermayer2014-04-29
|\| | | | | | | | | | | | | | | | | | | | | * commit '35177ba77ff60a8b8839783f57e44bcc4214507a': avconv: add support for DXVA2 decoding Conflicts: Makefile configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avconv: add support for DXVA2 decodingHendrik Leppkes2014-04-28
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | configure: add support for new CPUsJames Almer2014-04-28
| | | | | | | | | | | | | | | | Add new -march values for Intel CPUs (introduced with GCC 4.9.x), add support for the missing AMD btver* CPUs, and improve SunCC flags accordingly. Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavu: add LOCAL_ALIGNED_32James Almer2014-04-25
| | | | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | configure: allow overriding ranlibMichael Niedermayer2014-04-25
| | | | | | | | | | Reviewed-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | configure: Fix ld flags when rpath is enabled.YuDenzel2014-04-24
| | | | | | | | Provide correct rpath flags to ld when --enable-rpath is provided.
* | Merge commit 'e2834567d73bd1e46478ba67ac133cb8ef5f50fd'Michael Niedermayer2014-04-23
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'e2834567d73bd1e46478ba67ac133cb8ef5f50fd': On2 AVC decoder Conflicts: Changelog configure libavcodec/avcodec.h libavcodec/codec_desc.c libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * On2 AVC decoderKostya Shishkov2014-04-23
| |
* | examples: rename avcodec.c to decoding_encoding.cStefano Sabatini2014-04-23
| | | | | | | | | | Restore the old name, which was more meaningful and consistent with the names of the other examples.
* | Merge commit '93e15a323871613fd26f1f1e317029a50b5b24ca'Michael Niedermayer2014-04-21
|\| | | | | | | | | | | | | * commit '93e15a323871613fd26f1f1e317029a50b5b24ca': fic: use correct IDCT Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fic: use correct IDCTKostya Shishkov2014-04-21
| | | | | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | Merge commit '4936ef6492f640e1606c6507f2c4e495164d3974'Michael Niedermayer2014-04-19
|\| | | | | | | | | | | | | | | | | | | | | * commit '4936ef6492f640e1606c6507f2c4e495164d3974': configure: Handle armcc 5.0 Conflicts: configure See: db55365d0f938ee93ed660a14c07f10f2a66dd10 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Handle armcc 5.0Martin Storsjö2014-04-19
| | | | | | | | | | | | | | The first line of the "armcc --vsn" output in one version is "Product: ARM Compiler 5.04". Signed-off-by: Martin Storsjö <martin@martin.st>
* | Fix standalone compilation of image2_alias_pix and image2_brender_pix demuxers.Carl Eugen Hoyos2014-04-19
| |
* | configure: Remove deprecated incompatible_fork_abi optionJames Almer2014-04-18
| | | | | | | | | | | | | | | | It's been deprecated since ffmpeg 2.0 Signed-off-by: James Almer <jamrial@gmail.com> Analysis of the usage of the switches by: wm4 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'f1b239ec8b38474d31f3bfea1f0b1693774fa432'Michael Niedermayer2014-04-17
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit 'f1b239ec8b38474d31f3bfea1f0b1693774fa432': drawtext: Add fontconfig support Conflicts: configure doc/filters.texi libavfilter/vf_drawtext.c See: 40b7a27bad8b8b35cb215bf4f4cba02a00d6f9e2 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * drawtext: Add fontconfig supportLuca Barbato2014-04-17
| | | | | | | | | | | | Introduce the `font` option and make it optional to pass a fontfile. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
| * libtwolame MP2 encoding supportPaul B Mahol2014-04-07
| | | | | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | configure: allow the gas-preprocessor to be called with an absolute path.Lars Hammarstrand2014-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow the configure tool to call the gas-preprocessor with an absolute path when included with either the "--as" or with a separate "--gas" option. The patch is backward compatible and will not break any current configuration setups. The new behavior that comes with this option can be utilized in the following ways: Examples: - Just as single option that includes both the gas-preprocessor.pl and cc/as at the same time: $ configure --as="/opt/app/build-tools/gas-preprocessor.pl \ /Applications/Xcode.app/.../Developer/usr/bin/gcc" - Call gas-preprocessor with a separate option in conjunction with --as: $ configure --gas="/opt/app/build-tools/gas-preprocessor.pl" \ --as="/Applications/Xcode.app/.../Developer/usr/bin/gcc" - Address only the the gas-preprocessor and it will automatically fall back to as or cc whichever that's defined: $ configure --gas="/opt/app/build-tools/gas-preprocessor.pl" - Or if no gas-preprocessor.pl is explicitly defined, it falls back to the old behaivor.
* | configure: fix arm osx buildMichael Niedermayer2014-04-15
| | | | | | | | | | | | | | Fixes Ticket3561 Solution suggested by jeremyhu Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Add AVFoundation input device.Thilo Borgmann2014-04-11
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | configure: Fail on missing prototypes in check_oc.Thilo Borgmann2014-04-09
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | configure: AVI demux needs exifSchenk, Michael2014-04-08
| | | | | | | | | | Reviewed-by: Thilo Borgmann <thilo.borgmann@mail.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Fix compilation with --disable-everything --enable-decoder=rawvideo.Carl Eugen Hoyos2014-04-08
| |
* | configure: Check for generated output in check_header_oc.Thilo Borgmann2014-04-07
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '8675bcb0addb1c7fb0b04682d1f3f95d5b8dae14'Michael Niedermayer2014-04-07
|\| | | | | | | | | | | | | * commit '8675bcb0addb1c7fb0b04682d1f3f95d5b8dae14': aarch64: add armv8 CPU flag Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * aarch64: add armv8 CPU flagJanne Grunau2014-04-06
| |
| * On2 VP7 decoderPeter Ross2014-04-04
| | | | | | | | | | | | | | | | | | Further performance improvements and security fixes by Vittorio Giovara, Luca Barbato and Diego Biurrun. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org> Signed-off-by: Diego Biurrun <diego@biurrun.de>
| * OpenEXR decoderJimmy Christensen2014-04-01
| | | | | | | | | | | | | | Additional fixes and enhancements by Vittorio Giovara, Gonzalo Garramuno, Nicolas George, Paul B Mahol and Michael Niedermayer. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
| * libx265: Bump version requirementDerek Buitenhuis2014-03-31
| | | | | | | | | | | | | | | | | | | | | | Build 13 has a crucial fix which makes x265_encode_headers work as its always been documented. Previous to this, the check was incorrect. Also allows for use of the repeat headers flag. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | configure: Add workaround for qtkit detection using ICC compiler.Thilo Borgmann2014-04-06
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | configure: use TMPM in check_header_ocMichael Niedermayer2014-04-05
| | | | | | | | | | | | | | | | | | | | Some compilers when given -x objective-c will tell that they dont support that but return success. Using a .m file instead returns proper failure in that case This should fix a build failure on freebsd Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | configure: more properly disable header when check_header_oc() failsMichael Niedermayer2014-04-05
| | | | | | | | | | | | This should make no difference currently Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | configure: Fix testing of objective-c headers for qtkitMichael Niedermayer2014-04-05
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | configure: check and use -Wempty-bodyJames Darnley2014-04-04
| | | | | | | | | | | | | | Would have shown the trailing semi-colon in lavu/log.c that broke detection of 256 colour capable terminals. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Add Win32 GDI-based screen grabbingCalvin Walton2014-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on original code by Christophe Gisquet in 2010, updated to work with current ffmpeg APIs. Supports grabbing a single window or an area of the screen, including support for multiple monitors (Windows does funky stuff with negative coordinates here). I've moved most of the configuration to AVOptions; the input file name is now only the string "desktop", or "title=<windowname>" to select a single window. The AVOptions are the same as x11grab where possible. Code has been added to support a "show_region" mode, like x11grab, which will draw a rectangle on the screen around the area being captured. Instead of duplicating code for paletted image handling, I make use of the GDI API's ability to output DIB (BMP) images, which can be run through ffmpeg's existing BMP decoder. Signed-off-by: Calvin Walton <calvin.walton@kepstin.ca> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libavcodec: Implementation of AC3 fixedpoint decoderNedeljko Babic2014-04-01
| | | | | | | | | | Signed-off-by: Nedeljko Babic <nbabic@mips.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libx265: Bump version requirementDerek Buitenhuis2014-03-31
| | | | | | | | | | | | | | | | | | | | | | Build 13 has a crucial fix which makes x265_encode_headers work as its always been documented. Previous to this, the check was incorrect. Also allows for use of the repeat headers flag. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | configure: Remove invalid option --disable-qtkit.Thilo Borgmann2014-03-31
| | | | | | | | | | | | | | | | QTKit can/should be disabled by "--disable-indev=qtkit". Found by Justin Derrick. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavd: Add QTKit input device.Vadim Kalinsky2014-03-30
| | | | | | | | | | Signed-off-by: Thilo Borgmann <thilo.borgmann@mail.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | configure: fix VP7 standalone buildMichael Niedermayer2014-03-27
| | | | | | | | | | Found-by: Vittorio Giovara <vittorio.giovara@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '8ef33497a6a3ed05d2f931809c074ef3d1878834'Michael Niedermayer2014-03-24
|\| | | | | | | | | | | | | | | | | | | | | * commit '8ef33497a6a3ed05d2f931809c074ef3d1878834': build: Add config option for CABAC code Conflicts: configure libavcodec/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: Add config option for CABAC codeDiego Biurrun2014-03-24
| | | | | | | | This allows for more elegant dependency and object declarations.
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-03-24
|\| | | | | | | | | | | | | | | * qatar/master: configure: Remove dcbzl check for e500v1 and e500v2 architectures See: d5733936d857ce5c7d28c0bc9e89a2e2548f8895 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Remove dcbzl check for e500v1 and e500v2 architecturesPeter Krefting2014-03-24
| | | | | | | | | | | | | | | | | | | | | | | | The DCBZL instruction is not available for the e500v1 and e500v2 architectures, but may still be recognized by the toolchain, so we need to explicitly disable it for these architectures. References: PowerPC™ e500 Core Family Reference Manual (Freescale) Found-by: Ståle Kristoffersen <staalebk@ifi.uio.no> Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | Merge commit 'fb7127b2c836b53ad5168887cd12871312c8708d'Michael Niedermayer2014-03-24
|\| | | | | | | | | | | | | | | | | | | * commit 'fb7127b2c836b53ad5168887cd12871312c8708d': build: h264 parser depends on full h264 decoder Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: h264 parser depends on full h264 decoderLuca Barbato2014-03-23
| |
* | Always pass the configure option sysroot to --sysroot and -isysroot.Carl Eugen Hoyos2014-03-23
| | | | | | | | On darwin, --sysroot may be ignored.