Recherche avancée

Médias (91)

Autres articles (98)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

Sur d’autres sites (12748)

  • avfilter/af_flanger : free frame on ENOMEM

    15 octobre 2015, par Kyle Swanson
    avfilter/af_flanger : free frame on ENOMEM
    

    Signed-off-by : Kyle Swanson <k@ylo.ph>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/af_flanger.c
  • avcodec/h264 : Free rbsp_buffer before copying context over it

    25 août 2013, par Michael Niedermayer
    avcodec/h264 : Free rbsp_buffer before copying context over it
    

    Fixes memleak
    Fixes Ticket1900

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/h264.c
  • librtmp : Don’t free the temp url at the end of rtmp_open

    4 juillet 2014, par Martin Storsjö
    librtmp : Don’t free the temp url at the end of rtmp_open
    

    librtmp can keep pointers to this string internally, and may
    use them at shutdown as well.

    CC : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/librtmp.c