Recherche avancée

Médias (91)

Autres articles (75)

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

  • avformat/mov : Free temp buffer upon negative sample_size error.

    19 mai 2020, par Dale Curtis
    avformat/mov : Free temp buffer upon negative sample_size error.
    

    2d8d554f15a7a27cfeca81467cc9341a86f784e2 added a new error condition
    to mov_read_stsz() but forgot to free a temporary buffer when it
    occurs.

    Signed-off-by : Dale Curtis <dalecurtis@chromium.org>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/mov.c
  • lavf/hlsenc : free the old_filname to avoid memory leak

    19 août 2019, par Jun Zhao
    lavf/hlsenc : free the old_filname to avoid memory leak
    

    free the old_filname to avoid memory leak in error handle
    path.

    Reviewed-by : Steven Liu <lq@onvideo.cn>
    Signed-off-by : Jun Zhao <barryjzhao@tencent.com>

    • [DH] libavformat/hlsenc.c
  • fftools/ffmpeg_mux_init : Fix attachment_filename use-after-free

    18 février 2024, par Andreas Rheinhardt
    fftools/ffmpeg_mux_init : Fix attachment_filename use-after-free
    

    The filename is freed with the OptionsContext and therefore
    there will be a use-after-free when reporting the filename
    in print_stream_maps(). So create a copy of the string.

    This is a regression since 8aed3911fc454e79697e183660bf30d31334a64b.
    fate-lavf-mkv_attachment exhibits it (and reports a random nonsense
    filename here), but this does not make the test fail (not even with
    valgrind ; only with ASAN, as it aborts on use-after-free).

    Reviewed-by : Anton Khirnov <anton@khirnov.net>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] fftools/ffmpeg.h
    • [DH] fftools/ffmpeg_mux.c
    • [DH] fftools/ffmpeg_mux_init.c