| Commit message (Expand) | Author | Age | Files | Lines |
* | additional math.h functions for djgpp | Peter Ross | 2018-11-28 | 2 | -0/+72 |
* | compat: remove in-tree NVidia headers | Timo Rothenpieler | 2018-02-27 | 5 | -4918/+19 |
* | compat/os2threads: support static mutexes | KO Myung-Hun | 2018-01-07 | 1 | -6/+8 |
* | w32pthreads: remove some remaining superfluous checks | James Almer | 2017-12-25 | 1 | -7/+0 |
* | w32pthreads: always use Vista+ API, drop XP support | wm4 | 2017-12-26 | 1 | -256/+10 |
* | compat/cuda: Pass a logging context to load functions | Mark Thompson | 2017-11-20 | 1 | -9/+9 |
* | avcodec/nvenc: fix double defined GUID on cygwin | Timo Rothenpieler | 2017-11-17 | 1 | -1/+1 |
* | Merge commit 'bad7ce1d82f0b7da55086b8c6124eff0d35a1b1a' | James Almer | 2017-11-16 | 1 | -27/+1 |
|\ |
|
| * | makedef: Pass EXTERN_PREFIX from configure to makedef | Martin Storsjö | 2017-11-16 | 1 | -27/+1 |
* | | Merge commit '0af8a72174108b9bb482f1073a1e9a3bc258af51' | James Almer | 2017-11-11 | 1 | -30/+0 |
|\| |
|
| * | build: Drop support for legacy TI ARM compiler | Diego Biurrun | 2017-10-25 | 1 | -30/+0 |
* | | Merge commit 'a37e84be69310cd7de9540c8bc194cb0a6d158ed' | James Almer | 2017-11-11 | 1 | -2/+2 |
|\| |
|
| * | makedef: Add support for identifying the ARM64 machine type | Martin Storsjö | 2017-10-12 | 1 | -2/+2 |
* | | Merge commit '1a7bf48eed806beea7e835b31b06aa6bc94da5da' | James Almer | 2017-11-11 | 1 | -16/+39 |
|\| |
|
| * | makedef: Extend the script for use with mingw tools as well | Martin Storsjö | 2017-08-31 | 1 | -16/+39 |
* | | Merge commit '44aa9105c535471ca9e23796d7ca29b341f47636' | James Almer | 2017-11-11 | 1 | -4/+4 |
|\| |
|
| * | makedef: Fold as much text transformations as possible into the initial dump | Martin Storsjö | 2017-08-31 | 1 | -4/+4 |
* | | compat/w32dlfcn: add missing config.h include | James Almer | 2017-11-07 | 1 | -0/+1 |
* | | compat/cuda/ptx2c: strip CR from each line | Ricardo Constantino | 2017-08-30 | 1 | -1/+1 |
* | | win32_dlfcn: Support WinRT/UWP. | Matt Oliver | 2017-07-30 | 1 | -1/+11 |
* | | compat/cuda: make cuvidGetDecoderCaps optional | Timo Rothenpieler | 2017-06-01 | 1 | -1/+10 |
* | | compat/cuda/ptx2c: remove bashism and harden against arbitrary input | Timo Rothenpieler | 2017-05-15 | 1 | -6/+6 |
* | | build: add support for building .cu files via nvcc | Timo Rothenpieler | 2017-05-15 | 1 | -0/+36 |
* | | compat/cuda: fix cast warnings on windows | Timo Rothenpieler | 2017-05-09 | 1 | -43/+46 |
* | | compat/cuda: update cuvid/nvdec headers to Video Codec SDK 8.0.14 | Timo Rothenpieler | 2017-05-09 | 4 | -461/+575 |
* | | compat/nvenc: bump nvEncodeAPI.h to Video Codec SDK 8.0.14 | Timo Rothenpieler | 2017-05-09 | 1 | -66/+171 |
* | | compat/strtod: Add missing const qualifiers. | Carl Eugen Hoyos | 2017-05-04 | 1 | -6/+6 |
* | | Support building C++ files with MSVC | Aaron Levinson | 2017-04-13 | 1 | -7/+7 |
* | | Merge commit '6a93b596c5c3af31b843d63013a7985ffeea354d' | James Almer | 2017-04-13 | 2 | -2/+3 |
|\| |
|
| * | compat/atomics: add typecasts in atomic_compare_exchange_strong() | Wan-Teh Chang | 2016-12-08 | 2 | -2/+3 |
* | | Merge commit '3794062ab1a13442b06f6d76c54dce51ffa54697' | Clément Bœsch | 2017-04-09 | 3 | -46/+0 |
|\| |
|
| * | Remove Plan 9 support | Diego Biurrun | 2016-12-03 | 3 | -46/+0 |
* | | Merge commit 'bd9cd04626a98a752c5771d057a6b86779359904' | James Almer | 2017-04-04 | 1 | -12/+12 |
|\| |
|
| * | w32pthreads: Fix function pointer casts | Diego Biurrun | 2016-11-24 | 1 | -12/+12 |
| * | Add a compat dummy stdatomic.h used when threading is disabled | Anton Khirnov | 2016-10-02 | 1 | -0/+176 |
| * | Add a compat stdatomic.h implementation based on pthreads | Anton Khirnov | 2016-10-02 | 2 | -0/+236 |
| * | Add a compat stdatomic.h implementation based on suncc atomics | Anton Khirnov | 2016-10-02 | 1 | -0/+186 |
| * | Add a compat stdatomic.h implementation based on windows atomics | Anton Khirnov | 2016-10-02 | 1 | -0/+179 |
| * | Add a compat stdatomic.h implementation based on GCC atomics | Anton Khirnov | 2016-10-02 | 1 | -0/+173 |
* | | stdatomic/win32: only include the lean windows headers to avoid conflicts | Hendrik Leppkes | 2017-04-04 | 1 | -0/+1 |
* | | compat/atomics: fix atomic_fetch_xor | James Almer | 2017-04-02 | 5 | -6/+6 |
* | | compat/atomics/gcc: use __typeof__ instead of typeof | James Almer | 2017-03-18 | 1 | -4/+4 |
* | | compat/cuda: fix ulong size on cygwin | Timo Rothenpieler | 2017-03-01 | 2 | -12/+18 |
* | | compat/atomics: rename header guards | James Almer | 2016-12-02 | 5 | -15/+15 |
* | | Add a compat dummy stdatomic.h used when threading is disabled | Anton Khirnov | 2016-12-02 | 1 | -0/+176 |
* | | Add a compat stdatomic.h implementation based on pthreads | Anton Khirnov | 2016-12-02 | 2 | -0/+236 |
* | | Add a compat stdatomic.h implementation based on suncc atomics | Anton Khirnov | 2016-12-02 | 1 | -0/+186 |
* | | Add a compat stdatomic.h implementation based on windows atomics | Anton Khirnov | 2016-12-02 | 1 | -0/+179 |
* | | Add a compat stdatomic.h implementation based on GCC atomics | Anton Khirnov | 2016-12-02 | 1 | -0/+173 |
* | | avcodec/cuvid: Add support for P010/P016 as an output surface format | Philip Langdale | 2016-11-22 | 1 | -1/+2 |