Recherche avancée

Médias (0)

Mot : - Tags -/protocoles

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

Autres articles (44)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

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

  • 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
  • swresample/swresample : Cleanup on init failure.

    4 juin 2015, par Michael Niedermayer
    swresample/swresample : Cleanup on init failure.
    

    This avoids leaks if the user doest call swr_close() after a failed init

    Found-by : James Almer <jamrial@gmail.com>
    Reviewed-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libswresample/swresample.c