| Commit message (Expand) | Author | Age | Files | Lines |
* | configure: Remove unused apply() helper function | Diego Biurrun | 2017-11-02 | 1 | -6/+0 |
* | configure: Miscellaneous small changes to helper functions | Diego Biurrun | 2017-11-02 | 1 | -6/+7 |
* | configure: Stop using dlltool to create an import library | Martin Storsjö | 2017-10-30 | 1 | -8/+1 |
* | configure: Drop support for legacy PGI compiler | Diego Biurrun | 2017-10-25 | 1 | -19/+0 |
* | build: Drop support for legacy TI ARM compiler | Diego Biurrun | 2017-10-25 | 1 | -58/+0 |
* | configure: Add config option for libva2 (VAAPI 1) | Mark Thompson | 2017-10-24 | 1 | -0/+5 |
* | configure: Group system feature variables and system libraries together | Diego Biurrun | 2017-10-22 | 1 | -11/+19 |
* | configure: Bail out early if neither static nor shared libs are built | Diego Biurrun | 2017-10-19 | 1 | -11/+11 |
* | configure: Move enabling libc_type into probe_libc() function | Diego Biurrun | 2017-10-19 | 1 | -2/+1 |
* | configure: Set the default assembler to armasm64 for MSVC for arm64 | Martin Storsjö | 2017-10-18 | 1 | -0/+3 |
* | Remove dv1394 input device | Josh de Kock | 2017-10-13 | 1 | -3/+0 |
* | Remove all output devices | Diego Biurrun | 2017-10-13 | 1 | -17/+5 |
* | configure: Add a comment about why we don't try to enable pic on arm on targe... | Martin Storsjö | 2017-10-12 | 1 | -0/+1 |
* | configure: Don't add -fPIC to asflags when targeting windows | Martin Storsjö | 2017-10-12 | 1 | -1/+1 |
* | configure: Don't add -fPIC to cflags for target_os=win32 | Martin Storsjö | 2017-10-12 | 1 | -1/+1 |
* | build: CryptGenRandom --> wincrypt, it is a better name | Diego Biurrun | 2017-10-12 | 1 | -1/+1 |
* | build: Rename stdatomic_h variable to stdatomic | Diego Biurrun | 2017-10-12 | 1 | -3/+2 |
* | configure: Extend check_header() to allow checking for multiple headers | Diego Biurrun | 2017-10-12 | 1 | -15/+14 |
* | build: Merge mach/mach_time.h and mach_absolute_time() checks | Diego Biurrun | 2017-10-12 | 1 | -3/+1 |
* | configure: Merge separate parts of GnuTLS test | Diego Biurrun | 2017-10-12 | 1 | -3/+2 |
* | configure: Simplify nvenc check (and move it to the correct spot) | Diego Biurrun | 2017-10-12 | 1 | -5/+1 |
* | configure: Drop fallback for deprecated avserver command line options | Diego Biurrun | 2017-10-12 | 1 | -5/+0 |
* | configure: Drop feature for randomly disabling/enabling components | Diego Biurrun | 2017-10-12 | 1 | -41/+0 |
* | configure: Fix stupid typo in gsm.h header name | Diego Biurrun | 2017-10-11 | 1 | -1/+1 |
* | configure: Remove pointless empty *_COMPONENTS variables | Diego Biurrun | 2017-10-10 | 1 | -5/+0 |
* | configure: Drop stray extralibs for libspeex | Diego Biurrun | 2017-10-10 | 1 | -1/+1 |
* | configure: Drop unused attribute checks | Diego Biurrun | 2017-10-10 | 1 | -10/+0 |
* | configure: Drop test for fork() | Diego Biurrun | 2017-10-10 | 1 | -2/+0 |
* | build: Drop redundant check for soundcard.h | Diego Biurrun | 2017-10-10 | 1 | -4/+2 |
* | build: Remove check for gsm/gsm.h for libgsm | Diego Biurrun | 2017-10-10 | 1 | -4/+1 |
* | build: Drop check for sys/mman.h in favor of mmap() check | Diego Biurrun | 2017-10-10 | 1 | -2/+0 |
* | configure: Drop redundant header check for d3d11.h | Diego Biurrun | 2017-10-10 | 1 | -3/+1 |
* | build: Drop explicit check for dlfcn.h | Diego Biurrun | 2017-10-10 | 1 | -2/+0 |
* | configure: Drop unused or internally-used entries from variable lists | Diego Biurrun | 2017-10-10 | 1 | -6/+0 |
* | build: Drop support for Tru64 Unix (OSF/1) | Diego Biurrun | 2017-10-10 | 1 | -42/+0 |
* | configure: rename hevc_ps to hevcparse | James Almer | 2017-10-10 | 1 | -5/+5 |
* | configure: Use test_pkg_config() for the SDL check | James Almer | 2017-10-04 | 1 | -7/+3 |
* | configure: Add test_pkg_config() | James Almer | 2017-10-04 | 1 | -4/+11 |
* | libavfilter/overlay_qsv: Add QSV overlay vpp filter | Huang, Zhengxu | 2017-09-17 | 1 | -0/+4 |
* | libavfilter/vf_vpp: Add common filters of the qsv vpp | Huang, Zhengxu | 2017-09-17 | 1 | -0/+2 |
* | vaapi_mpeg2: Convert to use coded bitstream infrastructure | Mark Thompson | 2017-09-12 | 1 | -1/+1 |
* | configure: Use dllexport/dllimport for data symbols across DLLs with mingw | Martin Storsjö | 2017-08-31 | 1 | -2/+9 |
* | Remove support for building for mingw32ce (Windows CE) | Martin Storsjö | 2017-08-31 | 1 | -7/+1 |
* | configure: Include d3d11va_extralibs in libavutil | Martin Storsjö | 2017-08-25 | 1 | -1/+1 |
* | lavc: Add mpeg2_metadata bitstream filter | Mark Thompson | 2017-08-20 | 1 | -0/+1 |
* | lavc: Add coded bitstream read/write support for MPEG-2 | Mark Thompson | 2017-08-20 | 1 | -1/+3 |
* | vaapi_h265: Convert to use coded bitstream infrastructure | Mark Thompson | 2017-08-13 | 1 | -1/+1 |
* | vaapi_h264: Convert to use coded bitstream infrastructure | Mark Thompson | 2017-08-13 | 1 | -1/+1 |
* | lavc: Add hevc_metadata bitstream filter | Mark Thompson | 2017-08-13 | 1 | -0/+1 |
* | lavc: Add h264_redundant_pps bitstream filter | Mark Thompson | 2017-08-13 | 1 | -0/+1 |