summaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* compat: Use '-' instead of '/' for rc.exe optionsZiemowit Laski2023-02-131-5/+5
* compat/cuda: switch from powf to __powf intrinsicTimo Rothenpieler2022-09-031-1/+1
* avfilter: add bilateral_cuda filterMohamed Khaled Mohamed2022-09-031-0/+1
* compat: add msvc windres wrapperTimo Rothenpieler2022-08-131-0/+32
* avfilter: add chromakey_cuda filterMohamed Khaled Mohamed2022-07-101-0/+2
* compat/w32dlfcn.h: Remove MAX_PATH limit and replace LoadLibraryExA with Load...Nil Admirari2022-06-211-22/+78
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-1/+1
* compat/cuda: add __expf() implementationTimo Rothenpieler2021-08-141-0/+1
* avfilter: compress CUDA PTX code if possibleTimo Rothenpieler2021-06-221-34/+0
* fix broken links to msdn documentationPeter Ross2021-05-131-1/+1
* atomics: Fix the win32 atomic_exchange functionMartin Storsjö2021-04-041-1/+1
* compat/cuda: correct ushort4 to use ushortMatt Oliver2021-02-221-1/+1
* All: update names in copyright headersrcombs2021-01-201-1/+1
* avfilter/scale_cuda: add lanczos algorithmTimo Rothenpieler2020-11-041-0/+3
* avfilter/scale_cuda: add bicubic interpolationTimo Rothenpieler2020-11-031-7/+61
* compat/cuda/ptx2c: remove shell loop; fix BSD sed compatrcombs2020-06-011-5/+3
* compat/avisynth: remove avisynth headersStephen Hutchinson2020-04-057-2375/+0
* avformat/udp: support w32pthreads compatphunkyfish2020-03-081-0/+8
* compat/os2threads: define INCL_DOSERRORSDave Yeo2020-02-151-0/+1
* avutil/thread: Add pthread_cond_timedwait functionMatt Oliver2020-01-212-0/+43
* compat/avisynth: Fix unicode compilation.Matt Oliver2020-01-011-1/+1
* compat/cuda: Change inclusion guardsAndreas Rheinhardt2019-08-052-6/+6
* build: add support for building CUDA files with clangRodger Combs2019-08-041-0/+131
* compat/cuda/ptx2c: don't drop final newlineTimo Rothenpieler2019-05-241-1/+1
* compat/avisynth: update headersStephen Hutchinson2019-05-044-162/+415
* compat/windows/makedef: Allow building shared libs with MSVC under WSLCyber Sinh2019-04-241-2/+2
* configure: Add .exe suffix to toolchain calls.Carl Eugen Hoyos2019-04-201-1/+1
* additional math.h functions for djgppPeter Ross2018-11-282-0/+72
* compat: remove in-tree NVidia headersTimo Rothenpieler2018-02-275-4918/+19
* compat/os2threads: support static mutexesKO Myung-Hun2018-01-071-6/+8
* w32pthreads: remove some remaining superfluous checksJames Almer2017-12-251-7/+0
* w32pthreads: always use Vista+ API, drop XP supportwm42017-12-261-256/+10
* compat/cuda: Pass a logging context to load functionsMark Thompson2017-11-201-9/+9
* avcodec/nvenc: fix double defined GUID on cygwinTimo Rothenpieler2017-11-171-1/+1
* Merge commit 'bad7ce1d82f0b7da55086b8c6124eff0d35a1b1a'James Almer2017-11-161-27/+1
|\
| * makedef: Pass EXTERN_PREFIX from configure to makedefMartin Storsjö2017-11-161-27/+1
* | 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