
Recherche avancée
Autres articles (91)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
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 (16689)
-
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>
-
fftools/ffmpeg_mux_init : Free pts on error
27 avril 2024, par Michael Niedermayer -
wmavoice : free frame before ff_get_buffer
11 novembre 2017, par Timo Rothenpieler