Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (42)

  • 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

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

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

Sur d’autres sites (6196)

  • lagarith : assign correct per-thread value to LagarithContext::avctx.

    29 mars 2017, par Ronald S. Bultje
    lagarith : assign correct per-thread value to LagarithContext::avctx.
    

    This fixes race conditions reported by tsan in fate-lagarith. The races
    were because each thread’s LagarithContext::avctx was set to the first
    thread’s AVCodecContext.

    • [DH] libavcodec/lagarith.c
  • h264 : revert 1189af429211ac650aac730368a6cf5b23756605.

    27 mars 2017, par Ronald S. Bultje
    h264 : revert 1189af429211ac650aac730368a6cf5b23756605.
    

    The patch introduces race conditions.

    • [DH] libavcodec/h264_slice.c
    • [DH] libavcodec/h264dec.c
    • [DH] libavcodec/h264dec.h
  • pthread_frame : don’t sync items between threads for intra-only codecs.

    28 mars 2017, par Ronald S. Bultje
    pthread_frame : don’t sync items between threads for intra-only codecs.
    

    Intra-only codecs should either be able to read these items from the
    bitstream, or they should be set upon codec initialization. In both
    cases, syncing these items at runtime is unnecessary.

    In practice, this fixes race conditions for decoders that read these
    values from the bitstream.

    • [DH] libavcodec/pthread_frame.c