Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (53)

  • 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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (7116)

  • 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