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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)Author
2018-02-27compat: remove in-tree NVidia headersTimo Rothenpieler
2018-01-07compat/os2threads: support static mutexesKO Myung-Hun
2017-12-26w32pthreads: remove some remaining superfluous checksJames Almer
2017-12-26w32pthreads: always use Vista+ API, drop XP supportwm4
2017-11-20compat/cuda: Pass a logging context to load functionsMark Thompson
2017-11-18avcodec/nvenc: fix double defined GUID on cygwinTimo Rothenpieler
2017-11-16Merge commit 'bad7ce1d82f0b7da55086b8c6124eff0d35a1b1a'James Almer
2017-11-16makedef: Pass EXTERN_PREFIX from configure to makedefMartin Storsjö
2017-11-12Merge commit '0af8a72174108b9bb482f1073a1e9a3bc258af51'James Almer
2017-11-11Merge commit 'a37e84be69310cd7de9540c8bc194cb0a6d158ed'James Almer
2017-11-11Merge commit '1a7bf48eed806beea7e835b31b06aa6bc94da5da'James Almer
2017-11-11Merge commit '44aa9105c535471ca9e23796d7ca29b341f47636'James Almer
2017-11-07compat/w32dlfcn: add missing config.h includeJames Almer
2017-10-25build: Drop support for legacy TI ARM compilerDiego Biurrun
2017-10-12makedef: Add support for identifying the ARM64 machine typeMartin Storsjö
2017-08-31makedef: Extend the script for use with mingw tools as wellMartin Storsjö
2017-08-31makedef: Fold as much text transformations as possible into the initial dumpMartin Storsjö
2017-08-30compat/cuda/ptx2c: strip CR from each lineRicardo Constantino
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