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
2022-09-03compat/cuda: switch from powf to __powf intrinsicTimo Rothenpieler
2022-09-03avfilter: add bilateral_cuda filterMohamed Khaled Mohamed
2022-08-13compat: add msvc windres wrapperTimo Rothenpieler
2022-07-10avfilter: add chromakey_cuda filterMohamed Khaled Mohamed
2022-06-21compat/w32dlfcn.h: Remove MAX_PATH limit and replace LoadLibraryExA with Load...Nil Admirari
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-08-14compat/cuda: add __expf() implementationTimo Rothenpieler
2021-06-22avfilter: compress CUDA PTX code if possibleTimo Rothenpieler
2021-05-13fix broken links to msdn documentationPeter Ross
2021-04-04atomics: Fix the win32 atomic_exchange functionMartin Storsjö
2021-02-22compat/cuda: correct ushort4 to use ushortMatt Oliver
2021-01-20All: update names in copyright headersrcombs
2020-11-04avfilter/scale_cuda: add lanczos algorithmTimo Rothenpieler
2020-11-03avfilter/scale_cuda: add bicubic interpolationTimo Rothenpieler
2020-06-02compat/cuda/ptx2c: remove shell loop; fix BSD sed compatrcombs
2020-04-05compat/avisynth: remove avisynth headersStephen Hutchinson
2020-03-08avformat/udp: support w32pthreads compatphunkyfish
2020-02-15compat/os2threads: define INCL_DOSERRORSDave Yeo
2020-01-22avutil/thread: Add pthread_cond_timedwait functionMatt Oliver
2020-01-01compat/avisynth: Fix unicode compilation.Matt Oliver
2019-08-05compat/cuda: Change inclusion guardsAndreas Rheinhardt
2019-08-04build: add support for building CUDA files with clangRodger Combs
2019-05-24compat/cuda/ptx2c: don't drop final newlineTimo Rothenpieler
2019-05-04compat/avisynth: update headersStephen Hutchinson
2019-04-24compat/windows/makedef: Allow building shared libs with MSVC under WSLCyber Sinh
2019-04-20configure: Add .exe suffix to toolchain calls.Carl Eugen Hoyos
2018-11-28additional math.h functions for djgppPeter Ross
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