Recherche avancée

Médias (0)

Mot : - Tags -/médias

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (75)

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

  • 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 ;

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (10442)

  • avfilter/vignette : fix input frame memory leak.

    16 mai 2014, par Masa Utashiro
    avfilter/vignette : fix input frame memory leak.
    

    Fixes Ticket #3642.

    • [DH] libavfilter/vf_vignette.c
  • avpacket : fix leak on realloc in av_packet_add_side_data()

    19 novembre 2016, par James Almer
    avpacket : fix leak on realloc in av_packet_add_side_data()
    

    If realloc fails, the pointer is overwritten and the previously allocated buffer
    is leaked, which goes against the expected functionality of keeping the packet
    unchanged in case of error.

    Signed-off-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] libavcodec/avpacket.c
  • avformat/hlsenc.c : fix memory leak in fmp4 mode.

    30 octobre 2018, par Charles Liu
    avformat/hlsenc.c : fix memory leak in fmp4 mode.
    

    Signed-off-by : Charles Liu <liuchh83@gmail.com>
    Signed-off-by : Steven Liu <lq@chinaffmpeg.org>

    • [DH] libavformat/hlsenc.c