Recherche avancée

Médias (0)

Mot : - Tags -/serveur

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

Autres articles (60)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

Sur d’autres sites (11021)

  • avformat/icecast : Free the right buffer on error

    10 novembre 2019, par Andreas Rheinhardt
    avformat/icecast : Free the right buffer on error
    

    In case an AVBPrint was not complete, icecast_open() would free some
    buffers that have not been allocated yet instead of freeing the data of
    the AVBPrint (if they have been allocated). Because this error does not
    trigger a jump to the general cleanup section any more, one can moreover
    remove a (now unnecessary) initialization of a pointer.

    Furthermore, finalizing an AVBPrint can fail (namely when the string
    inside the AVBPrint has not been allocated yet) and so this needs to be
    checked.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/icecast.c
  • avcodec/vp3 : free tables before allocating new ones

    3 juin 2014, par Michael Niedermayer
    avcodec/vp3 : free tables before allocating new ones
    

    Fixes memleak on seeking

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

    • [DH] libavcodec/vp3.c
  • 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