Recherche avancée

Médias (0)

Mot : - Tags -/performance

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

Autres articles (67)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

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

  • Added : Support for Chapter sub levels.

    5 octobre 2013, par Grandt
    Added : Support for Chapter sub levels.
    

    Rev. 2.53 - 2013-10-05
    * Added : Support for Chapter levels.
    * Added functions :
    * ->subLevel() to indent one level under the current, additional
    chapters are added under that.
    * ->backLevel() to step one level back to the parent of the current
    level.
    * ->rootLevel() to step back to the root of the navMap.
    * ->getCurrentLevel() to get the current level indentation (root = 1).
    * ->setCurrentLevel(int) to set the current level indentation (1 or
    less returns to the root, same as ->rootLevel()).
    * ->buildTOC now reflects this level indentation if present.
    * ePub250 is otherwise compatible to the previous version, and no
    modifications are needed if you don't need this feature.

  • avformat/hls : add support for byte-ranged segments

    28 décembre 2013, par Anssi Hannula
    avformat/hls : add support for byte-ranged segments
    

    Add support for EXT-X-BYTERANGE added in HLS protocol v4.

    v2 : Better comment explaining ffurl_seek call and fix cur_seg_offset not
    being updated.

    Signed-off-by : Anssi Hannula <anssi.hannula@iki.fi>

    • [DH] libavformat/hls.c
  • avcodec/libutvideodec : Support YUV422P10

    19 octobre 2014, par Michael Niedermayer
    avcodec/libutvideodec : Support YUV422P10
    

    Based on ConvertToPlanar() from libutvideo
    libutvideo sadly does not seem to support exporting its internal planar buffers

    Reviewed-by : Benoit Fouet <benoit.fouet@free.fr>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/libutvideodec.cpp