Recherche avancée

Médias (1)

Mot : - Tags -/berlin

Autres articles (70)

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

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (12689)

  • fate-opus : update to match the changes from RFC8251

    4 décembre 2017, par Rostislav Pehlivanov
    fate-opus : update to match the changes from RFC8251
    

    Also change note to say that we compare against the officially decoded
    samples rather than our own, this was changed long ago.

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] tests/fate/opus.mak
  • avcodec/dct : Make declarations and definitions match

    30 mars, par Andreas Rheinhardt
    avcodec/dct : Make declarations and definitions match
    

    GCC considers declarations using a parameter of pointer
    type (or equivalently a parameter using an array of unspecified
    dimensions) to be inconsistent with a declaration using
    a known-length array type and emits a -Warray-parameter warning
    for several ff_j_rev_dct* functions for this.

    This patch makes the declarations match the actual definitions
    to suppress these (IMO nonsensical) warnings.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/dct.h
    • [DH] libavcodec/jrevdct.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