| Commit message (Expand) | Author | Age | Files | Lines |
* | configure: Move mjpeg_vaapi_decoder dependency declarations to the right place | Diego Biurrun | 2016-11-16 | 1 | -2/+2 |
* | qsv: Add VP8 decoder | Mark Thompson | 2016-11-14 | 1 | -0/+3 |
* | qsv: Add VC-1 decoder | Mark Thompson | 2016-11-14 | 1 | -0/+3 |
* | libxvid: Require availability of mkstemp() | Diego Biurrun | 2016-11-11 | 1 | -1/+1 |
* | configure: Move license checks directly after command line parsing | Diego Biurrun | 2016-11-09 | 1 | -10/+11 |
* | configure: Log name and parameters of all helper functions where it makes sense | Diego Biurrun | 2016-11-09 | 1 | -0/+3 |
* | configure: Use check_cpp in CPP flags tests | Diego Biurrun | 2016-11-09 | 1 | -2/+2 |
* | configure: Log correct test name and use correct filter when testing objectiv... | Diego Biurrun | 2016-11-09 | 1 | -3/+3 |
* | configure: Do not unconditionally check for (and enable) xlib | Diego Biurrun | 2016-11-09 | 1 | -8/+7 |
* | configure: Print list of enabled programs | Diego Biurrun | 2016-11-09 | 1 | -1/+4 |
* | configure: Improve output wording | Diego Biurrun | 2016-11-09 | 1 | -5/+4 |
* | configure: Add --quiet command line parameter to suppress informative output | Diego Biurrun | 2016-11-08 | 1 | -1/+8 |
* | configure: Silence lld-link when getting the version number | Martin Storsjö | 2016-11-04 | 1 | -1/+1 |
* | examples/avcodec: split the remaining two examples into separate files | Anton Khirnov | 2016-11-02 | 1 | -2/+4 |
* | examples/avcodec: split audio decoding into a separate example | Anton Khirnov | 2016-11-02 | 1 | -0/+2 |
* | examples/avcodec: split audio encoding into a separate example | Anton Khirnov | 2016-11-02 | 1 | -0/+2 |
* | xcb: Add all the libraries to the link line explicitly | Luca Barbato | 2016-10-30 | 1 | -2/+2 |
* | openssl: Support version 1.1.0. | Matt Oliver | 2016-10-23 | 1 | -1/+2 |
* | configure: Print warnings after all other output | Diego Biurrun | 2016-10-19 | 1 | -2/+2 |
* | configure: #include stdint.h as part of libxavs test | Diego Biurrun | 2016-10-06 | 1 | -1/+1 |
* | lavu: remove the custom atomic API | Anton Khirnov | 2016-10-02 | 1 | -2/+0 |
* | Add a compat dummy stdatomic.h used when threading is disabled | Anton Khirnov | 2016-10-02 | 1 | -0/+3 |
* | Add a compat stdatomic.h implementation based on pthreads | Anton Khirnov | 2016-10-02 | 1 | -0/+3 |
* | Add a compat stdatomic.h implementation based on suncc atomics | Anton Khirnov | 2016-10-02 | 1 | -0/+2 |
* | Add a compat stdatomic.h implementation based on windows atomics | Anton Khirnov | 2016-10-02 | 1 | -0/+2 |
* | Add a compat stdatomic.h implementation based on GCC atomics | Anton Khirnov | 2016-10-02 | 1 | -0/+6 |
* | configure: check for stdatomic.h | Anton Khirnov | 2016-10-02 | 1 | -1/+28 |
* | lavc: add clobber tests for the new encoding/decoding API | Anton Khirnov | 2016-09-28 | 1 | -0/+8 |
* | configure: Drop check_lib()/require() in favor of check_lib2()/require2() | Diego Biurrun | 2016-09-13 | 1 | -36/+20 |
* | lavc/vaapi: Add VP8 decode hwaccel | Mark Thompson | 2016-09-08 | 1 | -0/+3 |
* | configure: Simplify clock_gettime() test | Diego Biurrun | 2016-09-06 | 1 | -1/+2 |
* | configure: Fix --disable-pod2man / --disable-texi2html | Diego Biurrun | 2016-09-05 | 1 | -2/+4 |
* | configure: Simplify libopenjpeg check | Diego Biurrun | 2016-09-05 | 1 | -2/+2 |
* | configure: Move initial VAAPI check to a more sensible place | Diego Biurrun | 2016-09-05 | 1 | -1/+2 |
* | Drop memalign hack | Diego Biurrun | 2016-09-03 | 1 | -7/+0 |
* | High Definition Compatible Digital (HDCD) decoder filter, using libhdcd | Burt P | 2016-08-29 | 1 | -0/+4 |
* | configure: Set __MSVCRT_VERSION__to 0x0700 for MinGW | Diego Biurrun | 2016-08-23 | 1 | -0/+2 |
* | lavc: align the linesize to 32 when AVX is enabled | Anton Khirnov | 2016-08-03 | 1 | -1/+5 |
* | lavu: add LOCAL_ALIGNED_32 | James Almer | 2016-08-03 | 1 | -2/+3 |
* | x11grab: Rename internal component to "xcbgrab" | Diego Biurrun | 2016-07-29 | 1 | -1/+1 |
* | Remove the legacy X11 screen grabber | Diego Biurrun | 2016-07-29 | 1 | -11/+2 |
* | configure: Simplify license incompatibility check | Diego Biurrun | 2016-07-27 | 1 | -35/+36 |
* | configure: Allow detecting and using LLVM lld-link as linker for windows | Martin Storsjö | 2016-07-26 | 1 | -0/+12 |
* | configure: Move defines for controlling MSVCRT headers to the CRT detection s... | Martin Storsjö | 2016-07-26 | 1 | -2/+2 |
* | configure: Check for strtoll and redirect to _strtoi64 in the msvcrt block | Martin Storsjö | 2016-07-26 | 1 | -1/+3 |
* | lavfi: add a QSV deinterlacing filter | Anton Khirnov | 2016-07-22 | 1 | -0/+1 |
* | avconv: stop using setpts for input framerate forced with -r | Anton Khirnov | 2016-07-22 | 1 | -1/+1 |
* | arm: Check for support for the .fpu directive | Martin Storsjö | 2016-07-21 | 1 | -0/+4 |
* | build: Add a new component for H.264 parsing code | Diego Biurrun | 2016-06-29 | 1 | -3/+4 |
* | Add an OpenH264 decoder wrapper | Martin Storsjö | 2016-06-28 | 1 | -0/+2 |