summaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '0af8a72174108b9bb482f1073a1e9a3bc258af51'James Almer2017-11-111-30/+0
|\
| * build: Drop support for legacy TI ARM compilerDiego Biurrun2017-10-251-30/+0
* | Merge commit 'a37e84be69310cd7de9540c8bc194cb0a6d158ed'James Almer2017-11-111-2/+2
|\ \ | |/
| * makedef: Add support for identifying the ARM64 machine typeMartin Storsjö2017-10-121-2/+2
* | Merge commit '1a7bf48eed806beea7e835b31b06aa6bc94da5da'James Almer2017-11-111-16/+39
|\ \ | |/
| * makedef: Extend the script for use with mingw tools as wellMartin Storsjö2017-08-311-16/+39
* | Merge commit '44aa9105c535471ca9e23796d7ca29b341f47636'James Almer2017-11-111-4/+4
|\ \ | |/
| * makedef: Fold as much text transformations as possible into the initial dumpMartin Storsjö2017-08-311-4/+4
* | compat/w32dlfcn: add missing config.h includeJames Almer2017-11-071-0/+1
* | compat/cuda/ptx2c: strip CR from each lineRicardo Constantino2017-08-301-1/+1
* | win32_dlfcn: Support WinRT/UWP.Matt Oliver2017-07-301-1/+11
* | compat/cuda: make cuvidGetDecoderCaps optionalTimo Rothenpieler2017-06-011-1/+10
* | compat/cuda/ptx2c: remove bashism and harden against arbitrary inputTimo Rothenpieler2017-05-151-6/+6
* | build: add support for building .cu files via nvccTimo Rothenpieler2017-05-151-0/+36
* | compat/cuda: fix cast warnings on windowsTimo Rothenpieler2017-05-091-43/+46
* | compat/cuda: update cuvid/nvdec headers to Video Codec SDK 8.0.14Timo Rothenpieler2017-05-094-461/+575
* | compat/nvenc: bump nvEncodeAPI.h to Video Codec SDK 8.0.14Timo Rothenpieler2017-05-091-66/+171
* | compat/strtod: Add missing const qualifiers.Carl Eugen Hoyos2017-05-041-6/+6
* | Support building C++ files with MSVCAaron Levinson2017-04-131-7/+7
* | Merge commit '6a93b596c5c3af31b843d63013a7985ffeea354d'James Almer2017-04-132-2/+3
|\ \ | |/
| * compat/atomics: add typecasts in atomic_compare_exchange_strong()Wan-Teh Chang2016-12-082-2/+3
* | Merge commit '3794062ab1a13442b06f6d76c54dce51ffa54697'Clément Bœsch2017-04-093-46/+0
|\ \ | |/
| * Remove Plan 9 supportDiego Biurrun2016-12-033-46/+0
* | Merge commit 'bd9cd04626a98a752c5771d057a6b86779359904'James Almer2017-04-041-12/+12
|\ \ | |/
| * w32pthreads: Fix function pointer castsDiego Biurrun2016-11-241-12/+12
| * Add a compat dummy stdatomic.h used when threading is disabledAnton Khirnov2016-10-021-0/+176
| * Add a compat stdatomic.h implementation based on pthreadsAnton Khirnov2016-10-022-0/+236
| * Add a compat stdatomic.h implementation based on suncc atomicsAnton Khirnov2016-10-021-0/+186
| * Add a compat stdatomic.h implementation based on windows atomicsAnton Khirnov2016-10-021-0/+179
| * Add a compat stdatomic.h implementation based on GCC atomicsAnton Khirnov2016-10-021-0/+173
* | stdatomic/win32: only include the lean windows headers to avoid conflictsHendrik Leppkes2017-04-041-0/+1
* | compat/atomics: fix atomic_fetch_xorJames Almer2017-04-025-6/+6
* | compat/atomics/gcc: use __typeof__ instead of typeofJames Almer2017-03-181-4/+4
* | compat/cuda: fix ulong size on cygwinTimo Rothenpieler2017-03-012-12/+18
* | compat/atomics: rename header guardsJames Almer2016-12-025-15/+15
* | Add a compat dummy stdatomic.h used when threading is disabledAnton Khirnov2016-12-021-0/+176
* | Add a compat stdatomic.h implementation based on pthreadsAnton Khirnov2016-12-022-0/+236
* | Add a compat stdatomic.h implementation based on suncc atomicsAnton Khirnov2016-12-021-0/+186
* | Add a compat stdatomic.h implementation based on windows atomicsAnton Khirnov2016-12-021-0/+179
* | Add a compat stdatomic.h implementation based on GCC atomicsAnton Khirnov2016-12-021-0/+173
* | avcodec/cuvid: Add support for P010/P016 as an output surface formatPhilip Langdale2016-11-221-1/+2
* | avcodec/cuvid: use dynamically loaded CUDA/CUVIDTimo Rothenpieler2016-11-222-1148/+0
* | compat/cuda: add dynamic loaderTimo Rothenpieler2016-11-224-0/+1475
* | compat/w32dlfcn.h: Add safe win32 dlopen/dlclose/dlsym functions.Matt Oliver2016-11-051-0/+83
* | compat/cuda: convert to unix line endingsTimo Rothenpieler2016-09-232-1148/+1148
* | cuvid: Use bundled headersPhilip Langdale2016-09-222-58/+29
* | cuvid: Add MIT licenced nvcuid headers from Video SDK 7.0Philip Langdale2016-09-222-0/+1177
* | avcodec/nvenc: include nvEncodeAPI v7 SDK headerTimo Rothenpieler2016-08-281-0/+3219
* | compat/avisynth: update AviSynth+ headerStephen Hutchinson2016-08-171-37/+219
* | Merge commit '6bb99757b780144d9fa27cdce09d3621e1a0ed43'Derek Buitenhuis2016-05-081-0/+42
|\ \ | |/