Recherche avancée

Médias (91)

Autres articles (67)

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

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (6096)

  • avutil/attributes_internal : Add visibility pragma

    3 octobre 2022, par Andreas Rheinhardt
    avutil/attributes_internal : Add visibility pragma
    

    GCC 4.0 not only added a visibility attribute, but also
    a pragma to set it for a whole region of code.*
    This commit exposes this via macros.

    * : See https://gcc.gnu.org/gcc-4.0/changes.html

    Reviewed-by : Lynne <dev@lynne.ee>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavutil/attributes_internal.h
  • avcodec/vvcdec : refact, rename !is_mvp to check_mer

    22 février 2024, par Nuo Mi
    avcodec/vvcdec : refact, rename !is_mvp to check_mer
    

    For IBC, we'll utilize the check_available function.
    However, neither MVP nor merge mode need to check the motion estimation region.
    Let's rename it to avoid confusion.

    • [DH] libavcodec/vvc/vvc_mvs.c
  • libx264 : Update ROI behaviour to match documentation

    4 juin 2019, par Mark Thompson
    libx264 : Update ROI behaviour to match documentation
    

    Fix the quantisation offset - use the whole range, and don't change the
    offset size based on bit depth.

    Iterate the list in reverse order. The first region in the list is the one
    that applies in the case of overlapping regions.

    • [DH] libavcodec/libx264.c