
Recherche avancée
Autres articles (57)
-
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 (9589)
-
Revision 8e029fcfa9 : Merge "Reduce max_partition_size for low resolutions at speed 5."
22 juin 2015, par MarcoMerge "Reduce max_partition_size for low resolutions at speed 5."
-
Revision fb2a89b1fb : Fixes for key frame coding at speed 5. Keep the same transform cutoff and parti
23 juin 2015, par MarcoChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Fixes for key frame coding at speed 5.Keep the same transform cutoff and partition selection
for speed 5 as in speeds >=6 (non-rd speed settings).Existing setting for key frame at speed 5 allowed transform size
up to 32x32 on key frames, and did not allow for 4x4 block partition size.
This created more visual artifacts on first few frames.avgPSNR/overallPSNR/SSIM gains of 0.2/0.7/0.8 for rtc_derf(low-res) set,
and 0/0.7/1.1 gains for rtc set.Change-Id : I8c139ec6c9bb74e14b4ffbad5f12e94f18a59c0b
-
Revision 017baf9f4b : Simplify bilateral filter search for speed Adds an internal buffer in the encod
15 avril 2015, par Debargha MukherjeeChanged Paths :
Modify /vp9/common/vp9_loopfilter.c
Modify /vp9/common/vp9_loopfilter.h
Modify /vp9/decoder/vp9_decodeframe.c
Modify /vp9/encoder/vp9_bitstream.c
Modify /vp9/encoder/vp9_encoder.c
Modify /vp9/encoder/vp9_encoder.h
Modify /vp9/encoder/vp9_picklpf.c
Modify /vp9/encoder/vp9_rd.h
Simplify bilateral filter search for speedAdds an internal buffer in the encoder to store the deblocked
result to help speed up the search for the best bilateral filter.Very small change in performance but a lot faster :
derflr : +0.518%Change-Id : I5d37e016088e559c16317789cfb1c2f49334b2b9