summaryrefslogtreecommitdiff
path: root/libavutil/hwcontext.c
Commit message (Expand)AuthorAge
* avutil/hwcontext: Allocate AVHWFramesCtx jointly with its internalsAndreas Rheinhardt2024-03-07
* avutil/hwcontext_internal: Remove unused AVHWFramesInternal.privAndreas Rheinhardt2024-03-07
* avutil/hwcontext: Allocate AVHWDevCtx jointly with its internalsAndreas Rheinhardt2024-03-07
* avutil/hwcontext: Remove unused AVHWDeviceInternal.privAndreas Rheinhardt2024-03-07
* avutil/hwcontext: Don't assume frames_uninit is reentrantZhao Zhili2024-03-01
* avutil/hwcontext: Don't assume device_uninit is reentrantZhao Zhili2024-03-01
* avutil/hwcontext: Don't check before av_buffer_unref()Andreas Rheinhardt2024-02-25
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-20
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-22
* libavutil: add hwcontext_d3d12va and AV_PIX_FMT_D3D12Wu Jianhua2023-12-21
* all: Use av_frame_replace() where appropriateAndreas Rheinhardt2023-09-10
* avutil/hwcontext: verify hw_frames_ctx in transfer_data_allocZhao Zhili2022-11-21
* lavu/hwcontext: clarify behavior on av_hwframe_map() failureAnton Khirnov2022-02-17
* Revert "avutils/hwcontext: When deriving a hwdevice, search for existing devi...Haihao Xiang2022-01-05
* avutils/hwcontext: When deriving a hwdevice, search for existing device in bo...Soft Works2022-01-05
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* hwcontext: add av_hwdevice_ctx_create_derived_optsLynne2020-05-23
* Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov2020-05-22
* avutil/hwcontext: correctly set extended_data on hwframe_get_bufferTimo Rothenpieler2020-03-28
* lavu: add Vulkan hwcontext codeLynne2020-02-04
* lavu/hwcontext: Add support for HW -> HW transfersPhilip Langdale2020-02-04
* hwcontext_internal: add ff_hwframe_map_replaceRostislav Pehlivanov2018-06-21
* hwcontext: Do not call device_init again when deriving an existing deviceMark Thompson2018-05-15
* Merge commit '2eb396b175e55e515aa6a13c5b1789a2a18d3935'James Almer2018-02-11
|\
| * hwcontext: Fix memory leak on derived frame allocation failureMark Thompson2018-02-04
| * hwcontext: Mark local table static constMark Thompson2017-06-15
| * lavu: add new D3D11 pixfmt and hwcontextwm42017-06-08
| * hwcontext: Improve allocation in derived contextsMark Thompson2017-04-30
| * hwcontext: Add frame context mapping for nontrivial contextsMark Thompson2017-04-30
* | lavu/hwcontext: add AV_HWDEVICE_TYPE_MEDIACODECAman Gupta2017-12-16
* | hwcontext: Perform usual uninitialisation on derived frames contextsMark Thompson2017-11-22
* | lavu: OpenCL hwcontext implementationMark Thompson2017-11-22
* | Merge commit '1bd986ed4b0e95ded368a8eeb5c044853c090f9b'James Almer2017-10-24
|\|
| * hwcontext: Move NONE to the be the first member of AVHWDeviceTypeMark Thompson2017-03-27
| * hwcontext: Make it easier to work with device typesMark Thompson2017-03-20
| * hwcontext: Add device derivationMark Thompson2017-03-20
* | hwcontext: Perform usual initialisation on derived device contextsMark Thompson2017-10-09
* | Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'James Almer2017-09-26
|\|
| * Mark some arrays that never change as const.Anton Khirnov2017-02-01
* | lavu: Add DRM hwcontextMark Thompson2017-09-13
* | lavu: add new D3D11 pixfmt and hwcontextwm42017-06-27
* | hwcontext: Improve allocation in derived contextsMark Thompson2017-06-14
* | hwcontext: Add frame context mapping for nontrivial contextsMark Thompson2017-06-14
* | hwcontext: Make it easier to work with device typesMark Thompson2017-06-14
* | hwcontext: Add device derivationMark Thompson2017-06-14
* | videotoolbox: add hwcontext supportwm42017-05-15
* | Merge commit 'd06aa24ba583ad08025da9e1b29afcd8218ff9b0'Clément Bœsch2017-03-30
|\|
| * hwcontext: Hardware frame mappingMark Thompson2016-11-03
* | Merge commit 'fdfe01365d579189d9a55b3741dba2ac46eb1df8'Hendrik Leppkes2016-11-13
|\|
| * hwcontext: allocate the destination frame for the pool sizeAnton Khirnov2016-06-28