git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
nvenc : Fix error log
6 octobre 2016, par Yogender Gupta -
nvenc : Force high_444 profile for 444 input
6 octobre 2016, par Yogender Gupta -
hwcontext_dxva2 : frame mapping support
5 octobre 2016, par Anton Khirnov -
d3d11va : Use the proper decoding slice index
5 octobre 2016, par Steve Lhommed3d11va: Use the proper decoding slice index The decoding buffer index expected by D3D11VA is the one from the ID3D11Texture2D not the one from the ID3D11VideoDecoderOutputView array in AVD3D11VAContext. Otherwise, when providing decoder slices that do not start from 0, pictures appear in bogus order. For an invalid index crashes and image corruption can occur. Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
hevc : x86 : Refactor IDCT macro declarations
5 octobre 2016, par Diego Biurrun