summaryrefslogtreecommitdiffstats
path: root/libavcodec/dxva2.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: Add per-thread surfaces in get_hw_frame_parameters()Mark Thompson2018-02-111-4/+0
* lavc: external hardware frame pool initializationwm42017-10-191-31/+24
* dxva: DXVA2_ModeHEVC_VLD_Main10 does not support Mainwm42017-07-221-2/+1
* dxva: verbose-log decoder GUID listwm42017-06-271-0/+47
* dxva: support DXGI_FORMAT_420_OPAQUE decodingwm42017-06-271-2/+11
* dxva: fix some warningswm42017-06-271-9/+7
* dxva: add declarative profile checkswm42017-06-271-20/+44
* dxva: add support for new dxva2 and d3d11 hwaccel APIswm42017-06-081-5/+658
* dxva: move d3d11 locking/unlocking to functionswm42017-06-081-18/+28
* dxva: preparations for new hwaccel APIwm42017-06-081-12/+20
* dxva2: get the slice number directly from the surface in D3D11VASteve Lhomme2017-01-121-7/+7
* dxva2: Make ff_dxva2_get_surface() static and drop its name prefixSteve Lhomme2017-01-081-4/+4
* dxva2: Adjust printf length modifiers where appropriateDiego Biurrun2016-11-291-5/+5
* dxva2: fix surface selection when compiled with both d3d11va and dxva2Hendrik Leppkes2016-11-071-1/+2
* d3d11va: Use the proper decoding slice indexSteve Lhomme2016-10-051-1/+10
* d3d11va: don't keep the context lock while waiting for a frameSteve Lhomme2016-07-111-3/+9
* d3d11va: WindowsPhone requires a mutex around ID3D11VideoContextSteve Lhomme2015-09-171-2/+13
* mpegvideo: Drop mpegvideo.h where not neededVittorio Giovara2015-09-131-1/+0
* dxva2: Add ifdefs around structs that might not be availableMartin Storsjö2015-06-011-0/+4
* D3D11va: add a Direct3D11 video decoder similar to DXVA2Steve Lhomme2015-05-251-31/+130
* dxva2: Directly use AVFramesMichael Niedermayer2014-04-011-6/+6
* dxva2: Use correct printf format stringsDiego Biurrun2014-01-211-6/+6
* dxva2: Add missing #includesDiego Biurrun2014-01-211-0/+8
* dxva2: Log errors verboselySam Lantinga2014-01-211-9/+18
* dxva2: Retry IDirectXVideoDecoder_BeginFrame()Sam Lantinga2014-01-211-6/+13
* h264: deMpegEncContextizeAnton Khirnov2013-02-151-4/+2
* mpegvideo: split ff_draw_horiz_band().Anton Khirnov2013-02-151-1/+1
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-281-2/+1
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* DxVA2: unbreak build after [657ccb5ac75ce34e62bd67f228d9bd36db72189e]Jean-Baptiste Kempf2011-07-101-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Moved reusable functions from dxva2_h264.c to dxva2.cLaurent Aimar2010-01-231-0/+154
OpenPOWER on IntegriCloud