Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (64)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

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

  • avformat/matroskadec : free the packet on webvtt side data allocation failure

    20 février 2018, par James Almer
    avformat/matroskadec : free the packet on webvtt side data allocation failure
    

    Fixes potential memory leaks

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

    • [DH] libavformat/matroskadec.c
  • Stream list of videos with ffmpeg and live555

    9 juin 2015, par f3r83

    I’m developing a C++ application that streams a list of urls every n seconds in a loop. To do this, I use ffmpeg and live555 libs. I use VS2010 as IDE too.

    I stop the video that is playing and play the next one in the list every n seconds and this works ok. But I have a serious problem, there are some resource leaks that increment the Handle Count every time I play a video.

    Debugging my application and searching on the Internet I find that there are some problems in ffmpeg : leak in avcodec_open2 and some problems with sockets in live555 under Windows : live55 problem. I use some tools as Intel Inspector to find problems too.

    Can anybody gives me some help ?

  • avfilter/src_movie : Fix leak of packet upon error

    10 septembre 2020, par Andreas Rheinhardt
    avfilter/src_movie : Fix leak of packet upon error
    

    If allocating the AVFrame to contain a decoded frame fails, the AVPacket
    containing the data intended to be decoded leaks. This commit fixes
    this.

    Reviewed-by : Nicolas George <george@nsup.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavfilter/src_movie.c