summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* avfilter: add arbitrary audio FIR filterPaul B Mahol2017-05-091-0/+3
* configure: Added require alternative for libmfx to support alternate installa...Aaron Levinson2017-05-091-1/+8
* avdevice/decklink: fix MSVC build issuesAaron Levinson2017-05-081-2/+9
* configure: add missing lpc dependency to mlp and truehd encodersJames Almer2017-05-081-0/+2
* configure: add missing avcodec dependencies to filtersJames Almer2017-05-061-0/+5
* Merge commit '35d1f726eb9fdd376ab900587fb02122b72f2b9a'Clément Bœsch2017-05-051-0/+11
|\
| * fate: Add --ignore-tests configure option for omitting specific FATE testsJanne Grunau2016-12-281-0/+11
| * build: Add version numbers to "Requires" entries in pkg-config filesDiego Biurrun2016-12-281-14/+6
* | Merge commit '92db5083077a8b0f8e1050507671b456fd155125'James Almer2017-05-041-70/+24
|\ \ | |/
| * build: Generate pkg-config files from Make and not from configureDiego Biurrun2016-12-221-45/+22
| * build: Store library version numbers in .version filesDiego Biurrun2016-12-221-13/+0
* | configure: Do not add omit-frame-pointer for ossfuzzMichael Niedermayer2017-05-041-1/+1
* | configure: fix libopus detectionJames Almer2017-05-041-1/+8
* | Merge commit '11a9320de54759340531177c9f2b1e31e6112cc2'Clément Bœsch2017-05-031-12/+13
|\ \ | |/
| * build: Move build-system-related helper files to a separate subdirectoryDiego Biurrun2016-12-221-11/+12
| * hevcdec: add a VAAPI hwaccelAnton Khirnov2016-12-191-0/+3
* | Merge commit 'ee480790c7eeb03c9cebd8971c46e0cb7db65277'Clément Bœsch2017-04-261-78/+75
|\ \ | |/
| * build: Add name parameter to check_lib() helper functionDiego Biurrun2016-12-161-46/+44
* | Merge commit '1faffe7e8fab21186a233011bc8a62f47962e2cd'Clément Bœsch2017-04-261-3/+2
|\ \ | |/
| * configure: Disentangle vfw32 and user32 lib handlingDiego Biurrun2016-12-161-3/+2
* | Merge commit 'f7174d7ed045445d00a6d557236737d09ad32343'Clément Bœsch2017-04-261-0/+1
|\ \ | |/
| * configure: fix linking with MSVC when using --disable-optimizationsSteve Lhomme2016-12-161-0/+1
* | Merge commit 'ef9a711be718ed3802a263d1d9ed340a4aaef224'Clément Bœsch2017-04-261-2/+2
|\ \ | |/
| * configure: put d3d11 check in alphabetical orderSteve Lhomme2016-12-161-2/+2
| * vp9: split superframes in the filtering stage before actual decodingAnton Khirnov2016-12-141-1/+1
* | Make tools/target_dec_*_fuzzer buildable with configure and makeMichael Niedermayer2017-04-241-0/+12
* | Merge commit '972c71e9cb63e24f57ee481e413199c7d88a8813'James Almer2017-04-221-0/+1
|\ \ | |/
| * lavc: add support for filtering packets before decodingAnton Khirnov2016-12-141-0/+1
* | avcodec: add Screen Recorder Gold Codec decoderPaul B Mahol2017-04-181-0/+1
* | avcodec: add Mandsoft Screen Capture Codec decoderPaul B Mahol2017-04-181-0/+1
* | Merge commit 'fc368497f2fff54ddf5316224c573c9d1939fb25'Clément Bœsch2017-04-171-0/+1
|\ \ | |/
| * configure: Add missing dxva2 dependency for dxva2_libDiego Biurrun2016-12-121-0/+1
* | Merge commit 'f1248fae90b45501af4e8743d373e79191470331'Clément Bœsch2017-04-171-5/+4
|\ \ | |/
| * configure: Handle dxva2 optional components in the standard wayDiego Biurrun2016-12-111-5/+4
| * lavfi: Add VAAPI deinterlacerMark Thompson2016-12-101-0/+1
* | Merge commit 'f8a1ead0ae4402df0503c83f213f57b785a5f20f'Clément Bœsch2017-04-171-1/+1
|\ \ | |/
| * build: Add -D_XOPEN_SOURCE=600 to CPPFLAGS on CygwinDiego Biurrun2016-12-101-1/+1
| * configure: Fix _libs vs. _extralibs oversightDiego Biurrun2016-12-101-1/+1
* | Merge commit 'be2d555c980220e65d0ca5c3d78e6cc1e24451a5'Clément Bœsch2017-04-171-22/+22
|\ \ | |/
| * build: Use _extralibs variable names instead of _libs everywhereDiego Biurrun2016-12-091-10/+10
* | build: remove special freetype checkClément Bœsch2017-04-171-21/+1
* | Merge commit '0507cd5b9f3c3769645bc6e9177eaf760f490d1c'Clément Bœsch2017-04-171-4/+4
|\ \ | |/
| * build: Rename host_libs/HOSTLIBS variables to host_extralibs/HOSTEXTRALIBSDiego Biurrun2016-12-091-4/+4
| * configure: Simplify some library checks via check_lib()Diego Biurrun2016-12-091-7/+5
* | Merge commit '1818a640cfdccd52e97edf13564f45bc3d0d93eb'Clément Bœsch2017-04-171-9/+11
|\ \ | |/
| * build: Fix dependencies for alsa/jack/sndio supportDiego Biurrun2016-12-091-6/+5
* | Merge commit 'af451ac0de6776e97d6a3ff95eac257b7964002e'Clément Bœsch2017-04-151-4/+0
|\ \ | |/
| * configure: Drop redundant and partly bogus vaapi/vdpau header checksDiego Biurrun2016-12-091-4/+0
| * configure: Fail if cuda was enabled and is not availableDiego Biurrun2016-12-081-1/+1
* | avdevice/decklink: remove pthread dependencyAaron Levinson2017-04-151-2/+2
OpenPOWER on IntegriCloud