Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (61)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

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

  • avformat/mux : Fix leaks on error when writing noninterleaved uncoded frames

    11 avril 2020, par Andreas Rheinhardt
    avformat/mux : Fix leaks on error when writing noninterleaved uncoded frames
    

    If writing uncoded frames in noninterleaved mode fails at the preparatory
    steps (i.e. before it reaches write_packet()), the packet would not be
    unreferenced and the frame would leak. This is fixed by unreferencing
    the packet in write_uncoded_frame_internal() instead.

    This also makes it possible to remove the unreferencing in
    write_packet() itself : In noninterleaved mode frames are now freed in
    write_uncoded_frame_internal(), while they are freed in interleaved
    mode when their containing packet gets unreferenced (like normal
    packets).

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/mux.c
  • Revision 220 : Fixed two memory leaks. Fixed a GCC warning.

    5 avril 2011, par marc.noirot

    Changed Paths :
     Modify /trunk/src/amf.c


     Modify /trunk/src/check.c



    Fixed two memory leaks.
    Fixed a GCC warning.

  • asfdec : prevent memory leaks found with Coverity Scan

    13 juillet 2015, par Alexandra Hájková
    asfdec : prevent memory leaks found with Coverity Scan
    

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] libavformat/asfdec.c