
Recherche avancée
Médias (91)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
-
Les Miserables
4 juin 2012, par
Mis à jour : Février 2013
Langue : English
Type : Texte
-
Ne pas afficher certaines informations : page d’accueil
23 novembre 2011, par
Mis à jour : Novembre 2011
Langue : français
Type : Image
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Richard Stallman et la révolution du logiciel libre - Une biographie autorisée (version epub)
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (89)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
Sur d’autres sites (4095)
-
Revision fed9e1fee9 : Small rationalization of code in vp9_first_pass Change-Id : I87cc0e038171c60a957
28 février 2015, par Adrian GrangeChanged Paths :
Modify /vp9/encoder/vp9_firstpass.c
Small rationalization of code in vp9_first_passChange-Id : I87cc0e038171c60a957298827e312fead500f7fb
-
Revision 18c8deabbf : Convert functions to inline that are small . Change-Id : I3b160e93d9319c8e1abda2
10 février 2014, par Jim BankoskiChanged Paths :
Modify /vp9/common/vp9_onyxc_int.h
Convert functions to inline that are small .Change-Id : I3b160e93d9319c8e1abda2a60f49f89c409d534b
-
avfilter/vf_minterpolate : Reject too small dimensions
6 octobre 2020, par Andreas Rheinhardtavfilter/vf_minterpolate : Reject too small dimensions
The latter code relies upon the dimensions to be not too small ;
otherwise one will call av_clip() with min > max lateron which aborts
in case ASSERT_LEVEL is >= 2 or one will get a nonsense result that may
lead to a heap-buffer-overflow/underflow. The latter has happened in
ticket #8248 which this commit fixes.Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>