Recherche avancée

Médias (0)

Mot : - Tags -/publication

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (42)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • 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

Sur d’autres sites (5288)

  • huffyuvdec : trick for plane decoding = 14bits

    5 juin 2014, par Christophe Gisquet
    huffyuvdec : trick for plane decoding <= 14bits
    

    Refactor the code to minimize code duplication.

    Before :
    130870 decicycles in g, 1048139 runs, 437 skips
    10bits : 9.048
    12bits : 10.733

    After :
    126960 decicycles in g, 1048136 runs, 440 skips
    10bits : 8.642
    12bits : 9.656

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

    • [DH] libavcodec/huffyuvdec.c
  • lavf/matroskaenc : Fix Cues on Audio for WebM DASH

    6 juin 2014, par Vignesh Venkatasubramanian
    lavf/matroskaenc : Fix Cues on Audio for WebM DASH
    

    Fix a change that was broken by [1]. Cues must be added for audio frames
    on cluster start for WebM when the DASH flag is passed. Restoring
    correct functionality.

    [1] http://goo.gl/xYLq7Z

    Signed-off-by : Vignesh Venkatasubramanian <vigneshv@google.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/matroskaenc.c
  • Merge remote-tracking branch ’cehoyos/master’

    8 février 2015, par Michael Niedermayer
    Merge remote-tracking branch ’cehoyos/master’
    

    * cehoyos/master :
    Fix standalone compilation of the mov muxer with —disable-optimizations.

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

    • [DH] libavformat/movenc.c