Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)Author
2017-08-04Add compat header for DXVA2 VP8/9Hendrik Leppkes
2017-08-04dxva2_hevc: add compat header for mingwHendrik Leppkes
2017-08-04w32pthreads: provide pthread_cond_timedwait_w32, API incompatible timed waiter.Hendrik Leppkes
2017-07-30win32_dlfcn: Support WinRT/UWP.Matt Oliver
2017-06-01compat/cuda: make cuvidGetDecoderCaps optionalTimo Rothenpieler
2017-05-15compat/cuda/ptx2c: remove bashism and harden against arbitrary inputTimo Rothenpieler
2017-05-15build: add support for building .cu files via nvccTimo Rothenpieler
2017-05-09compat/cuda: fix cast warnings on windowsTimo Rothenpieler
2017-05-09compat/cuda: update cuvid/nvdec headers to Video Codec SDK 8.0.14Timo Rothenpieler
2017-05-09compat/nvenc: bump nvEncodeAPI.h to Video Codec SDK 8.0.14Timo Rothenpieler
2017-05-05compat/strtod: Add missing const qualifiers.Carl Eugen Hoyos
2017-04-14Support building C++ files with MSVCAaron Levinson
2017-04-14Merge commit '6a93b596c5c3af31b843d63013a7985ffeea354d'James Almer
2017-04-09Merge commit '3794062ab1a13442b06f6d76c54dce51ffa54697'Clément Bœsch
2017-04-04Merge commit 'bd9cd04626a98a752c5771d057a6b86779359904'James Almer
2017-04-04stdatomic/win32: only include the lean windows headers to avoid conflictsHendrik Leppkes
2017-04-02compat/atomics: fix atomic_fetch_xorJames Almer
2017-03-18compat/atomics/gcc: use __typeof__ instead of typeofJames Almer
2017-03-01compat/cuda: fix ulong size on cygwinTimo Rothenpieler
2016-12-08compat/atomics: add typecasts in atomic_compare_exchange_strong()Wan-Teh Chang
2016-12-03Remove Plan 9 supportDiego Biurrun
2016-12-03compat/atomics: rename header guardsJames Almer
2016-12-02Add a compat dummy stdatomic.h used when threading is disabledAnton Khirnov
2016-12-02Add a compat stdatomic.h implementation based on pthreadsAnton Khirnov
2016-12-02Add a compat stdatomic.h implementation based on suncc atomicsAnton Khirnov
2016-12-02Add a compat stdatomic.h implementation based on windows atomicsAnton Khirnov
2016-12-02Add a compat stdatomic.h implementation based on GCC atomicsAnton Khirnov
2016-11-24w32pthreads: Fix function pointer castsDiego Biurrun
2016-11-22avcodec/cuvid: Add support for P010/P016 as an output surface formatPhilip Langdale
2016-11-22avcodec/cuvid: use dynamically loaded CUDA/CUVIDTimo Rothenpieler
2016-11-22compat/cuda: add dynamic loaderTimo Rothenpieler
2016-11-05compat/w32dlfcn.h: Add safe win32 dlopen/dlclose/dlsym functions.Matt Oliver
2016-10-02Add a compat dummy stdatomic.h used when threading is disabledAnton Khirnov
2016-10-02Add a compat stdatomic.h implementation based on pthreadsAnton Khirnov
2016-10-02Add a compat stdatomic.h implementation based on suncc atomicsAnton Khirnov
2016-10-02Add a compat stdatomic.h implementation based on windows atomicsAnton Khirnov
2016-10-02Add a compat stdatomic.h implementation based on GCC atomicsAnton Khirnov
2016-09-23compat/cuda: convert to unix line endingsTimo Rothenpieler
2016-09-23cuvid: Use bundled headersPhilip Langdale
2016-09-23cuvid: Add MIT licenced nvcuid headers from Video SDK 7.0Philip Langdale
2016-08-28avcodec/nvenc: include nvEncodeAPI v7 SDK headerTimo Rothenpieler
2016-08-17compat/avisynth: update AviSynth+ headerStephen Hutchinson
2016-05-09Merge commit '6bb99757b780144d9fa27cdce09d3621e1a0ed43'Derek Buitenhuis
2016-03-31jack: Support OSXJosh de Kock
2016-02-14compat/os2threads: split long linesKO Myung-Hun
2016-02-14compat/os2threads: support the return value of joined threadKO Myung-Hun
2016-02-14compat/os2threads: Improve pthread_cond_xxx() functionsKO Myung-Hun
2016-02-01all: Make header guard names consistentTimothy Gu
2016-01-29all: Add missing header guardsTimothy Gu
2015-11-13os2threads: Add pthread_once()KO Myung-Hun