Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (99)

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

  • 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

Sur d’autres sites (16589)

  • rtpdec_asf : Don’t free the payload context in the .close function

    4 mars 2015, par Martin Storsjö
    rtpdec_asf : Don’t free the payload context in the .close function
    

    This was missed in bb4a310bb. This fixes a double free on close.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/rtpdec_asf.c
  • avfilter/vf_paletteuse : Fix potential double-free of AVFrame

    27 janvier 2020, par Andreas Rheinhardt
    avfilter/vf_paletteuse : Fix potential double-free of AVFrame
    

    apply_palette() would free an AVFrame given to it only via an AVFrame *
    (and not via AVFrame **) in three of its four exists (namely in the
    normal path and in two error paths). So upon error the caller has no way
    to know whether the frame has already been freed or not ;
    load_apply_palette(), the only caller, opted to free the frame in this
    scenario.

    This commit changes this by making apply_palette not freeing the frame
    at all, which is left to load_apply_palette().

    Fixes Coverity issue #1452434.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/vf_paletteuse.c
  • libavformat/flvdec.c : free always the packet after a resync.

    28 septembre 2015, par Thierry Foucu
    libavformat/flvdec.c : free always the packet after a resync.
    

    In case of resync, always free the packet, but retry only if the resync
    did not get to the end of the file. Otherwise, there is a memory leak when the
    last packet in the file is corrupted.

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

    • [DH] libavformat/flvdec.c