summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
* Merge commit '7f9e893f56db52078e0f46677ed337b2e25fa94d'Michael Niedermayer2013-09-04
|\ | | | | | | | | | | | | | | | | | | * commit '7f9e893f56db52078e0f46677ed337b2e25fa94d': build: Report an error message when a pc file is not found Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: Report an error message when a pc file is not foundLuca Barbato2013-09-04
| | | | | | | | Ease tracking path problems.
* | lavfi/hue: relicense to LGPL with permission by all contributorsPaul B Mahol2013-09-03
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi: port phase filter from libmpcodecsPaul B Mahol2013-09-03
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavc: add teletext decoder using libzvbiMarton Balint2013-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on a patch by Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>. http://lists.ffmpeg.org/pipermail/ffmpeg-devel/2012-December/136677.html The original patch was rebased by Tudor SUCIU <tudor.suciu@gmail.com>. Lots of additional features and fixes are made by me. Fixes ticket #2086. Changes since last version: - change default page to all pages Signed-off-by: Marton Balint <cus@passwd.hu> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'f4ca970dba13a60a1334cce1b574036e6f624b9c'Michael Niedermayer2013-09-01
|\| | | | | | | | | | | | | | | | | | | | | * commit 'f4ca970dba13a60a1334cce1b574036e6f624b9c': configure: Add docdir configuration option Conflicts: configure doc/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Add docdir configuration optionVittorio Giovara2013-08-31
| | | | | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | Merge commit '84146963d23d76b09af633e97413cd97d9b3021e'Michael Niedermayer2013-08-29
|\| | | | | | | | | | | | | * commit '84146963d23d76b09af633e97413cd97d9b3021e': configure: x86: Fix handling of i686 and cpunop features Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: x86: Fix handling of i686 and cpunop featuresDiego Biurrun2013-08-28
| | | | | | | | | | | | The i686 feature really is a CPU feature and should be handled as such. The cpunop dependency on i686 should be expressed with a standard _deps declaration instead of a manual test.
* | configure: Add exif to CONFIG_EXTRA.Thilo Borgmann2013-08-21
| | | | | | | | | | Add exif as a common component in CONFIG_EXTRA in order to avoid many dependencies to 'exif.o tiff_common.o' in lavc/Makefile.
* | Merge commit '4f2b469da5e4ae221718ae479f6af627cfdebb91'Michael Niedermayer2013-08-21
|\| | | | | | | | | | | | | | | | | | | | | * commit '4f2b469da5e4ae221718ae479f6af627cfdebb91': Add a libfdk-aac decoder Conflicts: configure libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Add a libfdk-aac decoderMartin Storsjö2013-08-20
| | | | | | | | | | This can be useful for decoding AAC object types that are not supported by the native AAC decoder, e.g. AAC-LD and AAC-ELD.
* | Revert "Merge commit of 'vdpau: remove old-style decoders'"Michael Niedermayer2013-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit bf36dc50ea448999c8f8c7a35f6139a7040f6275, reversing changes made to b7fc2693c70fe72936e4ce124c802ac23857c476. Conflicts: libavcodec/h264.c Keeping support for the old VDPAU API has been requested by our VDPAU maintainer Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'c9031c7c1446a1a63eff7c0bf50d1ee559adf3fb'Michael Niedermayer2013-08-16
|\| | | | | | | | | | | | | | | | | | | * commit 'c9031c7c1446a1a63eff7c0bf50d1ee559adf3fb': hlsenc: Add a proper dependency on the mpegts muxer Conflicts: libavformat/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * hlsenc: Add a proper dependency on the mpegts muxerMartin Storsjö2013-08-15
| | | | | | | | | | | | | | | | | | The hls muxer itself doesn't have any direct (object file level) dependencies on mpegtsenc.o, and including that object file directly doesn't ensure that it is registered so that the muxer actually is accessible. Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge commit '3e5898782dce60334ab294821ca00b19c648cf66'Michael Niedermayer2013-08-08
|\| | | | | | | | | | | | | | | | | | | | | | | * commit '3e5898782dce60334ab294821ca00b19c648cf66': Voxware MetaSound decoder Conflicts: Changelog libavcodec/Makefile libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Voxware MetaSound decoderKostya Shishkov2013-08-08
| |
* | configure: Add -lstdc++ to the requirements for linking with libgme.Stephen Hutchinson2013-08-07
| | | | | | | | | | | | Needed for cross-compiling with MinGW-w64 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '6fb65973c9501d3fe94a5a9195c01cd20083066e'Michael Niedermayer2013-08-06
|\| | | | | | | | | | | | | | | | | | | * commit '6fb65973c9501d3fe94a5a9195c01cd20083066e': configure: Properly split dv1394 indev dependencies Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Properly split dv1394 indev dependenciesDiego Biurrun2013-08-06
| |
* | Merge commit '61c31e4ee7ea79a9e74c0476b81244febf17e6d7'Michael Niedermayer2013-08-06
|\| | | | | | | | | | | | | | | | | | | * commit '61c31e4ee7ea79a9e74c0476b81244febf17e6d7': configure: Properly set zlib dependencies for all components Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Properly set zlib dependencies for all componentsDiego Biurrun2013-08-06
| |
* | Merge commit 'a7d45e06e9757f49ea4e105cbefc3462a7324e9a'Michael Niedermayer2013-08-06
|\| | | | | | | | | | | | | | | | | | | * commit 'a7d45e06e9757f49ea4e105cbefc3462a7324e9a': configure: The W64 demuxer should select the WAV demuxer, not depend on it Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: The W64 demuxer should select the WAV demuxer, not depend on itDiego Biurrun2013-08-06
| |
* | Merge commit '406e6c0ba5393fa302080202fe77bd09187889a1'Michael Niedermayer2013-08-06
|\| | | | | | | | | | | | | | | | | | | * commit '406e6c0ba5393fa302080202fe77bd09187889a1': configure: Properly split avserver component and system dependencies Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Properly split avserver component and system dependenciesDiego Biurrun2013-08-06
| |
* | Merge commit '255d9c570e117f0fcb8e51fa2c5996f3c4b2052b'Michael Niedermayer2013-08-06
|\| | | | | | | | | | | | | | | | | | | | | * commit '255d9c570e117f0fcb8e51fa2c5996f3c4b2052b': riff: Move demuxing code to a separate file. Conflicts: configure libavformat/riff.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * riff: Move demuxing code to a separate file.Diego Biurrun2013-08-06
| |
* | Merge commit '3dd5c95deef51d7fbf6f4458ba42d1335d2f1472'Michael Niedermayer2013-08-06
|\| | | | | | | | | | | | | | | | | | | | | * commit '3dd5c95deef51d7fbf6f4458ba42d1335d2f1472': riff: Move muxing code to a separate file Conflicts: configure libavformat/riff.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * riff: Move muxing code to a separate fileDiego Biurrun2013-08-06
| |
* | Merge commit '605387582bd35920b83a26dabbe1c0601f425621'Michael Niedermayer2013-08-06
|\| | | | | | | | | | | | | | | | | | | * commit '605387582bd35920b83a26dabbe1c0601f425621': lavf: Support unix sockets Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavf: Support unix socketsLuca Barbato2013-08-05
| |
* | Merge commit '578ea75a9e4ac56e0bbbbe668700be756aa699f8'Michael Niedermayer2013-08-06
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '578ea75a9e4ac56e0bbbbe668700be756aa699f8': vdpau: remove old-style decoders Conflicts: libavcodec/allcodecs.c libavcodec/h263dec.c libavcodec/h264.c libavcodec/mpeg12dec.c libavcodec/mpeg4videodec.c libavcodec/vc1dec.c libavcodec/vdpau.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * vdpau: remove old-style decodersRémi Denis-Courmont2013-08-05
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * configure: Check for GCC diagnostic pragma support inside of functionsDiego Biurrun2013-08-02
| | | | | | | | | | The actual usage of the pragma is within functions and older versions of gcc only support the pragma outside of functions.
* | configure: Check for GCC diagnostic pragma support inside of functionsDiego Biurrun2013-08-03
| | | | | | | | | | The actual usage of the pragma is within functions and older versions of gcc only support the pragma outside of functions.
* | Merge commit '3a7050ffed5ce061b114a11e4de4b77aba8efa0b'Michael Niedermayer2013-08-03
|\| | | | | | | | | | | | | | | | | | | * commit '3a7050ffed5ce061b114a11e4de4b77aba8efa0b': build: Add _Pragma macro to disable deprecated declaration warnings Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: Add _Pragma macro to disable deprecated declaration warningsDiego Biurrun2013-08-02
| |
* | Do not suggest to use gas-preprocessor if using it would break compilation.Carl Eugen Hoyos2013-08-02
| | | | | | | | gas-preprocessor does not work on ppc with pic and on ppc64.
* | Support for shine 3.0.0Romain Beauxis2013-07-30
| |
* | Merge commit '4822ee3ca620a92cd2b0a9a03ea9e34288192c79'Michael Niedermayer2013-07-30
|\| | | | | | | | | | | | | * commit '4822ee3ca620a92cd2b0a9a03ea9e34288192c79': configure: Detect AIX ar command instead of hardcoding it in the OS section Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Detect AIX ar command instead of hardcoding it in the OS sectionDiego Biurrun2013-07-29
| |
* | Merge commit '80ade7985cd95156e2156f50adc7b86d0e43a07a'Michael Niedermayer2013-07-27
|\| | | | | | | | | | | | | * commit '80ade7985cd95156e2156f50adc7b86d0e43a07a': AIX: add support for shared builds Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * AIX: add support for shared buildsMichael Kostylev2013-07-26
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-26
|\| | | | | | | | | | | | | | | | | | | | | * qatar/master: miscellaneous typo fixes Conflicts: configure libavformat/avisynth.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * miscellaneous typo fixesDiego Biurrun2013-07-25
| |
* | Allow native compilation on the iPhone.Carl Eugen Hoyos2013-07-25
| |
* | Merge commit '7ef760d95c73dfee021b8fdee04f65126eb7edd1'Michael Niedermayer2013-07-22
|\| | | | | | | | | | | | | * commit '7ef760d95c73dfee021b8fdee04f65126eb7edd1': configure: generate full msvc debug symbols when linking in debug mode Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: generate full msvc debug symbols when linking in debug modeHendrik Leppkes2013-07-21
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge commit 'd010e95f86089abe9a3d4d4a66ac8102312d28a4'Michael Niedermayer2013-07-19
|\| | | | | | | | | | | | | | | | | | | | | * commit 'd010e95f86089abe9a3d4d4a66ac8102312d28a4': avserver: Remove unused loadable module support Conflicts: configure ffserver.c Merged-by: Michael Niedermayer <michaelni@gmx.at>