summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
* Fix standalone compilation of the amv encoder.Carl Eugen Hoyos2014-07-05
|
* configure: update dependencies for vf_sppMichael Niedermayer2014-07-04
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer2014-07-01
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'e3fcb14347466095839c2a3c47ebecff02da891e': dsputil: Split off IDCT bits into their own context Conflicts: configure libavcodec/aic.c libavcodec/arm/Makefile libavcodec/arm/dsputil_init_arm.c libavcodec/arm/dsputil_init_armv6.c libavcodec/asvdec.c libavcodec/dnxhdenc.c libavcodec/dsputil.c libavcodec/dvdec.c libavcodec/dxva2_mpeg2.c libavcodec/intrax8.c libavcodec/mdec.c libavcodec/mjpegdec.c libavcodec/mjpegenc_common.h libavcodec/mpegvideo.c libavcodec/ppc/dsputil_altivec.h libavcodec/ppc/dsputil_ppc.c libavcodec/ppc/idctdsp.c libavcodec/x86/Makefile libavcodec/x86/dsputil_init.c libavcodec/x86/dsputil_mmx.c libavcodec/x86/dsputil_x86.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-30
| |
* | Merge commit 'adcb8392c9b185fd8a91a95fa256d15ab1432a30'Michael Niedermayer2014-07-01
|\| | | | | | | | | | | | | | | | | | | | | * commit 'adcb8392c9b185fd8a91a95fa256d15ab1432a30': mjpeg: Split off bits shared by MJPEG and LJPEG encoders Conflicts: libavcodec/mjpegenc.c libavcodec/mjpegenc.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * mjpeg: Split off bits shared by MJPEG and LJPEG encodersDiego Biurrun2014-06-30
| | | | | | | | This obviates a dependency of the LJPEG encoder on mpegvideo.
* | configure: enable lto for icl compiler.Matthew Oliver2014-06-29
| |
* | swr: rewrite resample_common/linear_float_sse/avx in yasm.Ronald S. Bultje2014-06-28
| | | | | | | | | | | | | | | | | | | | | | Linear interpolation goes from 63 (llvm) or 58 (gcc) to 48 (yasm) cycles/sample on 64bit, or from 66 (llvm/gcc) to 52 (yasm) cycles/ sample on 32bit. Bon-linear goes from 43 (llvm) or 38 (gcc) to 32 (yasm) cycles/sample on 64bit, or from 46 (llvm) or 44 (gcc) to 38 (yasm) cycles/sample on 32bit (all testing on OSX 10.9.2, llvm 5.1 and gcc 4.8/9). Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | configure: add missing audiodsp dependency for ra144James Almer2014-06-27
| | | | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | configure: fix g729 decoder dependenciesJames Almer2014-06-27
| | | | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | configure: remove duplicate ape_decoder_select lineJames Almer2014-06-27
| | | | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765'Michael Niedermayer2014-06-23
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c67b449bebbe0b35c73b203683e77a0a649bc765': dsputil: Split bswap*_buf() off into a separate context Conflicts: configure libavcodec/4xm.c libavcodec/ac3dec.c libavcodec/ac3dec.h libavcodec/apedec.c libavcodec/eamad.c libavcodec/flacenc.c libavcodec/fraps.c libavcodec/huffyuv.c libavcodec/huffyuvdec.c libavcodec/motionpixels.c libavcodec/truemotion2.c libavcodec/x86/Makefile libavcodec/x86/dsputil_init.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-22
| |
* | Merge commit '7b9ef8d701c319c26f7d0664fe977e176764c74e'Michael Niedermayer2014-06-23
|\| | | | | | | | | | | | | | | | | | | | | | | * commit '7b9ef8d701c319c26f7d0664fe977e176764c74e': mpeg: Split error resilience bits off into a separate file Conflicts: configure libavcodec/Makefile libavcodec/mpegvideo.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * mpeg: Split error resilience bits off into a separate fileDiego Biurrun2014-06-22
| |
* | Merge commit '463a7cde563fd805864c48a76dd1b03fc24671ed'Michael Niedermayer2014-06-23
|\| | | | | | | | | | | | | | | | | | | | | * commit '463a7cde563fd805864c48a76dd1b03fc24671ed': Differentiate assembler and assembly in documentation and comments Conflicts: configure doc/platform.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Differentiate assembler and assembly in documentation and commentsDiego Biurrun2014-06-22
| | | | | | | | The language and the program that consumes the language are not the same.
* | Merge commit 'a6a675a79287565c3c23455439b114676b63a96c'Michael Niedermayer2014-06-23
|\| | | | | | | | | | | | | | | | | | | * commit 'a6a675a79287565c3c23455439b114676b63a96c': configure: Drop stray error resilience dependencies Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Drop stray error resilience dependenciesDiego Biurrun2014-06-22
| |
* | Merge commit 'fbf4d2197f35bddccec00ad53185ee4ab81778a0'Michael Niedermayer2014-06-23
|\| | | | | | | | | | | | | | | | | | | * commit 'fbf4d2197f35bddccec00ad53185ee4ab81778a0': build: Record explicit dependency of intrax8 on error resilience Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: Record explicit dependency of intrax8 on error resilienceDiego Biurrun2014-06-22
| |
* | Merge commit 'c54e118722cbbdc04945538d1796d4472a1ff406'Michael Niedermayer2014-06-23
|\| | | | | | | | | | | | | | | | | | | * commit 'c54e118722cbbdc04945538d1796d4472a1ff406': build: Have the eatqi decoder depend on the MPEG-1 decoder Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: Have the eatqi decoder depend on the MPEG-1 decoderDiego Biurrun2014-06-22
| | | | | | | | eatqi uses more than just the shared mpegvideo bits.
* | Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2'Michael Niedermayer2014-06-22
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2': dsputil: Split audio operations off into a separate context Conflicts: configure libavcodec/takdec.c libavcodec/x86/Makefile libavcodec/x86/dsputil.asm libavcodec/x86/dsputil_init.c libavcodec/x86/dsputil_mmx.c libavcodec/x86/dsputil_x86.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * dsputil: Split audio operations off into a separate contextDiego Biurrun2014-06-22
| |
* | Do not show libzvbi in the configure output if it was not enabled.Carl Eugen Hoyos2014-06-21
| | | | | | | | It is already shown in the list of external libraries if it was enabled.
* | configure: remove superfluous check for AVX/FMA3 support in YasmJames Almer2014-06-20
| | | | | | | | | | | | | | | | The minimum Yasm/NASM version required to compile ffmpeg supports both instruction sets Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '852c329a69ddfd635807f60454df07d021c64901'Michael Niedermayer2014-06-19
|\| | | | | | | | | | | | | | | | | | | * commit '852c329a69ddfd635807f60454df07d021c64901': configure: Drop duplicate pkg-config entry from help output Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Drop duplicate pkg-config entry from help outputDiego Biurrun2014-06-19
| |
* | configure: fix NASM output format on Win64James Almer2014-06-19
| | | | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9'Michael Niedermayer2014-06-19
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9': dsputil: Split clear_block*/fill_block* off into a separate context Conflicts: configure libavcodec/asvdec.c libavcodec/dnxhddec.c libavcodec/dnxhdenc.c libavcodec/dsputil.h libavcodec/eamad.c libavcodec/intrax8.c libavcodec/mjpegdec.c libavcodec/ppc/dsputil_ppc.c libavcodec/vc1dec.c libavcodec/x86/dsputil_init.c libavcodec/x86/dsputil_mmx.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-18
| |
| * Remove avserver.Anton Khirnov2014-06-18
| | | | | | | | | | | | | | It has not been properly maintained for years and there is little hope of that changing in the future. It appears simpler to write a new replacement from scratch than unbreaking it.
* | ppc: Fix the bug of fft for little endian environment on POWER7 and laterRong Yan2014-06-19
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Revert "Fix compilation on ppc64 and ppc with pic if gas-preprocessor is ↵Carl Eugen Hoyos2014-06-18
| | | | | | | | | | | | | | installed." It broke gas-preprocessor detection on PPC64 Linux. This reverts commit b67bcd784dde7ad2b1a167ce7ffef14f8a0c8074.
* | Force aix strip to work on 32 and 64 bit by default.Carl Eugen Hoyos2014-06-16
| |
* | Merge commit '83aa4fc3feec7389ac781fece1e994f2dfd7ebdb'Michael Niedermayer2014-06-16
|\| | | | | | | | | | | | | * commit '83aa4fc3feec7389ac781fece1e994f2dfd7ebdb': configure: Directly support Android as target OS Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Directly support Android as target OSLuca Barbato2014-06-16
| |
| * configure: use pkg-config for libx264Vittorio Giovara2014-06-12
| |
| * libx265: Add 4:2:2 supportDerek Buitenhuis2014-06-12
| | | | | | | | | | | | | | | | It is also not final yet, so require -strict experimental. Requires a bump to version 17. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | Do not suggest to use gas-preprocessor on aix where it doesn't work.Carl Eugen Hoyos2014-06-16
| |
* | Fix compilation on ppc64 and ppc with pic if gas-preprocessor is installed.Carl Eugen Hoyos2014-06-15
| |
* | Fix compilation with --disable-everything --enable-parser=vc1.Carl Eugen Hoyos2014-06-14
| |
* | swscale: Allow the max filter size to be set at compile timeDerek Buitenhuis2014-06-13
| | | | | | | | | | | | This can help "extreme" resizes, e.g with some 4k stuff. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | libx265: Add 4:2:2 supportDerek Buitenhuis2014-06-12
| | | | | | | | | | | | | | | | It is also not final yet, so require -strict experimental. Requires a bump to version 17. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | Merge commit '7b06ddb8352fe7f434414d7911ced94956bb25b2'Michael Niedermayer2014-06-09
|\| | | | | | | | | | | | | * commit '7b06ddb8352fe7f434414d7911ced94956bb25b2': configure: use .altmacro for gnu as check on arm Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: use .altmacro for gnu as check on armJanne Grunau2014-06-09
| | | | | | | | | | | | Clang's integrated assembler (after 3.4) does not yet support the '.altmacro' directive which is only used in arm asm. Support is planned: http://llvm.org/bugs/show_bug.cgi?id=18918
* | Zoom & Pan filterPaul B Mahol2014-06-09
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | configure: add llauddsp dependancy for wmalossless_decoderMichael Niedermayer2014-06-08
| | | | | | | | | | Found-by: jamrial Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | build: add fminf() emulationMichael Niedermayer2014-06-06
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>