
Recherche avancée
Autres articles (111)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)
Sur d’autres sites (14903)
-
Revision b147c64c16 : Merge "Fix edge MV handling in SBs." into experimental
13 novembre 2012, par Ronald S. BultjeChanged Paths : Modify /vp9/encoder/bitstream.c Modify /vp9/encoder/encodeframe.c Merge "Fix edge MV handling in SBs." into experimental
-
Revision 8f05e70340 : Simplify mask checking in loop filters Considering a horizontal edge, if mask_1
27 novembre 2013, par Yunqing WangChanged Paths :
Modify /vp9/common/vp9_loopfilter.c
Simplify mask checking in loop filtersConsidering a horizontal edge, if mask_16x16 is 1 for an even-
indexed 8x8 block, then mask_16x16 is 1 for next 8x8 block in
same row. Similiar to a verticle edge, if mask_16x16 is 1 for
an even-rowed 8x8 block, then mask_16x16 is 1 for the 8x8 block
right below it in next raw. Based on that, the mask_16x16 checking
can be simplified to save cycles. The corresponding 8-pixel
vp9_mb_lpf_horizontal_edge code can also be removed.Change-Id : Ic3fe7a5674322239208cbe2731dc3216ce2084f3
-
Revision 55f2f14f10 : Merge "silent a lot of MSVC compiler warnings" into experimental
6 novembre 2012, par Yaowu XuChanged Paths : Modify /vp9/encoder/mcomp.c Modify /vp9/encoder/onyx_if.c Modify /vp9/encoder/onyx_int.h Modify /vp9/encoder/rdopt.c Merge "silent a lot of MSVC compiler warnings" into experimental