]> git.sesse.net Git - vlc/history - modules/codec/avcodec/dxva2.c
Support WMA Lossless with recent enough libavcodec
[vlc] / modules / codec / avcodec / dxva2.c
2012-02-14 Rafaël Carrédxva2: fix chroma pitch calculation
2012-02-12 Rafaël Carrédxva2: support IMC3
2012-02-08 Rafaël Carrédxva2: compatibility with mingw-w64 trunk
2012-02-06 Rafaël CarréDXVA2_ModeVC1_D2010 is specified by Microsoft
2012-02-06 Rafaël Carrédxva2: sort Microsoft and extension GUIDs
2012-02-06 Rafaël Carrédxva2: don't define unused values
2012-02-06 Rafaël Carrédxva2: remove useless stub
2012-02-03 Rafaël Carrédxva2: workaround broken definition in mingw-w64 header
2012-02-01 Rafaël Carrédxva2: fix print format
2011-12-15 Pere Orgafix filename self-references
2011-12-14 Jean-Baptiste KempfDxVA: More GUIDs
2011-12-09 Jean-Baptiste KempfDxVA: Re-format the table
2011-12-09 Jean-Baptiste KempfYet another Intel Specific DxVA GUID
2011-12-07 Rafaël CarréDxva2 is only available in Windows Vista and above
2011-11-14 Rafaël Carréfix a few windows warnings (cast to void** aka LPVOID*)
2011-06-16 Jean-Baptiste KempfDxVA2: Add the GUIDs for MPEG-4 Part 2
2011-06-16 Jean-Baptiste KempfDxVA2: add the GUID for H264/VLD With FMO/ASO
2011-06-07 Jean-Baptiste KempfDxVA2: add Mpeg1 VLD and VC-1 2010 VLD GUIDs
2011-06-02 Jean-Baptiste KempfDxVA2: add some more GUID
2011-04-21 Rémi DuraffortDo not add a newline at the end of the strings send...
2011-03-16 Jean-Baptiste KempfFFmpeg: remove support for misplaced headers
2010-07-02 Jean-Baptiste KempfDxVA2: Remove tab in source code
2010-07-01 Jean-Baptiste KempfDxVA2: user-friendly descriptions
2010-07-01 Jean-Baptiste KempfDxVA2: cosmetic alignment in GUID
2010-06-27 Laurent AimarAllocated mod16 D3D surfaces.
2010-06-27 Laurent AimarPrefered DXVA2_ConfigPictureDecode with guidConfigBitst...
2010-06-24 Jean-Baptiste KempfDxVA2: CoTaskMemFree can be used correctly now.
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.