
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (73)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
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" (...)
Sur d’autres sites (12611)
-
motion-test : force C functions for the reference C context
3 juin 2014, par James Almermotion-test : force C functions for the reference C context
It was instead using the highest available asm functions, which completely
kills the point of being a reference C context.Signed-off-by : James Almer <jamrial@gmail.com>
Signed-off-by : Michael Niedermayer <michaelni@gmx.at> -
Revision 637c4d2ec8 : Merge "Use correct context for optimize_b() in vp8_optimize_mby_8x8()." into exp
18 octobre 2012, par Ronald S. BultjeMerge "Use correct context for optimize_b() in vp8_optimize_mby_8x8()." into experimental
-
avformat/aadec : Don't unnecessarily reinitialize AVTEA context
5 décembre 2021, par Andreas Rheinhardtavformat/aadec : Don't unnecessarily reinitialize AVTEA context
We use ECB, not CBC mode here, so one does not need to reinitialize
the context ; for the same reason, one can also just let av_tea_crypt()
loop over the blocks, avoiding a loop here.Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>