summaryrefslogtreecommitdiff
path: root/libavutil/hwcontext_d3d11va.c
Commit message (Expand)AuthorAgeFilesLines
* hwcontext_d3d11va: add mutiple supported DXGI formatsTong Wu2023-02-221-0/+7
* avutil/hwcontext_d3d11va: add support for rgbaf16 pixel formatTimo Rothenpieler2022-08-131-0/+1
* avutil/hwcontext_d3d11va: add BGRA/RGBA10 formats supportTimo Rothenpieler2022-07-181-0/+2
* avutil/hwcontext_d3d11va: update hwctx flags from input textureTimo Rothenpieler2022-07-181-0/+4
* avutil/hwcontext_d3d11va: fix texture_infos writes on non-fixed-size poolsTimo Rothenpieler2022-07-181-1/+12
* avutil/hwcontext_d3d11va: fix mixed declaration and codeTimo Rothenpieler2022-07-181-1/+2
* avutil/hwcontext_d3d11va: pass the format value from outside for staging textureTong Wu2022-05-231-3/+4
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-1/+1
* libavutil/hwcontext_d3d11va: adding more texture information to the D3D11 hwc...Artem Galin2021-09-081-5/+19
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-271-1/+1
* avutil: use the buffer_size_t typedef where requiredJames Almer2021-03-101-1/+1
* avutil/hwcontext_d3d11va: Use secure dlopen.Matt Oliver2020-02-151-2/+3
* lavu/hwcontext_d3d: Cast src pointers calling av_image_copy*().Carl Eugen Hoyos2019-04-191-2/+2
* avutil/hwcontext_d3d11va: fix type arguments passed to IDXGIAdapter2_GetDesc()James Almer2018-07-251-1/+1
* Merge commit '8f144d9e3d5cb2ca92e5bdf7cc9f72effa1bd2ce'James Almer2018-04-131-8/+1
|\
| * Drop Windows XP support remnantsDiego Biurrun2018-04-091-8/+1
| * d3d11va: Check WINAPI_FAMILY instead of HAVE_LOADLIBRARYMartin Storsjö2017-07-051-3/+3
| * hwcontext_d3d11va: add option to enable debug modewm42017-06-271-0/+32
| * dxva: support DXGI_FORMAT_420_OPAQUE decodingwm42017-06-271-2/+10
| * hwcontext_d3d11va: allocate staging texture lazilywm42017-06-271-12/+34
| * hwcontext_d3d11va: fix crash on frames_init failurewm42017-06-271-0/+2
| * d3d11va: Link directly to dxgi.dll and d3d11.dll functions if LoadLibrary is ...Martin Storsjö2017-06-181-33/+47
| * lavu: add new D3D11 pixfmt and hwcontextwm42017-06-081-0/+490
* hwcontext_d3d11: Fix crash with valid adapter but no deviceMark Thompson2018-03-281-3/+5
* hwcontext_d3d11va: implement av_hwdevice_get_hwframe_constraints()wm42018-01-161-0/+33
* hwcontext_d3d11va: properly reset values after release/closeJan Ekström2017-11-251-5/+16
* hwcontext_d3d11: Log adapter details on device creationMark Thompson2017-11-251-1/+8
* avutil/hwcontext_d3d11va: Fix leak when wrapping texture in AVD3D11FrameDescr...Greg Wessels2017-11-071-0/+1
* d3d11va: Check WINAPI_FAMILY instead of HAVE_LOADLIBRARYMartin Storsjö2017-08-101-3/+3
* hwcontext_d3d11va: use correct license headerHendrik Leppkes2017-06-281-4/+4
* hwcontext_d3d11va: add option to enable debug modewm42017-06-271-0/+32
* dxva: support DXGI_FORMAT_420_OPAQUE decodingwm42017-06-271-2/+10
* hwcontext_d3d11va: allocate staging texture lazilywm42017-06-271-12/+34
* hwcontext_d3d11va: fix crash on frames_init failurewm42017-06-271-0/+2
* d3d11va: Link directly to dxgi.dll and d3d11.dll functions if LoadLibrary is ...Martin Storsjö2017-06-271-33/+47
* lavu: add new D3D11 pixfmt and hwcontextwm42017-06-271-0/+490