Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (2)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

Sur d’autres sites (2203)

  • vaapi_encode_h265 : Fix setting colour properties

    2 novembre 2020, par Mark Thompson
    vaapi_encode_h265 : Fix setting colour properties
    

    Matching the previous commit for H.264.

    Reviewed-By : Jan Ekström <jeebjp@gmail.com>
    Tested-By : Xu, Yefeng <yefengx.xu@intel.com>

    • [DH] libavcodec/vaapi_encode_h265.c
  • 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