
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (55)
-
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 (14067)
-
fftools/ffmpeg_mux_init : Free pts on error
27 avril 2024, par Michael Niedermayer -
Fix read-after-free in matroska_read_seek().
6 novembre 2014, par Xiaohan WangFix read-after-free in matroska_read_seek().
In matroska_read_seek(), |tracks| is assigned at the begining of the function.
However, functions like matroska_parse_cues() could reallocate the tracks so
that |tracks| can get invalidated.This CL assigns |tracks| only before we use it so that it won’t be invalidated.
BUG=427266
TEST=Test case in associated bug passes now.Change-Id : I9c7065fe8f4311ca846076281df2282d190ed344
Signed-off-by : Michael Niedermayer <michaelni@gmx.at>
-
avcodec/vp9 : Don't free buffer known to be NULL
2 septembre 2021, par Andreas Rheinhardt