git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
configure : Extend check_header() to allow checking for multiple headers
4 octobre 2017, par Diego Biurrun -
vaapi_h264 : Do not use deprecated header type
1er octobre 2017, par Mark Thompson -
hwcontext_vaapi : Set message callbacks on internally-created devices
1er octobre 2017, par Mark Thompson -
vaapi : Always free parameter buffers after vaEndPicture() with libva2
1er octobre 2017, par Mark Thompsonvaapi: Always free parameter buffers after vaEndPicture() with libva2 This is an ABI change in libva2: previously the Intel driver had this behaviour and it was implemented as a driver quirk, but now it is part of the specification so all drivers must do it.
-
vaapi : Remove H.264 baseline profile
1er octobre 2017, par Mark Thompsonvaapi: Remove H.264 baseline profile This has been deprecated in libva2 because hardware does not and will not support it. Therefore never consider it for decode, and for encode assume the user meant constrained baseline profile instead.