Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (111)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • 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

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

  • Remove src/share/utf8/Makefile.am

    3 février 2016, par Erik de Castro Lopo
    Remove src/share/utf8/Makefile.am
    

    This file was redundant.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/share/utf8/Makefile.am
  • libFLAC/lpc_intrin_sse41.c : Change usage of _mm_alignr_epi8

    31 janvier 2017, par Erik de Castro Lopo
    libFLAC/lpc_intrin_sse41.c : Change usage of _mm_alignr_epi8
    

    Replace
    a = _mm_alignr_epi8(b, a, n) ;
    with
    a = _mm_alignr_epi8(a, b, n) ;

    The resulting code is very slightly faster and the binaries slightly
    smaller.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/libFLAC/lpc_intrin_sse41.c
  • Anomalie #3840 : Mots Clés liste des objets liés retourne tous les objets

    18 octobre 2016, par Rainer Müller

    Comme je n’arrive pas à me loguer (inacccesible), je tente la réponse par
    mail. Effectivement ce n’est pas mots qui est en cause. Ça fonctionne
    parfaitement. Apparemment c’est Contacts qui est fautive. Désolé pour le
    bruit

    Le 16 octobre 2016 à 09:17, <> a écrit :

    La demande #3840 a été mise à jour par erational %