| Commit message (Expand) | Author | Age | Files | Lines |
* | configure: Properly escape arguments in filter/filter_out helper functions | Luca Barbato | 2017-04-25 | 1 | -2/+2 |
* | utvideodec: Reuse the huffyuv add_left | Paul B Mahol | 2017-04-15 | 1 | -1/+1 |
* | configure: Better names for functions that sanitize input | Diego Biurrun | 2017-04-03 | 1 | -11/+11 |
* | vaapi_encode: Add VP9 support | Mark Thompson | 2017-04-02 | 1 | -0/+3 |
* | jack: Drop support for old (2012) JACK versions | Diego Biurrun | 2017-03-28 | 1 | -5/+2 |
* | configure: Disable inline assembly for PathScale compilers | Diego Biurrun | 2017-03-27 | 1 | -0/+1 |
* | configure: Skip check for inline assembly capabilities when explicitly disabled | Diego Biurrun | 2017-03-24 | 1 | -1/+1 |
* | lavc: Remove deprecated XvMC support hacks | Diego Biurrun | 2017-03-23 | 1 | -3/+0 |
* | configure: Do not treat JACK as a system library | Luca Barbato | 2017-03-21 | 1 | -3/+7 |
* | configure: Replace -no_weak_symbols with -Werror=partial-availability | Luca Barbato | 2017-03-15 | 1 | -1/+1 |
* | configure: Check for -no_weak_imports in ldflags on macOS | Luca Barbato | 2017-03-07 | 1 | -0/+1 |
* | build: Prefer NASM assembler over YASM | Diego Biurrun | 2017-03-07 | 1 | -3/+3 |
* | build: Make x86 assembler commandline-selectable | Diego Biurrun | 2017-03-07 | 1 | -8/+22 |
* | build: Special-case handling of SDL CFLAGS | Diego Biurrun | 2017-03-07 | 1 | -1/+7 |
* | build: Fix logic of clock_gettime() check | Diego Biurrun | 2017-03-07 | 1 | -2/+2 |
* | build: Explicitly set 32-bit/64-bit object formats for nasm/yasm | Diego Biurrun | 2017-03-05 | 1 | -10/+9 |
* | build: Add pthreads to list of avutil extralibs | Diego Biurrun | 2017-03-01 | 1 | -1/+1 |
* | build: Allow generating dependencies as a side-effect of assembling | Diego Biurrun | 2017-03-01 | 1 | -0/+8 |
* | build: Generalize yasm/nasm-related variable names | Diego Biurrun | 2017-03-01 | 1 | -30/+35 |
* | configure: Fix typo in objcc default setting | Diego Biurrun | 2017-03-01 | 1 | -2/+1 |
* | build: Fine-grained link-time dependency settings | Diego Biurrun | 2017-03-01 | 1 | -41/+115 |
* | configure: Simplify dlopen check | Diego Biurrun | 2017-03-01 | 1 | -17/+9 |
* | build: Explicitly disable external libraries when not explicitly enabled | Diego Biurrun | 2017-02-28 | 1 | -1/+8 |
* | configure: Restructure the way check_pkg_config() operates | Diego Biurrun | 2017-02-20 | 1 | -42/+28 |
* | configure: Explicitly spell out first require_pkg_config() parameter | Diego Biurrun | 2017-02-20 | 1 | -8/+7 |
* | configure: Handle SDL version check through pkg-config | Diego Biurrun | 2017-02-16 | 1 | -3/+1 |
* | configure: Check for xcb as well as xcb-shape before enabling libxcb | Diego Biurrun | 2017-02-15 | 1 | -3/+5 |
* | configure: Move up the avbuild directory creation | Luca Barbato | 2017-02-11 | 1 | -1/+2 |
* | configure: Correctly recurse in do_check_deps() | Diego Biurrun | 2017-02-08 | 1 | -2/+1 |
* | configure: Rework dependency handling for conflicting components | Diego Biurrun | 2017-02-07 | 1 | -9/+13 |
* | configure: Add name parameter to require_pkg_config() helper function | Diego Biurrun | 2017-02-07 | 1 | -25/+28 |
* | configure: Use cppflags check helper functions where appropriate | Diego Biurrun | 2017-02-06 | 1 | -10/+4 |
* | configure: Add stdlib.h #include to CPPFLAGS check helper functions | Diego Biurrun | 2017-02-06 | 1 | -2/+2 |
* | configure: Add require_cpp_condition() convenience function | Diego Biurrun | 2017-02-02 | 1 | -6/+11 |
* | configure: Add require_header() convenience function | Diego Biurrun | 2017-02-02 | 1 | -4/+11 |
* | configure: Simplify libxcb check | Diego Biurrun | 2017-02-02 | 1 | -14/+4 |
* | configure: Drop weak dependencies on external libraries for webm muxer | Diego Biurrun | 2017-02-02 | 1 | -1/+0 |
* | configure: Add proper weak dependency of drawtext filter on libfontconfig | Diego Biurrun | 2017-02-02 | 1 | -0/+1 |
* | configure: Simplify inline asm check with appropriate helper function | Diego Biurrun | 2017-02-02 | 1 | -3/+1 |
* | configure: Merge compiler/libc/os hacks sections | Diego Biurrun | 2017-02-02 | 1 | -14/+13 |
* | Mark some arrays that never change as const. | Anton Khirnov | 2017-02-01 | 1 | -1/+1 |
* | configure: Add proper weak dependency of avformat on network | Diego Biurrun | 2017-01-31 | 1 | -0/+1 |
* | vaapi_encode: Add VP8 support | Mark Thompson | 2017-01-30 | 1 | -0/+3 |
* | configure: Clean up temporary files on interrupt | Diego Biurrun | 2017-01-29 | 1 | -0/+1 |
* | configure: Place all temporary files in one separate directory | Michał Górny | 2017-01-29 | 1 | -6/+10 |
* | vaapi_encode: Add MPEG-2 support | Mark Thompson | 2017-01-29 | 1 | -0/+3 |
* | build: Map -Wall compiler flag to -W3 for MSVC and -Wextra to -W4 | Diego Biurrun | 2017-01-26 | 1 | -1/+4 |
* | build: Detect blocks C language extension and add it as VDA dependency | Diego Biurrun | 2017-01-26 | 1 | -1/+6 |
* | configure: Add quotes around a variable which might be empty | Martin Storsjö | 2017-01-26 | 1 | -1/+1 |
* | configure: Use proper compiler-specific speed flags for hostcc | Diego Biurrun | 2017-01-25 | 1 | -1/+2 |