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
AgeCommit message (Expand)Author
2021-11-23avutil/hwcontext_cuda: return more useful error codes from init functionsTimo Rothenpieler
2021-11-23avutil/hwcontext_cuda: add option to use primary device contextTimo Rothenpieler
2021-04-30hwcontext_vulkan: dynamically load functionsLynne
2021-04-27avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt
2021-03-11avutil: use the buffer_size_t typedef where requiredJames Almer
2020-11-04avutil/hwcontext_cuda: fix edge case with non-even frame heightsTimo Rothenpieler
2020-11-04avutil/hwcontext_cuda: query correct alignment from deviceTimo Rothenpieler
2020-11-03avutil/hwcontext_cuda: increase CUDA frame alignment to 512Timo Rothenpieler
2020-05-23hwcontext: add av_hwdevice_ctx_create_derived_optsLynne
2020-04-06avutil/hwcontext_cuda: Only handle CUDA hardware framesTimo Rothenpieler
2020-03-19avutil/hwcontext_cuda: combine transfer functionsTimo Rothenpieler
2020-03-19avutil/hwcontext_cuda: add YUVA420P pixel formatYaroslav Pogrebnyak
2020-02-05lavu/hwcontext_cuda: refactor context initialisationPhilip Langdale
2020-02-05lavu: add Vulkan hwcontext codeLynne
2019-11-26avutil/hwcontext_cuda: allow using primary CUDA device contextOleg Dobkin
2019-03-30avutil/hcontext_cuda: Remove unnecessary stream synchronisationPhilip Langdale
2018-11-15avutil/hwcontext_cuda: Define and use common CHECK_CU()Philip Langdale
2018-05-15avutil/hwcontext_cuda: fix YUV420P cuda_get_bufferMarton Balint
2018-05-10avutil/hwcontext_cuda: use generic size and pointer assignment functionsTimo Rothenpieler
2018-05-10avutil/hwcontext_cuda: add support for nvenc rgb formatsTimo Rothenpieler
2018-05-10avutil/hwcontext_cuda: explicitly synchronize cuMemcpy callsTimo Rothenpieler
2018-05-10avutil/hwcontext_cuda: add CUstream in cuda hwctxTimo Rothenpieler
2017-11-20compat/cuda: Pass a logging context to load functionsMark Thompson
2017-08-04hwcontext_cuda : Support YUV444P16 formatYogender Gupta
2017-01-23hwcontext_cuda: implement frames_get_constraintswm4
2016-11-30avutil/hwcontext_cuda: check for missing pixel formatTimo Rothenpieler
2016-11-22libavutil/hwcontext_cuda: Support P010 and P016 formatsPhilip Langdale
2016-11-22avutil/hwcontext_cuda: use dynamically loaded CUDATimo Rothenpieler
2016-10-03avutil/hwcontext_cuda: align allocated framesTimo Rothenpieler
2016-09-29avutil/hwcontext_cuda: use proper synchronization flagTimo Rothenpieler
2016-06-26Merge commit '2e219b491bcc0845248345fdad31231b081e06d1'Hendrik Leppkes
2016-05-26hwcontext_cuda: implement device creationAnton Khirnov
2016-02-24Merge commit 'ad884d100259e55cb51a4239cd8a4fd5154c2073'Derek Buitenhuis
2016-02-15hwcontext: add a CUDA implementationAnton Khirnov