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

  • LICENSE : Fix silly typo

    13 juin 2016, par Diego Biurrun
    LICENSE: Fix silly typo
    
    • [DBH] LICENSE
  • avdevice : Ignore timefilter test program

    13 juin 2016, par Diego Biurrun
    avdevice: Ignore timefilter test program
    
    • [DBH] libavdevice/tests/.gitignore
  • qsvenc : support getting the session from an AVHWFramesContext

    12 juin 2016, par Anton Khirnov
    qsvenc: support getting the session from an AVHWFramesContext
    
    • [DBH] libavcodec/qsv.c
    • [DBH] libavcodec/qsvenc.c
    • [DBH] libavcodec/qsvenc.h
  • vaapi_encode : Respect driver quirks around buffer destruction

    12 juin 2016, par Mark Thompson
    vaapi_encode: Respect driver quirks around buffer destruction
    
    No longer leaks memory when used with a driver with the "render does
    not destroy param buffers" quirk (i.e. Intel i965).
    
    • [DBH] libavcodec/vaapi_encode.c
  • hwcontext_vaapi : Add driver quirks to the hwdevice

    12 juin 2016, par Mark Thompson
    hwcontext_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.
    
    • [DBH] doc/APIchanges
    • [DBH] libavutil/hwcontext_vaapi.c
    • [DBH] libavutil/hwcontext_vaapi.h
    • [DBH] libavutil/version.h