
Recherche avancée
Autres articles (52)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
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 -
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 (15231)
-
avfilter/formats : free the correct pointer in ADD_FORMAT()
21 novembre 2014, par Michael Niedermayer -
Anomalie #2702 : installe individuelle d’un plugin chez free
12 mai 2012, par Jacques Bouthiermessage envoyé à free, pas de réponse officielle, mais il semble que tout soit bloqué et qu’il faille attendre une mise à jour de php à venir cet été pour un déblocage des appels extérieurs aux sites. Je propose de clôturer ce ticket qui est redondant avec #2701. (et garder #2701 pour se rappeler de (...)
-
avformat/hls_sample_encryption : Always free AC3HeaderInfo on error
31 juillet 2023, par Andreas Rheinhardtavformat/hls_sample_encryption : Always free AC3HeaderInfo on error
The code currently presumes that a return value of AVERROR(ENOMEM)
implies that ac3hdr could not be allocated, so it need not be freed.
Yet any avpriv_ac3_parse_header() might allocate more than the
AC3HeaderInfo internally (it doesn't currently), so simply free
it unconditionally.Fixes Coverity issues #1492870 and #1492868.
Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>