Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (46)

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

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (7080)

  • avfilter/vf_nnedi : fix possible double free

    7 octobre 2019, par Paul B Mahol
    avfilter/vf_nnedi : fix possible double free
    
    • [DH] libavfilter/vf_nnedi.c
  • avformat/segment : Do not free the filename twice

    26 août 2015, par Michael Niedermayer
    avformat/segment : Do not free the filename twice
    

    Bug introduced in 83a508cda5115c61b456aeb227bf770d61010961

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/segment.c
  • tools/uncoded_frame : fix double free

    12 février 2014, par Lukasz Marek
    tools/uncoded_frame : fix double free
    

    in case av_interleaved_write_uncoded_frame fails it seems
    frame is freed for the second time in fail section.

    Signed-off-by : Lukasz Marek <lukasz.m.luki@gmail.com>
    Reviewed-by : Nicolas George <george@nsup.org>

    This commit also removes 1 trailing whitespace as otherwise the push hook rejects it

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] tools/uncoded_frame.c