git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
LICENSE : Fix silly typo
13 juin 2016, par Diego Biurrun -
avdevice : Ignore timefilter test program
13 juin 2016, par Diego Biurrun -
qsvenc : support getting the session from an AVHWFramesContext
12 juin 2016, par Anton Khirnov -
vaapi_encode : Respect driver quirks around buffer destruction
12 juin 2016, par Mark Thompson -
hwcontext_vaapi : Add driver quirks to the hwdevice
12 juin 2016, par Mark Thompsonhwcontext_vaapi: Add driver quirks to the hwdevice The driver being used is detected inside av_hwdevice_ctx_init() and the quirks field then set from a table of known device. If this behaviour is unwanted, the user can also set the quirks field manually. Also adds the Intel i965 driver quirk (it does not destroy parameter buffers used in a call to vaRenderPicture()) and detects that driver to set it.