
Recherche avancée
Autres articles (39)
-
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 -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...)
Sur d’autres sites (9028)
-
vf_deinterlace_vaapi : Create filter buffer after context
9 février 2017, par Mark Thompson -
avcodec/sgidec : Avoid redundant private context
29 septembre 2022, par Andreas Rheinhardtavcodec/sgidec : Avoid redundant private context
SGI is intra-frame only ; the decoder therefore does not
maintain any state between frames, so remove
the private context.Also rename depth to nb_components.
Reviewed-by : Tomas Härdin <git@haerdin.se>
Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com> -
lavfi/src_movie : remove frame from priv context
11 mai 2014, par Lukasz Mareklavfi/src_movie : remove frame from priv context
This variable is used only inside one function.
There is no need to store it in context.This also may prevent crush by double free frame.
Signed-off-by : Lukasz Marek <lukasz.m.luki2@gmail.com>
Signed-off-by : Michael Niedermayer <michaelni@gmx.at>