Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (41)

  • ANNEXE : Les extensions, plugins SPIP des canaux

    11 février 2010, par

    Un plugin est un ajout fonctionnel au noyau principal de SPIP. MediaSPIP consiste en un choix délibéré de plugins existant ou pas auparavant dans la communauté SPIP, qui ont pour certains nécessité soit leur création de A à Z, soit des ajouts de fonctionnalités.
    Les extensions que MediaSPIP nécessite pour fonctionner
    Depuis la version 2.1.0, SPIP permet d’ajouter des plugins dans le répertoire extensions/.
    Les "extensions" ne sont ni plus ni moins que des plugins dont la particularité est qu’ils se (...)

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

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

Sur d’autres sites (4914)

  • avformat/hls.c : Properly free prev_segments dynarray after playlist parsing

    24 décembre 2018, par vkot
    avformat/hls.c : Properly free prev_segments dynarray after playlist parsing
    
    • [DH] libavformat/hls.c
  • Simplest way to download m3u8 video and convert to mp4 in Android [on hold]

    26 novembre 2018, par jeffin george

    I’m looking for the simplest way to download m3u8 video and convert to mp4 without FFmpeg because it’s very huge it expands my apk size, anybody please tells me a good solution for this problems, any libraries better than ffmpeg ? or any other solution that can apply in server-side like that ?
    Thank you

  • matroskadec : Fix read-after-free in matroska_read_seek()

    6 novembre 2014, par Xiaohan Wang
    matroskadec : Fix read-after-free in matroska_read_seek()
    

    In matroska_read_seek(), |tracks| is assigned at the begining of the
    function. However, functions like matroska_parse_cues() could reallocate
    the tracks and invalidate |tracks|.

    This assigns |tracks| only before using it, so that it will not get
    invalidated elsewhere.

    Bug-Id : chromium/427266

    • [DBH] libavformat/matroskadec.c