Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (71)

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

  • 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

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

Sur d’autres sites (6978)

  • dv : more precise weight table for 8x8

    25 octobre 2014, par Christophe Gisquet
    dv : more precise weight table for 8x8
    

    It is derived from the actual equations of the specs. In
    particular, it is closer to the inverse of what the encoder uses.

    fate tests accordingly updated.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/dvdata.c
    • [DH] tests/ref/lavf/dv_fmt
    • [DH] tests/ref/vsynth/vsynth1-dv
    • [DH] tests/ref/vsynth/vsynth1-dv-411
    • [DH] tests/ref/vsynth/vsynth1-dv-50
    • [DH] tests/ref/vsynth/vsynth2-dv
    • [DH] tests/ref/vsynth/vsynth2-dv-411
    • [DH] tests/ref/vsynth/vsynth2-dv-50
  • dv : move inverse weight tables to decoder

    25 octobre 2014, par Christophe Gisquet
    dv : move inverse weight tables to decoder
    

    The encoder has its own tables and does not access the idct_factor
    member of the DVVideoContext structure.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/dv.c
    • [DH] libavcodec/dv.h
    • [DH] libavcodec/dvdata.c
    • [DH] libavcodec/dvdata.h
    • [DH] libavcodec/dvdec.c
  • dv : use smaller type for weight tables

    25 octobre 2014, par Christophe Gisquet
    dv : use smaller type for weight tables
    

    Reviewed-by : Reimar Döffinger <Reimar.Doeffinger@gmx.de>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/dv.c
    • [DH] libavcodec/dvdata.c
    • [DH] libavcodec/dvdata.h