Recherche avancée

Médias (1)

Mot : - Tags -/blender

Autres articles (57)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (6728)

  • hwcontext_dxva2 : add mutiple supported formats

    14 février 2023, par Tong Wu
    hwcontext_dxva2 : add mutiple supported formats
    

    Add support for VUYX, YUYV422, Y210, XV30, P012, Y212, XV36.
    The added formats work with qsv acceleration and will not have
    impact on dxva2 acceleration(-hwaccel dxva2) since so far
    these formats are still not supported by using dxva2 acceleration.

    Hwupload and hwdownload can work with the added formats.

    Signed-off-by : Tong Wu <tong1.wu@intel.com>

    • [DH] libavutil/hwcontext_dxva2.c
  • avutil/hwcontext_qsv : register free function for device_derive

    19 juin 2023, par Tong Wu
    avutil/hwcontext_qsv : register free function for device_derive
    

    When qsv device is created by device_derive, the ctx->free function is
    not registered, causing potential memory leak because of not properly
    closing the MFX session.

    Signed-off-by : Tong Wu <tong1.wu@intel.com>
    Signed-off-by : Wenbin Chen <wenbin.chen@intel.com>

    • [DH] libavutil/hwcontext_qsv.c
  • hwcontext_d3d11va : add mutiple supported DXGI formats

    14 février 2023, par Tong Wu
    hwcontext_d3d11va : add mutiple supported DXGI formats
    

    Add support for VUYX, YUYV422, Y210, XV30, P012, Y212, XV36.

    The added formats work with qsv acceleration and will not have
    impact on d3d11va acceleration(-hwaccel d3d11va) since so far
    these formats are still not supported by using d3d11va acceleration.

    Hwupload and hwdownload can work with the added formats.

    Signed-off-by : Tong Wu <tong1.wu@intel.com>

    • [DH] libavutil/hwcontext_d3d11va.c