summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* apng: Add a basic APNG encoderDonny Yang2015-04-021-0/+1
| | | | | Signed-off-by: Donny Yang <work@kota.moe> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit '4978850ca2cb1ec6908f5bc79cc592ca454d11e8'Michael Niedermayer2015-03-311-7/+11
|\ | | | | | | | | | | | | | | | | | | * commit '4978850ca2cb1ec6908f5bc79cc592ca454d11e8': build: Split JPEG-related tables off into a separate component Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: Split JPEG-related tables off into a separate componentDiego Biurrun2015-03-301-5/+9
| |
| * lavc: add libdcadec decoderHendrik Leppkes2015-03-291-0/+4
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | Merge commit 'c48456166e95648719a8be8f8613f9dee98205c1'Michael Niedermayer2015-03-291-0/+13
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c48456166e95648719a8be8f8613f9dee98205c1': lavc: add MMAL hardware decoder wrapper Conflicts: Changelog configure doc/APIchanges libavcodec/Makefile libavcodec/allcodecs.c libavcodec/version.h libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavc: add MMAL hardware decoder wrapperwm42015-03-291-0/+13
| | | | | | | | | | | | Based on a patch by Rodger Combs. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | doc/examples: add directory listing exampleLukasz Marek2015-03-281-0/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '72b7441a10f578a1d0be7083d8f5adf6a01921c2'Michael Niedermayer2015-03-281-0/+4
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit '72b7441a10f578a1d0be7083d8f5adf6a01921c2': lavc: add Intel libmfx-based H.264 encoder Conflicts: Changelog libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavc: add Intel libmfx-based H.264 encoderAnton Khirnov2015-03-271-0/+4
| |
* | Merge commit 'd0a63d8b989647ffdb5f40da8e1feaffe1a8e791'Michael Niedermayer2015-03-281-0/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit 'd0a63d8b989647ffdb5f40da8e1feaffe1a8e791': qsvdec: split off some code that will be shared with the encoder Conflicts: libavcodec/Makefile libavcodec/qsvdec.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * qsvdec: split off some code that will be shared with the encoderAnton Khirnov2015-03-271-0/+2
| |
* | Merge commit 'b04d009b0e1a34b717f3d3bbf407aef0c742aff1'Michael Niedermayer2015-03-281-2/+2
|\ \ | |/ | | | | | | | | | | | | | | | | * commit 'b04d009b0e1a34b717f3d3bbf407aef0c742aff1': qsv: rename to qsvdec Conflicts: libavcodec/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * qsv: rename to qsvdecAnton Khirnov2015-03-271-2/+2
| | | | | | | | This is to avoid conflicts with the upcoming QSV encoding support.
* | configure: add missing dependency for nvenc_h265James Almer2015-03-251-0/+1
| | | | | | | | | | | | Should fix compilation of builds without nvenc Signed-off-by: James Almer <jamrial@gmail.com>
* | avcodec/nvenc: Drop support for old nvenc apiTimo Rothenpieler2015-03-241-0/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | configure: Silence warnings about constant unsigned overflows in MSVCMichael Niedermayer2015-03-201-0/+1
| | | | | | | | | | | | | | | | | | | | unsigned overflows are well defined in C and used for example in crypto and various other places. None of the affected warnings currently shown points to an actual defect untested Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec: Fix libdcadec include dirKacper Michajłow2015-03-201-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec: add libdcadec decoderHendrik Leppkes2015-03-201-0/+4
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '91894f27dce531c13d7e1be20253877f2e1e9e66'Michael Niedermayer2015-03-171-2/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit '91894f27dce531c13d7e1be20253877f2e1e9e66': configure: Disable shift operator precedence warnings with MSVC Conflicts: configure See: 9e208ce6dd94596b4185a93af4aab3dcd28eb5b7 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Disable shift operator precedence warnings with MSVCDiego Biurrun2015-03-171-1/+1
| |
* | configure: Silence EMMS warnings in ICCMichael Niedermayer2015-03-161-1/+3
| | | | | | | | | | | | | | | | | | Real world MMX code does not put EMMS at the start and end of every function, it would be incredibly inefficient to do that thus do not warn about that Tested-by: Carl Eugen Hoyos <cehoyos@ag.or.at> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'faab8f9fcb4ffeb967dc6872c0f1e9da719106ce'Michael Niedermayer2015-03-161-7/+7
|\ \ | |/ | | | | | | | | | | | | | | | | * commit 'faab8f9fcb4ffeb967dc6872c0f1e9da719106ce': configure: move cross_compile checks after the toolchain section Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: move cross_compile checks after the toolchain sectionJanne Grunau2015-03-161-7/+7
| |
* | Merge commit '3e1b5cbc9ab0a61c9bec08a1df1404b9da6ed7ea'Michael Niedermayer2015-03-161-0/+1
|\ \ | |/ | | | | | | | | | | * commit '3e1b5cbc9ab0a61c9bec08a1df1404b9da6ed7ea': configure: handle Apple's armv7s in probe_arm_arch() Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: handle Apple's armv7s in probe_arm_arch()Janne Grunau2015-03-161-0/+1
| |
* | configure: fix zlib dependancy of tdscMichael Niedermayer2015-03-131-2/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '247e370e2a913db52ca079b347a174c8d393b171'Michael Niedermayer2015-03-131-0/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '247e370e2a913db52ca079b347a174c8d393b171': TDSC decoder Conflicts: Changelog doc/general.texi libavcodec/Makefile libavcodec/allcodecs.c libavcodec/version.h tests/fate/video.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * TDSC decoderVittorio Giovara2015-03-131-0/+2
| | | | | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | Merge commit '9c8074050745184a61059ad56045ad711299e33d'Michael Niedermayer2015-03-121-1/+1
|\ \ | |/ | | | | | | | | | | * commit '9c8074050745184a61059ad56045ad711299e33d': configure: Mark qsv subsystem as not selectable on the command line Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Mark qsv subsystem as not selectable on the command lineDiego Biurrun2015-03-111-1/+1
| |
* | Merge commit '7a76c6c4df31d1ff65464ccf3171acd57ef004eb'Michael Niedermayer2015-03-111-0/+1
|\ \ | |/ | | | | | | | | | | | | | | | | * commit '7a76c6c4df31d1ff65464ccf3171acd57ef004eb': configure: Enable colored output for gcc 4.9+ Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Enable colored output for gcc 4.9+Vittorio Giovara2015-03-111-0/+1
| |
* | Force -D__EXTENSIONS__ on Solaris.Carl Eugen Hoyos2015-03-101-0/+1
| | | | | | | | | | | | This fixes compilation of libavformat/udp.o on some installations, regression since 3a5cbc91 Reported by Cristian Dustinta for SunOS 5.10
* | Add dependencies to configure file for vf_fftfiltArwa Arif2015-03-091-0/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'b77e335e441040a40fc6156b8e4a134745d10233'Michael Niedermayer2015-03-071-5/+5
|\ \ | |/ | | | | | | | | | | * commit 'b77e335e441040a40fc6156b8e4a134745d10233': configure: Move the .object_arch check to the right place Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Move the .object_arch check to the right placeMartin Storsjö2015-03-071-5/+5
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge commit 'dcae2e32f7d8a1ca5fb8c1e4aa81313be854dd73'Michael Niedermayer2015-03-071-0/+6
|\ \ | |/ | | | | | | | | | | * commit 'dcae2e32f7d8a1ca5fb8c1e4aa81313be854dd73': arm: Suppress tags about used cpu arch and extensions Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * arm: Suppress tags about used cpu arch and extensionsMartin Storsjö2015-03-071-0/+6
| | | | | | | | | | | | | | | | | | | | When all the codepaths using manually set .arch/.fpu code is behind runtime detection, the elf attributes should be suppressed. This allows tools to know that the final built binary doesn't strictly require these extensions. Signed-off-by: Martin Storsjö <martin@martin.st>
* | configure: Make compilable with VS2015Peter Tissen2015-03-061-5/+9
| | | | | | | | | | | | | | | | | | So Visual Studio 2015 has some breaking changes regarding the C runtime. In short, they made C99 compatable runtime. Refer to http://blogs.msdn.com/b/vcblog/archive/2014/06/18/crt-features-fixes-and-breaking-changes-in-visual-studio-14-ctp1.aspx Made-Seriously-Happy: "Ronald S. Bultje" <rsbultje@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | configure, mips: remove MIPS32R2, merging it with MIPSFPUJames Cowgill2015-03-061-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are no independant uses of mips32r2 instructions except for the FPU parts. Due to the heavy use of mips32r2 specifc fpu extensions, I am guessing the original author intended MIPSFPU to imply MIPS32R2 anyway. Since these fpu instructions are available on mips64 (non-r2), enable them there as well. Also remove the last occurence of HAVE_MIPS32R2 (which is coupled to HAVE_MIPSFPU anyway). mips32r2 is left in the list of options form compatability so that using --disable-mips32r2 doesn't break anything. Signed-off-by: James Cowgill <james410@cowgill.org.uk> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Allow AVFoundation compilation on OS X 10.7.Carl Eugen Hoyos2015-03-041-1/+3
| | | | | | | | | | | | Fixes ticket #4238. Reviewed-by: Thilo Borgmann
* | configure/help: consistently use "autodetect"Clément Bœsch2015-03-021-7/+7
| |
* | Merge commit '990e4a6639d0714198583c2812b1074b5751898f'Michael Niedermayer2015-03-011-0/+7
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit '990e4a6639d0714198583c2812b1074b5751898f': Add a QSV decoding example. Conflicts: configure doc/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Add a QSV decoding example.Anton Khirnov2015-02-281-0/+7
| |
* | Merge commit '71f1ad37d858b810b71a4af1c25771beaa50b27b'Michael Niedermayer2015-03-011-2/+3
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | * commit '71f1ad37d858b810b71a4af1c25771beaa50b27b': lavc: do not compile fmtconvert unconditionally Conflicts: configure libavcodec/ppc/Makefile libavcodec/x86/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavc: do not compile fmtconvert unconditionallyAnton Khirnov2015-02-281-2/+3
| | | | | | | | Only ac3dec and dcadec use it.
* | Merge commit '82b6e451161f19ab90bfb9565b710021caf5dcbd'Michael Niedermayer2015-02-261-11/+11
|\ \ | |/ | | | | | | | | | | | | | | | | * commit '82b6e451161f19ab90bfb9565b710021caf5dcbd': configure: Move the cross_prefix setting after the toolchain one Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Move the cross_prefix setting after the toolchain oneLuca Barbato2015-02-261-9/+9
| | | | | | | | | | | | Makes passing to configure --toolchain=gcc-asan --cross-prefix=armv7a-hardfloat-linux-gnueabi- work as intended.
* | Merge commit '521979e6b1e7a89751aebc285a40d6508f8af48f'Michael Niedermayer2015-02-231-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit '521979e6b1e7a89751aebc285a40d6508f8af48f': configure: Properly fail when libcdio/cdparanoia is not found Conflicts: configure See: f514b5dff769a331ea2153c23594d9b29b667141 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Properly fail when libcdio/cdparanoia is not foundVittorio Giovara2015-02-221-1/+2
| |
OpenPOWER on IntegriCloud