| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | lavfi: add a QSV scaling filter | Anton Khirnov | 2016-06-21 | 1 | -0/+1 |
* | Add MagicYUV decoder | Paul B Mahol | 2016-06-20 | 1 | -0/+1 |
* | build: Only enable symbol reduction if the compiler does proper DCE | Diego Biurrun | 2016-05-30 | 1 | -5/+13 |
* | build: Simplify postprocessing of linker version script files | Diego Biurrun | 2016-05-29 | 1 | -8/+9 |
* | hwcontext_vdpau: implement device creation | Anton Khirnov | 2016-05-26 | 1 | -2/+1 |
* | configure: Don't require nonfree for nvenc | Timo Rothenpieler | 2016-05-19 | 1 | -1/+0 |
* | nvenc: drop the hard dependency on CUDA | Anton Khirnov | 2016-05-19 | 1 | -1/+0 |
* | nvenc: write the VUI signal properties for HEVC | Anton Khirnov | 2016-05-19 | 1 | -2/+2 |
* | configure: move the hardware accel libs' entries in the configure output | Anton Khirnov | 2016-05-19 | 1 | -23/+18 |
* | configure: move the hardware accel libs' entries in the help text | Anton Khirnov | 2016-05-19 | 1 | -16/+14 |
* | configure: improve the help text for external libraries | Anton Khirnov | 2016-05-19 | 1 | -48/+60 |
* | configure: Document --enable-libfontconfig | Diego Biurrun | 2016-05-05 | 1 | -0/+1 |
* | Revert "mmaldec: autodetect by default" since it breaks linking on systems wi... | Janne Grunau | 2016-04-30 | 1 | -4/+3 |
* | mmaldec: autodetect by default | wm4 | 2016-04-30 | 1 | -3/+4 |
* | mmaldec: limit internal buffering | wm4 | 2016-04-30 | 1 | -0/+2 |
* | configure: fix mmal build dependencies | wm4 | 2016-04-30 | 1 | -6/+5 |
* | mmaldec: add vc1 decoding support | wm4 | 2016-04-30 | 1 | -0/+3 |
* | mmaldec: Add mpeg2 decoding support | Julian Scheel | 2016-04-30 | 1 | -0/+3 |
* | h264_parser: remove the remaining dependencies on the h264 decoder | Anton Khirnov | 2016-04-24 | 1 | -1/+1 |
* | Generate the lists of enabled protocols/bsfs from configure. | Anton Khirnov | 2016-04-19 | 1 | -0/+17 |
* | omx: Add support for broadcom OMX on raspberry pi | Martin Storsjö | 2016-04-12 | 1 | -1/+8 |
* | libavcodec: Add H264/MPEG4 encoders based on OpenMAX IL | Martin Storsjö | 2016-04-12 | 1 | -0/+7 |
* | build: Group declarations for hw-accelerated de-/encoding separately | Diego Biurrun | 2016-04-07 | 1 | -35/+51 |
* | configure: cosmetics: Drop pointless end-of-line semicolons | Diego Biurrun | 2016-04-07 | 1 | -26/+26 |
* | jack: Support OSX | Josh de Kock | 2016-03-31 | 1 | -1/+9 |
* | lavc: VAAPI MJPEG encoder | Mark Thompson | 2016-03-30 | 1 | -0/+3 |
* | lavc: VAAPI H.265 encoder | Mark Thompson | 2016-03-30 | 1 | -0/+3 |
* | lavc: VAAPI H.264 encoder | Mark Thompson | 2016-03-30 | 1 | -0/+3 |
* | lavc: VAAPI encode common infrastructure | Mark Thompson | 2016-03-30 | 1 | -0/+2 |
* | avconv: VAAPI hwcontext initialisation and hwaccel helper | Mark Thompson | 2016-03-30 | 1 | -1/+7 |
* | svq3: drop the build dependency on the h264 decoder | Anton Khirnov | 2016-03-28 | 1 | -1/+1 |
* | intrax8: Add a local BlockDSPContext and initialize it | Vittorio Giovara | 2016-03-25 | 1 | -1/+1 |
* | intrax8: Keep a reference to the context idctdsp | Vittorio Giovara | 2016-03-25 | 1 | -0/+1 |
* | lavfi: add an NVIDIA NPP-based scaling filter | Anton Khirnov | 2016-03-23 | 1 | -0/+5 |
* | lavf: VAAPI scale filter | Mark Thompson | 2016-03-23 | 1 | -0/+3 |
* | build: Add component for the SRTP common code | Diego Biurrun | 2016-03-23 | 1 | -2/+3 |
* | intrax8: Move error resilience out of intrax8 | Vittorio Giovara | 2016-03-22 | 1 | -2/+1 |
* | lavc: add a new bitstream filtering API | Anton Khirnov | 2016-03-20 | 1 | -1/+1 |
* | lavu: VAAPI hwcontext implementation | Mark Thompson | 2016-03-19 | 1 | -0/+4 |
* | configure: Add support for clang llvm-cov | Luca Barbato | 2016-03-07 | 1 | -0/+4 |
* | configure: Support msan as toolchain | Luca Barbato | 2016-03-07 | 1 | -0/+5 |
* | lavf: reorganize URLProtocols | Anton Khirnov | 2016-02-22 | 1 | -1/+9 |