| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | avcodec/cuvid: use dynamically loaded CUDA/CUVID | Timo Rothenpieler | 2016-11-22 | 2 | -1148/+0 |
* | | compat/cuda: add dynamic loader | Timo Rothenpieler | 2016-11-22 | 4 | -0/+1475 |
* | | compat/w32dlfcn.h: Add safe win32 dlopen/dlclose/dlsym functions. | Matt Oliver | 2016-11-05 | 1 | -0/+83 |
* | | compat/cuda: convert to unix line endings | Timo Rothenpieler | 2016-09-23 | 2 | -1148/+1148 |
* | | cuvid: Use bundled headers | Philip Langdale | 2016-09-22 | 2 | -58/+29 |
* | | cuvid: Add MIT licenced nvcuid headers from Video SDK 7.0 | Philip Langdale | 2016-09-22 | 2 | -0/+1177 |
* | | avcodec/nvenc: include nvEncodeAPI v7 SDK header | Timo Rothenpieler | 2016-08-28 | 1 | -0/+3219 |
* | | compat/avisynth: update AviSynth+ header | Stephen Hutchinson | 2016-08-17 | 1 | -37/+219 |
* | | Merge commit '6bb99757b780144d9fa27cdce09d3621e1a0ed43' | Derek Buitenhuis | 2016-05-08 | 1 | -0/+42 |
|\| |
|
| * | jack: Support OSX | Josh de Kock | 2016-03-31 | 1 | -0/+42 |
* | | compat/os2threads: split long lines | KO Myung-Hun | 2016-02-14 | 1 | -5/+12 |
* | | compat/os2threads: support the return value of joined thread | KO Myung-Hun | 2016-02-14 | 1 | -21/+18 |
* | | compat/os2threads: Improve pthread_cond_xxx() functions | KO Myung-Hun | 2016-02-14 | 1 | -11/+15 |
* | | all: Make header guard names consistent | Timothy Gu | 2016-01-31 | 5 | -15/+15 |
* | | all: Add missing header guards | Timothy Gu | 2016-01-28 | 1 | -0/+5 |
* | | os2threads: Add pthread_once() | KO Myung-Hun | 2015-11-12 | 1 | -0/+27 |
* | | Merge commit '407ac22322e5ce67996ec54ef619cafa4c9ceb78' | Hendrik Leppkes | 2015-11-02 | 1 | -2/+2 |
|\| |
|
| * | w32pthreads: Map MemoryBarrier to __sync_synchronize on mingw | Martin Storsjö | 2015-10-30 | 1 | -2/+2 |
| * | w32pthreads: fix mingw build on x86 with -msse2 or higher | Hendrik Leppkes | 2015-10-16 | 1 | -0/+5 |
* | | compat/solaris/make_sunver.pl: Use /usr/bin/env perl instead of /usr/bin/perl | Michael Niedermayer | 2015-10-20 | 1 | -1/+1 |
* | | w32pthreads: fix mingw build on x86 with -msse2 or higher | Hendrik Leppkes | 2015-10-16 | 1 | -0/+5 |
* | | winrt: multithreading support | wang-bin | 2015-10-16 | 1 | -0/+5 |