
Recherche avancée
Autres articles (44)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip 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, parFormulaire 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 2013Puis-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 f3r83I’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 Rheinhardtavfilter/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> -
swresample/swresample : Cleanup on init failure.
4 juin 2015, par Michael Niedermayer