Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (83)

  • 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

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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (7861)

  • Revision 30227 : oups

    25 juillet 2009, par kent1@… — Log

    oups

  • avcodec/apng : Dispose previous frame properly

    7 juin 2015, par Donny Yang
    avcodec/apng : Dispose previous frame properly
    

    The spec specifies the dispose operation as how the current (i.e., currently
    being rendered) frame should be disposed when the next frame is blended onto it

    This is contrary to ffmpeg’s current behaviour of interpreting the dispose
    operation as how the previous (i.e., already rendered) frame should be disposed

    This patch fixes ffmpeg’s behaviour to match those of the spec, which involved
    a rewrite of the blending function

    Signed-off-by : Donny Yang <work@kota.moe>
    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/pngdec.c
  • avcodec/pngdec : fully support the tRNS chunk

    28 août 2015, par Donny Yang
    avcodec/pngdec : fully support the tRNS chunk
    

    Signed-off-by : Donny Yang <work@kota.moe>

    • [DH] libavcodec/pngdec.c