]> git.sesse.net Git - vlc/history - modules/codec/avcodec/dxva2.c
Enabled mpeg2 dxva2 decoding support.
[vlc] / modules / codec / avcodec / dxva2.c
2010-06-18 Laurent AimarEnabled mpeg2 dxva2 decoding support.
2010-05-14 Laurent AimarFixed dxva2 regression when using NV12.
2010-05-08 Laurent AimarMoved out optimized VA nv12/yv12 copy functions from...
2010-05-08 Laurent AimarAdded VLC_CODEC_NV12 to vlc_fourcc.h.
2010-01-20 Laurent AimarEnabled VC-1/WMV3 DXVA2 support in VLC.
2010-01-20 Laurent AimarAdded Intel DXVA2 GUID for H264.
2010-01-20 Laurent AimarA bit more explicit dxva2 describe function.
2010-01-20 Laurent AimarSaved the informations returned by IDirect3D9_GetAdapte...
2010-01-14 Laurent AimarDo not use types not existing in official dxva2api...
2010-01-09 Jean-Baptiste KempfDxVA2: No need to \n in msg_*
2009-11-27 Rafaël Carrévlc_va_NewDxva2() : unused parameters
2009-11-25 Laurent AimarFixed build under linux (avcodec).
2009-11-25 Laurent AimarImproved performance when copying video surface in...
2009-11-25 Laurent AimarAdded DXVA2 support to our avcodec wrapper.
2009-11-25 Geoffroy CouprieInitial work for DXVA2 support.