Recherche avancée

Médias (3)

Mot : - Tags -/pdf

Autres articles (96)

  • 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 (...)

  • Que fait exactement ce script ?

    18 janvier 2011, par

    Ce script est écrit en bash. Il est donc facilement utilisable sur n’importe quel serveur.
    Il n’est compatible qu’avec une liste de distributions précises (voir Liste des distributions compatibles).
    Installation de dépendances de MediaSPIP
    Son rôle principal est d’installer l’ensemble des dépendances logicielles nécessaires coté serveur à savoir :
    Les outils de base pour pouvoir installer le reste des dépendances Les outils de développements : build-essential (via APT depuis les dépôts officiels) ; (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

Sur d’autres sites (8524)

  • avcodec/vdpau : Enable HEVC support for working Nvidia driver versions

    29 octobre 2018, par ManojGuptaBonda
    avcodec/vdpau : Enable HEVC support for working Nvidia driver versions
    

    The driver bugs that caused decoded HEVC content to have an incorrect
    memory layout have been fully fixed in the 410.xx driver release so
    we can start exposing support.

    • [DH] libavcodec/vdpau.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).

    (cherry picked from commit 221ffca6314ed3ba9d38464ea50cd85251c04e74)
    Fixes ticket #5871.

    • [DH] 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.

    (cherry picked from commit 4926fa9a4aa03f3b751f52e900b9efb87fea0591)

    • [DH] doc/APIchanges
    • [DH] libavutil/hwcontext_vaapi.c
    • [DH] libavutil/hwcontext_vaapi.h
    • [DH] libavutil/version.h