| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/avisynth.c: Use new safe dlopen code. | Matt Oliver | 2016-11-05 | 1 | -5/+4 |
* | configure: add '-uninstalled' to uninstalled .pc files | Reynaldo H. Verdejo Pinochet | 2016-10-30 | 1 | -1/+1 |
* | avcodec/cuvid: Don't claim to decode h.263 (it doesn't) | Philip Langdale | 2016-10-30 | 1 | -3/+0 |
* | configure: add missing fork() dependency to http_multiclient example | James Almer | 2016-10-29 | 1 | -1/+1 |
* | configure: make sure LTO does not optimize out the test functions | Andreas Cadhalpun | 2016-10-28 | 1 | -1/+7 |
* | configure: remove missing incompatible_libav_abi references | James Almer | 2016-10-26 | 1 | -2/+0 |
* | configure: Remove --enable-incompatible-libav-abi from the help output | Michael Niedermayer | 2016-10-26 | 1 | -1/+0 |
* | openssl: Support version 1.1.0. | Matt Oliver | 2016-10-21 | 1 | -1/+2 |
* | lavc: add mpeg4 mediacodec decoder | Matthieu Bouron | 2016-10-19 | 1 | -0/+2 |
* | lavc: add vp8/vp9 mediacodec decoders | Matthieu Bouron | 2016-10-19 | 1 | -0/+4 |
* | configure: Enable pie for toolchain=hardened. | Carl Eugen Hoyos | 2016-10-14 | 1 | -0/+2 |
* | configure: fix detection of libopenjpeg | Andreas Cadhalpun | 2016-10-13 | 1 | -4/+5 |
* | configure: Use LDEXEFLAGS in check_ld(). | Carl Eugen Hoyos | 2016-10-12 | 1 | -1/+1 |
* | configure: loongson disable mipsfpu and mipsdsp optimizations | Zhou Xiaoyong | 2016-10-10 | 1 | -0/+3 |
* | configure: Also try -mstack-alignment for clang, | Carl Eugen Hoyos | 2016-10-06 | 1 | -0/+1 |
* | configure: add linker export script support on Darwin | Rodger Combs | 2016-10-04 | 1 | -0/+2 |
* | configure: define posix source on cygwin | Timo Rothenpieler | 2016-10-02 | 1 | -0/+1 |
* | lavc: remove libfaac wrapper | Josh de Kock | 2016-10-01 | 1 | -6/+0 |
* | avcodec: add missing xmm/neon clobber test wrappers for the new encode API | James Almer | 2016-10-01 | 1 | -0/+4 |
* | doc/examples: build http_multiclient example | Clément Bœsch | 2016-09-30 | 1 | -0/+2 |
* | build: remove references to inexistant avcodec example | Clément Bœsch | 2016-09-30 | 1 | -1/+0 |
* | build: fix avio_dir_cmd and avio_reading example dependencies | Clément Bœsch | 2016-09-30 | 1 | -2/+2 |
* | build: sort EXAMPLE_LIST | Clément Bœsch | 2016-09-30 | 1 | -1/+1 |
* | lavd/sdl2: add sdl alias | Josh de Kock | 2016-09-25 | 1 | -0/+2 |
* | lavd: drop SDL1 device and SDL1 support | Josh de Kock | 2016-09-24 | 1 | -32/+1 |
* | ffplay: add SDL2 support | Marton Balint | 2016-09-24 | 1 | -3/+3 |
* | lavd: Add SDL2 output device | Josh de Kock | 2016-09-24 | 1 | -1/+27 |
* | cuvid: Use bundled headers | Philip Langdale | 2016-09-22 | 1 | -29/+22 |
* | lavc: add hevc mediacodec decoder | Matthieu Bouron | 2016-09-15 | 1 | -0/+3 |
* | cuvid: Add hwaccels and decoders for remaining supported formats | Philip Langdale | 2016-09-06 | 1 | -0/+18 |
* | configure: Remove fifo muxers dependency on pthreads. | Matt Oliver | 2016-09-04 | 1 | -1/+1 |
* | configure: check for dlsym as well | Timo Rothenpieler | 2016-09-03 | 1 | -2/+2 |
* | configure: add missing check for LoadLibrary | James Almer | 2016-09-01 | 1 | -0/+2 |
* | configure: fix ldl dependency for new nvenc encoder names | Timo Rothenpieler | 2016-08-31 | 1 | -1/+2 |
* | configure: fix nvenc detection logic | Timo Rothenpieler | 2016-08-31 | 1 | -15/+19 |
* | avcodec/nvenc: include nvEncodeAPI v7 SDK header | Timo Rothenpieler | 2016-08-28 | 1 | -5/+17 |
* | avfilter: add vaguedenoiser filter | Paul B Mahol | 2016-08-26 | 1 | -0/+1 |
* | configure: force _WIN32_WINNT >= 0x0502 on mingw32 targets | James Almer | 2016-08-22 | 1 | -0/+2 |
* | avformat: Add fifo pseudo-muxer | Jan Sebechlebsky | 2016-08-22 | 1 | -0/+1 |
* | configure: All sun4 machines are SPARCs, not just sun4u | Maya Rashish | 2016-08-15 | 1 | -1/+1 |
* | configure: Check for arc4random() header definition. | Carl Eugen Hoyos | 2016-08-13 | 1 | -1/+1 |
* | Support for MIPS cpu P6600 | Shivraj Patil | 2016-08-05 | 1 | -1/+5 |
* | Add an OpenH264 decoder wrapper | Martin Storsjö | 2016-07-27 | 1 | -0/+2 |
* | avformat: add an Ogg Video muxer | James Almer | 2016-07-20 | 1 | -0/+1 |
* | configure: add support for new CPUs | James Almer | 2016-07-19 | 1 | -3/+4 |
* | configure: add missing loongson dependencies | James Almer | 2016-07-16 | 1 | -0/+2 |
* | lavf: add libopenmpt demuxer | Josh de Kock | 2016-07-15 | 1 | -0/+4 |
* | Revert "configure: Enable GCC vectorization on ≥4.9 on x86" | James Almer | 2016-07-09 | 1 | -5/+1 |
* | lavc: add mediacodec hwaccel support | Matthieu Bouron | 2016-07-08 | 1 | -0/+1 |
* | configure: disable the new optimizer in Visual Studio 2015 Update 3 | Hendrik Leppkes | 2016-07-03 | 1 | -0/+4 |