
Recherche avancée
Autres articles (80)
-
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" (...) -
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 -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.
Sur d’autres sites (8523)
-
Revision 8465c938f1 : tools_common : fix build w/encoders/decoders disabled gcc-based builds will allo
11 août 2015, par James ZernChanged Paths :
Modify /tools_common.c
tools_common : fix build w/encoders/decoders disabledgcc-based builds will allow a 0-element array, but visual studio builds
will not ; this change hides the encoder and decoder specific symbols as
modules using them are selected based on the configuration.Change-Id : Ic16ba9d12241070ec689dc5880164c14a4f7ca44
-
Revision 9a1ce7be7d : Experimental rd bias based on source vs recon variance. This experiment biases
6 mars 2015, par paulwilkinsChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Modify /vp9/encoder/vp9_rdopt.c
Modify /vp9/encoder/vp9_rdopt.h
Experimental rd bias based on source vs recon variance.This experiment biases the rd decision based on the impact
a mode decision has on the relative spatial complexity of the
reconstruction vs the source.The aim is to better retain a semblance of texture even if it
is slightly misaligned / wrong, rather than use a simple rd
measure that tends to favor use of a flat predictor if a perfect
match can’t be found.This improves the appearance of texture and visual quality
on specific test clips but is hidden under a flag and currently
off by default pending visual quality testing on a wider Yt set.Change-Id : Idf6e754a8949bf39ed9d314c6f2daaa20c888aad
-
Revision 7bb48e5e8e : Replacing is_inter_mode with is_inter_block. It should be only a check based on
24 octobre 2013, par Dmitry KovalevChanged Paths :
Modify /vp9/common/vp9_pred_common.c
Replacing is_inter_mode with is_inter_block.It should be only a check based on the block type (inter vs intra), not on
the mode value.Change-Id : I0378cb4ba7c9a1631c1e870a537187b8650fa30a