| Commit message (Expand) | Author | Age | Files | Lines |
* | configure: add missing avcodec dependencies to filters | James Almer | 2017-05-06 | 1 | -0/+5 |
* | Merge commit '35d1f726eb9fdd376ab900587fb02122b72f2b9a' | Clément Bœsch | 2017-05-05 | 1 | -0/+11 |
|\ |
|
| * | fate: Add --ignore-tests configure option for omitting specific FATE tests | Janne Grunau | 2016-12-28 | 1 | -0/+11 |
| * | build: Add version numbers to "Requires" entries in pkg-config files | Diego Biurrun | 2016-12-28 | 1 | -14/+6 |
* | | Merge commit '92db5083077a8b0f8e1050507671b456fd155125' | James Almer | 2017-05-04 | 1 | -70/+24 |
|\| |
|
| * | build: Generate pkg-config files from Make and not from configure | Diego Biurrun | 2016-12-22 | 1 | -45/+22 |
| * | build: Store library version numbers in .version files | Diego Biurrun | 2016-12-22 | 1 | -13/+0 |
* | | configure: Do not add omit-frame-pointer for ossfuzz | Michael Niedermayer | 2017-05-04 | 1 | -1/+1 |
* | | configure: fix libopus detection | James Almer | 2017-05-04 | 1 | -1/+8 |
* | | Merge commit '11a9320de54759340531177c9f2b1e31e6112cc2' | Clément Bœsch | 2017-05-03 | 1 | -12/+13 |
|\| |
|
| * | build: Move build-system-related helper files to a separate subdirectory | Diego Biurrun | 2016-12-22 | 1 | -11/+12 |
| * | hevcdec: add a VAAPI hwaccel | Anton Khirnov | 2016-12-19 | 1 | -0/+3 |
* | | Merge commit 'ee480790c7eeb03c9cebd8971c46e0cb7db65277' | Clément Bœsch | 2017-04-26 | 1 | -78/+75 |
|\| |
|
| * | build: Add name parameter to check_lib() helper function | Diego Biurrun | 2016-12-16 | 1 | -46/+44 |
* | | Merge commit '1faffe7e8fab21186a233011bc8a62f47962e2cd' | Clément Bœsch | 2017-04-26 | 1 | -3/+2 |
|\| |
|
| * | configure: Disentangle vfw32 and user32 lib handling | Diego Biurrun | 2016-12-16 | 1 | -3/+2 |
* | | Merge commit 'f7174d7ed045445d00a6d557236737d09ad32343' | Clément Bœsch | 2017-04-26 | 1 | -0/+1 |
|\| |
|
| * | configure: fix linking with MSVC when using --disable-optimizations | Steve Lhomme | 2016-12-16 | 1 | -0/+1 |
* | | Merge commit 'ef9a711be718ed3802a263d1d9ed340a4aaef224' | Clément Bœsch | 2017-04-26 | 1 | -2/+2 |
|\| |
|
| * | configure: put d3d11 check in alphabetical order | Steve Lhomme | 2016-12-16 | 1 | -2/+2 |
| * | vp9: split superframes in the filtering stage before actual decoding | Anton Khirnov | 2016-12-14 | 1 | -1/+1 |
* | | Make tools/target_dec_*_fuzzer buildable with configure and make | Michael Niedermayer | 2017-04-24 | 1 | -0/+12 |
* | | Merge commit '972c71e9cb63e24f57ee481e413199c7d88a8813' | James Almer | 2017-04-22 | 1 | -0/+1 |
|\| |
|
| * | lavc: add support for filtering packets before decoding | Anton Khirnov | 2016-12-14 | 1 | -0/+1 |
* | | avcodec: add Screen Recorder Gold Codec decoder | Paul B Mahol | 2017-04-18 | 1 | -0/+1 |
* | | avcodec: add Mandsoft Screen Capture Codec decoder | Paul B Mahol | 2017-04-18 | 1 | -0/+1 |
* | | Merge commit 'fc368497f2fff54ddf5316224c573c9d1939fb25' | Clément Bœsch | 2017-04-17 | 1 | -0/+1 |
|\| |
|
| * | configure: Add missing dxva2 dependency for dxva2_lib | Diego Biurrun | 2016-12-12 | 1 | -0/+1 |
* | | Merge commit 'f1248fae90b45501af4e8743d373e79191470331' | Clément Bœsch | 2017-04-17 | 1 | -5/+4 |
|\| |
|
| * | configure: Handle dxva2 optional components in the standard way | Diego Biurrun | 2016-12-11 | 1 | -5/+4 |
| * | lavfi: Add VAAPI deinterlacer | Mark Thompson | 2016-12-10 | 1 | -0/+1 |
* | | Merge commit 'f8a1ead0ae4402df0503c83f213f57b785a5f20f' | Clément Bœsch | 2017-04-17 | 1 | -1/+1 |
|\| |
|
| * | build: Add -D_XOPEN_SOURCE=600 to CPPFLAGS on Cygwin | Diego Biurrun | 2016-12-10 | 1 | -1/+1 |
| * | configure: Fix _libs vs. _extralibs oversight | Diego Biurrun | 2016-12-10 | 1 | -1/+1 |
* | | Merge commit 'be2d555c980220e65d0ca5c3d78e6cc1e24451a5' | Clément Bœsch | 2017-04-17 | 1 | -22/+22 |
|\| |
|
| * | build: Use _extralibs variable names instead of _libs everywhere | Diego Biurrun | 2016-12-09 | 1 | -10/+10 |
* | | build: remove special freetype check | Clément Bœsch | 2017-04-17 | 1 | -21/+1 |
* | | Merge commit '0507cd5b9f3c3769645bc6e9177eaf760f490d1c' | Clément Bœsch | 2017-04-17 | 1 | -4/+4 |
|\| |
|
| * | build: Rename host_libs/HOSTLIBS variables to host_extralibs/HOSTEXTRALIBS | Diego Biurrun | 2016-12-09 | 1 | -4/+4 |
| * | configure: Simplify some library checks via check_lib() | Diego Biurrun | 2016-12-09 | 1 | -7/+5 |
* | | Merge commit '1818a640cfdccd52e97edf13564f45bc3d0d93eb' | Clément Bœsch | 2017-04-17 | 1 | -9/+11 |
|\| |
|
| * | build: Fix dependencies for alsa/jack/sndio support | Diego Biurrun | 2016-12-09 | 1 | -6/+5 |
* | | Merge commit 'af451ac0de6776e97d6a3ff95eac257b7964002e' | Clément Bœsch | 2017-04-15 | 1 | -4/+0 |
|\| |
|
| * | configure: Drop redundant and partly bogus vaapi/vdpau header checks | Diego Biurrun | 2016-12-09 | 1 | -4/+0 |
| * | configure: Fail if cuda was enabled and is not available | Diego Biurrun | 2016-12-08 | 1 | -1/+1 |
* | | avdevice/decklink: remove pthread dependency | Aaron Levinson | 2017-04-15 | 1 | -2/+2 |
* | | Support building C++ files with MSVC | Aaron Levinson | 2017-04-13 | 1 | -0/+4 |
* | | configure: add missing golomb dependency to hevcparse | James Almer | 2017-04-13 | 1 | -1/+2 |
* | | Merge commit 'f55c0a64ae40dc8e0a131a590e123cd14d0c0f7a' | James Almer | 2017-04-13 | 1 | -7/+5 |
|\| |
|
| * | build: Drop stray golomb dependencies | Diego Biurrun | 2016-12-08 | 1 | -7/+4 |