Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (67)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (6379)

  • avformat/tls_openssl : don't use libcrypto locking functions with newer OpenSSL versions

    11 décembre 2019, par James Almer
    avformat/tls_openssl : don't use libcrypto locking functions with newer OpenSSL versions
    

    They have been removed altogether without a compat implementation, and are
    either no-ops or return NULL.
    This fixes compiler warnings about checks always evaluating to false, and leaks
    of allocated mutexes.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/tls_openssl.c
  • avcodec/qsvenc : Fix memleaks upon allocation errors

    9 septembre 2021, par Andreas Rheinhardt
    avcodec/qsvenc : Fix memleaks upon allocation errors
    

    Fixes leaks in case the allocation of the H.264-specific stuff fails.
    Fixes Coverity issues #1442911 and #1442914.

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

    • [DH] libavcodec/qsvenc.c
  • rtmp : Always call rtmp_close() on rtmp_open() failure

    18 octobre 2014, par Alexander Drozdov
    rtmp : Always call rtmp_close() on rtmp_open() failure
    

    Prevent possible memory leaks.

    Connect to nginx and request a non-existent resource to
    trigger the issue.

    CC : libav-stable@libav.org

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>
    Signed-off-by : Uwe L. Korn <uwelk@xhochy.com>
    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DH] libavformat/rtmpproto.c