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

  • configure : Extend check_header() to allow checking for multiple headers

    4 octobre 2017, par Diego Biurrun
    configure: Extend check_header() to allow checking for multiple headers
    
    Also use that new capability to simplify bktr header checks.
    
    • [DBH] configure
  • vaapi_h264 : Do not use deprecated header type

    1er octobre 2017, par Mark Thompson
    vaapi_h264: Do not use deprecated header type
    
    SEI headers should be inserted as generic raw data (the old specific
    type has been deprecated in libva2).
    
    • [DBH] libavcodec/vaapi_encode_h264.c
  • hwcontext_vaapi : Set message callbacks on internally-created devices

    1er octobre 2017, par Mark Thompson
    hwcontext_vaapi: Set message callbacks on internally-created devices
    
    The message callbacks are library-safe in libva2, so we can now use
    them.
    
    • [DBH] libavutil/hwcontext_vaapi.c
  • vaapi : Always free parameter buffers after vaEndPicture() with libva2

    1er octobre 2017, par Mark Thompson
    vaapi: 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.
    
    • [DBH] libavcodec/vaapi_decode.c
    • [DBH] libavcodec/vaapi_encode.c
    • [DBH] libavfilter/vf_deinterlace_vaapi.c
    • [DBH] libavfilter/vf_scale_vaapi.c
  • vaapi : Remove H.264 baseline profile

    1er octobre 2017, par Mark Thompson
    vaapi: 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.
    
    • [DBH] libavcodec/vaapi_decode.c
    • [DBH] libavcodec/vaapi_encode_h264.c