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
2022-02-17lavu/hwcontext: clarify behavior on av_hwframe_map() failureAnton Khirnov
2022-01-05Revert "avutils/hwcontext: When deriving a hwdevice, search for existing devi...Haihao Xiang
2022-01-05avutils/hwcontext: When deriving a hwdevice, search for existing device in bo...Soft Works
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2020-05-23hwcontext: add av_hwdevice_ctx_create_derived_optsLynne
2020-05-22Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov
2020-03-28avutil/hwcontext: correctly set extended_data on hwframe_get_bufferTimo Rothenpieler
2020-02-05lavu: add Vulkan hwcontext codeLynne
2020-02-05lavu/hwcontext: Add support for HW -> HW transfersPhilip Langdale
2018-06-21hwcontext_internal: add ff_hwframe_map_replaceRostislav Pehlivanov
2018-05-16hwcontext: Do not call device_init again when deriving an existing deviceMark Thompson
2018-02-12Merge commit '2eb396b175e55e515aa6a13c5b1789a2a18d3935'James Almer
2018-02-04hwcontext: Fix memory leak on derived frame allocation failureMark Thompson
2017-12-16lavu/hwcontext: add AV_HWDEVICE_TYPE_MEDIACODECAman Gupta
2017-11-23hwcontext: Perform usual uninitialisation on derived frames contextsMark Thompson
2017-11-23lavu: OpenCL hwcontext implementationMark Thompson
2017-10-25Merge commit '1bd986ed4b0e95ded368a8eeb5c044853c090f9b'James Almer
2017-10-09hwcontext: Perform usual initialisation on derived device contextsMark Thompson
2017-09-26Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'James Almer
2017-09-14lavu: Add DRM hwcontextMark Thompson
2017-06-27lavu: add new D3D11 pixfmt and hwcontextwm4
2017-06-15hwcontext: Mark local table static constMark Thompson
2017-06-15hwcontext: Improve allocation in derived contextsMark Thompson
2017-06-15hwcontext: Add frame context mapping for nontrivial contextsMark Thompson
2017-06-15hwcontext: Make it easier to work with device typesMark Thompson
2017-06-15hwcontext: Add device derivationMark Thompson
2017-06-08lavu: add new D3D11 pixfmt and hwcontextwm4
2017-05-15videotoolbox: add hwcontext supportwm4
2017-04-30hwcontext: Improve allocation in derived contextsMark Thompson
2017-04-30hwcontext: Add frame context mapping for nontrivial contextsMark Thompson
2017-03-30Merge commit 'd06aa24ba583ad08025da9e1b29afcd8218ff9b0'Clément Bœsch
2017-03-27hwcontext: Move NONE to the be the first member of AVHWDeviceTypeMark Thompson
2017-03-21hwcontext: Make it easier to work with device typesMark Thompson
2017-03-21hwcontext: Add device derivationMark Thompson
2017-02-01Mark some arrays that never change as const.Anton Khirnov
2016-11-14Merge commit 'fdfe01365d579189d9a55b3741dba2ac46eb1df8'Hendrik Leppkes
2016-11-04hwcontext: Hardware frame mappingMark Thompson
2016-09-28avutil/hwcontext: use CONFIG_QSV instead of CONFIG_LIBMFX for qsvJames Almer
2016-09-28Merge commit '59e7361cc791e5103be1712dc59a2055f118d0da'James Almer
2016-06-28hwcontext: allocate the destination frame for the pool sizeAnton Khirnov
2016-06-26Merge commit '1c9e8616c535ef496e7ee8a5cbc5e9e972a6977d'Hendrik Leppkes
2016-06-22Merge commit 'c46db38cde8e8fd8ecb1c6602f10ec0e002f29a8'Hendrik Leppkes
2016-06-21hwcontext: add a QSV implementationAnton Khirnov
2016-05-26hwcontext: add a function for opening devicesAnton Khirnov
2016-05-17hwcontext: add a dxva2 implementationAnton Khirnov
2016-05-11Merge commit 'a0f469da744db83db32f3fe13186ee4aa2bc7dc5'Derek Buitenhuis
2016-04-15hwcontext: initialize sw_format in av_hwframe_ctx_alloc()Anton Khirnov
2016-04-14Merge commit '551c6775abb5e0ad34c26d7e23bc6fbbe8ccc9d4'Derek Buitenhuis
2016-04-14Merge commit 'b1f01e85a92d401a9b29c79f23db36b7685e8c09'Derek Buitenhuis
2016-03-19lavu: VAAPI hwcontext implementationMark Thompson