]> git.sesse.net Git - vlc/history - modules/codec/avcodec/vaapi.c
Used VA_INVALID_ID when appropriate.
[vlc] / modules / codec / avcodec / vaapi.c
2010-07-11 Laurent AimarUsed VA_INVALID_ID when appropriate.
2010-07-11 Laurent AimarUsed VA_INVALID_SURFACE when appropriate.
2010-07-11 Laurent AimarFixed fourcc selection used for video extraction from...
2010-06-03 Laurent AimarCompilation fix.
2010-06-03 Rémi Denis-CourmontProtect XInitThreads() with a global lock
2010-06-03 Laurent AimarCalled XInitThreads in vaapi.
2010-05-18 Laurent AimarRemoved useless includes.
2010-05-08 Laurent AimarUsed CopyFromYv12/Nv12 for vaapi picture extraction.
2010-03-03 Rémi Denis-CourmontVAAPI: call XInitThreads() before XOpenDisplay()
2010-01-08 Jean-Baptiste KempfSimplify headers for VAAPI
2010-01-08 Jean-Baptiste KempfFix include order in VAAPI
2009-11-25 Laurent AimarFixed vlc_va_Setup (vaapi).
2009-11-10 Laurent AimarModified our vaapi wrapper in avcodec to be more generic.
2009-10-16 Konstantin PavlovVAAPI: for libva >= 0.31.0 remove context from vaSyncSu...
2009-06-01 Laurent AimarCompilation fix for old ffmpeg version.
2009-06-01 Laurent AimarAdded (but disabled at compilation time) VA-API support...