Recherche avancée

Médias (91)

Autres articles (8)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (4151)

  • configure : add fallback to $arch in msvc assembler check.

    23 janvier 2021, par Reimar Döffinger
    configure : add fallback to $arch in msvc assembler check.
    

    Setting the defaults for $arch happens only later, so
    the current code would not set AS correctly if —arch
    was not specified on the command-line.
    Fix it by adding an explicit fallback to $arch_default.

    Signed-off-by : Josh Dekker <josh@itanimul.li>

    • [DH] configure
  • lavc/aarch64 : add HEVC sao_band NEON

    7 janvier 2021, par Josh Dekker
    lavc/aarch64 : add HEVC sao_band NEON
    

    Only works for 8x8.

    Signed-off-by : Josh Dekker <josh@itanimul.li>

    • [DH] libavcodec/aarch64/Makefile
    • [DH] libavcodec/aarch64/hevcdsp_init_aarch64.c
    • [DH] libavcodec/aarch64/hevcdsp_sao_neon.S
  • lavc/aarch64 : add HEVC idct_dc NEON

    1er février 2021, par Josh Dekker
    lavc/aarch64 : add HEVC idct_dc NEON
    

    Signed-off-by : Josh Dekker <josh@itanimul.li>

    • [DH] libavcodec/aarch64/hevcdsp_idct_neon.S
    • [DH] libavcodec/aarch64/hevcdsp_init_aarch64.c