Recherche avancée

Médias (91)

Autres articles (55)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • 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

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (9115)

  • avformat : Free the internal codec context at the end

    11 avril 2017, par Luca Barbato
    avformat : Free the internal codec context at the end
    

    Avoid a use after free in avformat_find_stream_info.

    CC : libav-stable@libav.org

    • [DBH] libavformat/utils.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
  • 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