Recherche avancée

Médias (0)

Mot : - Tags -/organisation

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

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 (14320)

  • Compat : Fix for MSVC deprecated functions

    9 août 2015, par Erik de Castro Lopo
    Compat : Fix for MSVC deprecated functions
    

    According to MSDN, stricmp and strnicmp functions are deprecated
    since MSVC 2005 and _stricmp/_strnicmp should be used instead.

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

    • [DH] include/share/compat.h
  • metadata_iterators.c : Limit padding size

    1er mai 2016, par Erik de Castro Lopo
    metadata_iterators.c : Limit padding size
    

    Without this fix, its possible for libFLAC to create an oversized
    padding metadata block when :

    a) it merges existing padding blocks

    or
    b) it expands padding block during metadata changes

    resulting in a corrupt FLAC file.

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

    • [DH] src/libFLAC/metadata_iterators.c
  • src/libFLAC/window.c : Add ’f’ to float literals to avoid compiler warnings.

    2 octobre 2014, par Erik de Castro Lopo
    src/libFLAC/window.c : Add ’f’ to float literals to avoid compiler warnings.
    

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

    • [DH] src/libFLAC/window.c