git.libav.org Git - libav.git/rss log

Libav master git repository

http://git.libav.org/?p=libav.git;a=summary

Les articles publiés sur le site

  • nvenc : Fix error log

    6 octobre 2016, par Yogender Gupta
    nvenc: Fix error log
    
    Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
    
    • [DBH] libavcodec/nvenc.c
  • nvenc : Force high_444 profile for 444 input

    6 octobre 2016, par Yogender Gupta
    nvenc: Force high_444 profile for 444 input
    
    Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
    
    • [DBH] libavcodec/nvenc.c
  • hwcontext_dxva2 : frame mapping support

    5 octobre 2016, par Anton Khirnov
    hwcontext_dxva2: frame mapping support
    
    Signed-off-by: Maxym Dmytrychenko <maxym.dmytrychenko@intel.com>
    
    • [DBH] libavutil/hwcontext_dxva2.c
  • d3d11va : Use the proper decoding slice index

    5 octobre 2016, par Steve Lhomme
    d3d11va: 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>
    
    • [DBH] libavcodec/dxva2.c
    • [DBH] libavcodec/dxva2_internal.h
    • [DBH] libavcodec/version.h
  • hevc : x86 : Refactor IDCT macro declarations

    5 octobre 2016, par Diego Biurrun
    hevc: x86: Refactor IDCT macro declarations
    
    • [DBH] libavcodec/x86/hevc_idct.asm