| Commit message (Expand) | Author | Age | Files | Lines |
* | configure: Disable shift operator precedence warnings with MSVC | Diego Biurrun | 2015-03-17 | 1 | -1/+1 |
* | configure: move cross_compile checks after the toolchain section | Janne Grunau | 2015-03-16 | 1 | -7/+7 |
* | configure: handle Apple's armv7s in probe_arm_arch() | Janne Grunau | 2015-03-16 | 1 | -0/+1 |
* | TDSC decoder | Vittorio Giovara | 2015-03-13 | 1 | -0/+2 |
* | configure: Mark qsv subsystem as not selectable on the command line | Diego Biurrun | 2015-03-11 | 1 | -1/+1 |
* | configure: Enable colored output for gcc 4.9+ | Vittorio Giovara | 2015-03-11 | 1 | -0/+1 |
* | configure: Move the .object_arch check to the right place | Martin Storsjö | 2015-03-07 | 1 | -5/+5 |
* | arm: Suppress tags about used cpu arch and extensions | Martin Storsjö | 2015-03-07 | 1 | -0/+6 |
* | Add a QSV decoding example. | Anton Khirnov | 2015-02-28 | 1 | -0/+7 |
* | lavc: do not compile fmtconvert unconditionally | Anton Khirnov | 2015-02-28 | 1 | -2/+3 |
* | configure: Move the cross_prefix setting after the toolchain one | Luca Barbato | 2015-02-26 | 1 | -9/+9 |
* | configure: Properly fail when libcdio/cdparanoia is not found | Vittorio Giovara | 2015-02-22 | 1 | -1/+2 |
* | configure: Use pkg-config for libdc1394 discovery | Vittorio Giovara | 2015-02-22 | 1 | -1/+1 |
* | configure: add missing h264_qsv hwaccel deps | Anton Khirnov | 2015-02-19 | 1 | -0/+1 |
* | lavc: add an Intel libmfx-based H.264 decoder | Anton Khirnov | 2015-02-19 | 1 | -0/+6 |
* | xcbgrab: Check for xcb-shape | Luca Barbato | 2015-02-15 | 1 | -1/+1 |
* | aacdec: Support for ER AAC ELD 480. | Alex Converse | 2015-02-03 | 1 | -1/+1 |
* | opus: Factor out imdct15 into a standalone component | Diego Biurrun | 2015-02-02 | 1 | -0/+2 |
* | configure: Add a dependency on vc1_decoder from vc1_parser | Martin Storsjö | 2015-02-02 | 1 | -1/+1 |
* | Add DXVA2 HEVC HWAccel | Hendrik Leppkes | 2015-01-27 | 1 | -0/+5 |
* | libopenh264enc: Fix a typo and some nitpicks | Martin Storsjö | 2015-01-08 | 1 | -1/+1 |
* | libavcodec: Add an OpenH264 encoder wrapper | Martin Storsjö | 2015-01-06 | 1 | -0/+4 |
* | build: Use -Werror=format-security | Agostino Sarubbo | 2015-01-05 | 1 | -0/+1 |
* | configure: Remap -L to -libpath for msvc | Martin Storsjö | 2015-01-04 | 1 | -0/+1 |
* | libavformat: Only use MoveFileExA when targeting the desktop API subset | Martin Storsjö | 2014-12-19 | 1 | -2/+0 |
* | arm: Use .data.rel.ro for const data with relocations | Martin Storsjö | 2014-12-09 | 1 | -0/+3 |
* | configure: enable vda hwaccel by default | Vittorio Giovara | 2014-12-03 | 1 | -1/+1 |
* | lavf: Use MoveFileEx instead of rename/_wrename on windows | Martin Storsjö | 2014-11-27 | 1 | -0/+2 |
* | configure: Fix enabling memalign_hack automatically | Martin Storsjö | 2014-11-18 | 1 | -1/+1 |
* | lavf: Add an MPEG-DASH ISOFF segmenting muxer | Martin Storsjö | 2014-11-17 | 1 | -0/+1 |
* | configure: Check only for xcb | Luca Barbato | 2014-10-28 | 1 | -1/+1 |
* | xcbgrab: XCB-based screen capture | Luca Barbato | 2014-10-26 | 1 | -6/+33 |
* | lavu: Provide fallbacks for gmtime_r and localtime_r | Martin Storsjö | 2014-10-26 | 1 | -0/+2 |
* | w32pthreads: use the CONDITION_VARIABLE typedef if available | James Almer | 2014-10-10 | 1 | -0/+2 |
* | configure: Add -lrt dependency to avutil's pc file. | Josh Allmann | 2014-10-04 | 1 | -2/+2 |
* | configure: Provide a safe default for unknonw libcs | Luca Barbato | 2014-09-27 | 1 | -2/+2 |
* | configure: Assume a standard-compliant default libc | Luca Barbato | 2014-09-26 | 1 | -0/+3 |
* | configure: Use the right variables in check_host_cpp | Jörg Krause | 2014-09-17 | 1 | -1/+1 |
* | configure: Disable i686 for i586 and lower CPUs | Mikulas Patocka | 2014-09-16 | 1 | -0/+1 |
* | configure: Split adding of CFLAGS and CPPFLAGS for hardened toolchain | Diego Biurrun | 2014-09-16 | 1 | -2/+3 |
* | Split off floating point AAN (I)DCT into separate components | Diego Biurrun | 2014-09-07 | 1 | -0/+7 |
* | build: Split WMA frequencies into a separate object file | Diego Biurrun | 2014-09-04 | 1 | -7/+8 |
* | time: Use clock_gettime if the monotonic clock is available | Luca Barbato | 2014-09-03 | 1 | -0/+4 |
* | configure: add --enable-rpath | Reinhard Tartler | 2014-08-23 | 1 | -0/+3 |
* | ogg: Provide aliases for Speex, Opus and audio-only ogg | Luca Barbato | 2014-08-22 | 1 | -0/+3 |
* | configure: Suppress "potentially uninitialized variable" warnings from MSVC | Diego Biurrun | 2014-08-21 | 1 | -1/+1 |
* | configure: Check for nanosleep in headers as well, not only in libs | Martin Storsjö | 2014-08-13 | 1 | -1/+1 |
* | configure: Don't pass MSVC compiler options -M[TD] to armasm | Martin Storsjö | 2014-08-10 | 1 | -0/+12 |
* | configure: Suggest upgrading gas-preprocessor instead of just installing | Martin Storsjö | 2014-08-10 | 1 | -1/+1 |
* | configure: Enable gas-preprocessor on all OSes but only if available | Diego Biurrun | 2014-08-10 | 1 | -3/+13 |